19#include "BDSHitEnergyDeposition.hh"
20#include "BDSHitEnergyDepositionExtra.hh"
23#include "G4Allocator.hh"
25G4Allocator<BDSHitEnergyDeposition> BDSAllocatorEnergyDeposition;
31 G4double preStepKineticEnergy,
45 G4int postStepProcessType,
46 G4int postStepProcessSubType):
55 X, Y, Z, x, y, z, globalTime,
56 partID, trackID, parentID,
57 turnsTaken, stepLength,
58 beamlineIndex, postStepProcessType, postStepProcessSubType);
virtual ~BDSHitEnergyDeposition()
Note this should not be inline when we use a G4Allocator.