13 #include <Geant4/G4Step.hh>
14 #include <Geant4/G4StepPoint.hh>
15 #include <Geant4/G4StepStatus.hh>
16 #include <Geant4/G4SystemOfUnits.hh>
17 #include <Geant4/G4ThreeVector.hh>
18 #include <Geant4/G4TouchableHandle.hh>
19 #include <Geant4/G4Track.hh>
20 #include <Geant4/G4Types.hh>
21 #include <Geant4/G4VTouchable.hh>
22 #include <Geant4/G4VUserTrackInformation.hh>
46 if (edep == 0.)
return;
56 cout <<
"track id " << aTrack->
GetTrackID() << endl;
57 cout <<
"time prepoint: " << prePoint->
GetGlobalTime() << endl;
58 cout <<
"time postpoint: " << postPoint->
GetGlobalTime() << endl;
129 hits_ = findNode::getClass<PHG4HitContainer>(topNode, hitnodename.c_str());
134 std::cout <<
"PHG4FPbScRegionSteppingAction::SetTopNode - unable to find " << hitnodename << std::endl;