5 #include <phparameter/PHParameters.h>
21 #include <Geant4/G4NavigationHistory.hh>
22 #include <Geant4/G4ParticleDefinition.hh>
23 #include <Geant4/G4ReferenceCountedHandle.hh>
24 #include <Geant4/G4Step.hh>
25 #include <Geant4/G4StepPoint.hh>
26 #include <Geant4/G4StepStatus.hh>
27 #include <Geant4/G4String.hh>
28 #include <Geant4/G4SystemOfUnits.hh>
29 #include <Geant4/G4ThreeVector.hh>
30 #include <Geant4/G4TouchableHandle.hh>
31 #include <Geant4/G4Track.hh>
32 #include <Geant4/G4TrackStatus.hh>
33 #include <Geant4/G4TransportationManager.hh>
34 #include <Geant4/G4Types.hh>
35 #include <Geant4/G4VPhysicalVolume.hh>
36 #include <Geant4/G4VProcess.hh>
37 #include <Geant4/G4VTouchable.hh>
38 #include <Geant4/G4VUserTrackInformation.hh>
39 #include <Geant4/Randomize.hh>
50 , m_Detector(detector)
51 , m_Params(parameters)
52 , m_ActiveFlag(m_Params->get_int_param(
"active"))
53 , m_BlackHoleFlag(m_Params->get_int_param(
"blackhole"))
81 bool whichactive = (whichactive_int > 0 && whichactive_int < 12);
105 bool geantino =
false;
126 std::cout <<
GetName() <<
": New Hit for " << std::endl;
132 <<
", current trackid: " << aTrack->
GetTrackID() << std::endl;
133 std::cout <<
"phys pre vol: " << volume->
GetName()
176 std::cout <<
GetName() <<
": hit was not created" << std::endl;
182 <<
", current trackid: " << aTrack->
GetTrackID() << std::endl;
183 std::cout <<
"phys pre vol: " << volume->
GetName()
193 std::cout <<
"hits do not belong to the same track" << std::endl;
195 <<
", current trackid: " << aTrack->
GetTrackID()
291 std::cout <<
"G4EicDircSteppingAction::SetTopNode - unable to find " <<
m_AbsorberNodeName << std::endl;
302 std::cout <<
"G4EicDircSteppingAction::SetTopNode - unable to find " <<
m_SupportNodeName << std::endl;
308 std::cout <<
"G4EicDircSteppingAction::SetTopNode - unable to find " <<
m_HitNodeName << std::endl;