27 #include "SteppingAction.hh"
39 #include "DetectorConstruction.hh"
43 std::map<double, std::map<int, G4TrackList*> >;
75 GetProcessDefinedStep();
79 (
nullptr != dynamic_cast<const G4DNAElectronSolvation*>(pProcess)))
92 GetTouchable()->GetVolume()->GetCopyNo() );
96 GetConstCurrentEvent()->GetEventID());
105 GetPreStepPoint()->GetKineticEnergy()
114 for(
auto& delayedmap_it : delayList)
116 for (
auto& trackList : delayedmap_it.second)
118 if (
nullptr == trackList.second)
124 for(; itt != endd; ++itt)
145 GetPhysicalVolume());
158 exceptionDescription <<pPhyVolume->
GetName()
159 <<
" is wrong physical volume";
162 exceptionDescription);