19#include "BDSHitEnergyDepositionGlobal.hh"
24 G4double preStepKineticEnergyIn,
25 G4double postStepKineticEnergyIn,
26 G4double stepLengthIn,
36 totalEnergy(totalEnergyIn),
37 preStepKineticEnergy(preStepKineticEnergyIn),
38 postStepKineticEnergy(postStepKineticEnergyIn),
39 stepLength(stepLengthIn),
48 turnsTaken(turnsTakenIn)
BDSHitEnergyDepositionGlobal()=delete
Private default constructor (not implemented) as the constructor.
virtual ~BDSHitEnergyDepositionGlobal()
Note this should not be inline when we use a G4Allocator.