5 #include <phparameter/PHParameters.h>
20 #include <Geant4/G4ParticleDefinition.hh>
21 #include <Geant4/G4ReferenceCountedHandle.hh>
22 #include <Geant4/G4Step.hh>
23 #include <Geant4/G4StepPoint.hh>
24 #include <Geant4/G4StepStatus.hh>
25 #include <Geant4/G4String.hh>
26 #include <Geant4/G4SystemOfUnits.hh>
27 #include <Geant4/G4ThreeVector.hh>
28 #include <Geant4/G4TouchableHandle.hh>
29 #include <Geant4/G4Track.hh>
30 #include <Geant4/G4TrackStatus.hh>
31 #include <Geant4/G4Types.hh>
32 #include <Geant4/G4VPhysicalVolume.hh>
33 #include <Geant4/G4VTouchable.hh>
34 #include <Geant4/G4VUserTrackInformation.hh>
45 , m_Detector(detector)
46 , m_Params(parameters)
47 , m_ActiveFlag(m_Params->get_int_param(
"active"))
48 , m_BlackHoleFlag(m_Params->get_int_param(
"blackhole"))
95 bool geantino =
false;
133 std::cout <<
GetName() <<
": New Hit for " << std::endl;
134 std::cout <<
"prestep status: "
136 <<
", poststep status: "
138 <<
", last pre step status: "
140 <<
", last post step status: "
143 <<
", current trackid: " << aTrack->
GetTrackID() << std::endl;
144 std::cout <<
"phys pre vol: " << volume->
GetName()
183 std::cout <<
"implement stuff for whichactive < 0 (inactive volumes)" << std::endl;
205 std::cout <<
GetName() <<
": hit was not created" << std::endl;
206 std::cout <<
"prestep status: "
208 <<
", poststep status: "
210 <<
", last pre step status: "
212 <<
", last post step status: "
215 <<
", current trackid: " << aTrack->
GetTrackID() << std::endl;
216 std::cout <<
"phys pre vol: " << volume->
GetName()
226 std::cout <<
GetName() <<
": hits do not belong to the same track" << std::endl;
228 <<
", current trackid: " << aTrack->
GetTrackID()
325 std::cout <<
"PHG4TpcEndCapSteppingAction::SetTopNode - unable to find "
338 std::cout <<
"Invalid output hit node type " << type << std::endl;