12 #include <Geant4/G4Step.hh>
19 detector_( detector ), hits_(
NULL), hit(
NULL)
27 G4VPhysicalVolume* volume = aStep->GetPreStepPoint()->GetTouchableHandle()->GetVolume();
30 G4double edep = aStep->GetTotalEnergyDeposit() / GeV;
32 const G4Track* aTrack = aStep->GetTrack();
38 G4StepPoint * prePoint = aStep->GetPreStepPoint();
39 G4StepPoint * postPoint = aStep->GetPostStepPoint();
40 cout <<
"track id " << aTrack->GetTrackID() << endl;
41 cout <<
"time prepoint: " << prePoint->GetGlobalTime() << endl;
42 cout <<
"time postpoint: " << postPoint->GetGlobalTime() << endl;
43 switch (prePoint->GetStepStatus())
49 hit->
set_x( 0, prePoint->GetPosition().x() / cm);
50 hit->
set_y( 0, prePoint->GetPosition().y() / cm );
51 hit->
set_z( 0, prePoint->GetPosition().z() / cm );
53 hit->
set_t( 0, prePoint->GetGlobalTime() / nanosecond );
57 if ( G4VUserTrackInformation* p = aTrack->GetUserInformation() )
71 hits_->
AddHit(layer_id, hit);
74 if ( G4VUserTrackInformation* p = aTrack->GetUserInformation() )
90 hit->
set_x( 1, postPoint->GetPosition().x() / cm );
91 hit->
set_y( 1, postPoint->GetPosition().y() / cm );
92 hit->
set_z( 1, postPoint->GetPosition().z() / cm );
94 hit->
set_t( 1, postPoint->GetGlobalTime() / nanosecond );
113 string hitnodename =
"G4HIT_" + detector_->
GetName();
115 hits_ = findNode::getClass<PHG4HitContainer>( topNode , hitnodename.c_str() );
119 { std::cout <<
"PHG4ConeRegionSteppingAction::SetTopNode - unable to find " << hitnodename << std::endl;
bool IsInConeActive(G4VPhysicalVolume *)
virtual void UserSteppingAction(const G4Step *)
stepping action
virtual void SetInterfacePointers(PHCompositeNode *)
reimplemented from base class
PHG4ConeRegionSteppingAction(PHG4ConeDetector *)
constructor
virtual std::string GetName() const
ConstIterator AddHit(PHG4Hit *newhit)
virtual void set_y(const int i, const float f)
virtual void set_shower_id(const int i)
virtual float get_edep() const
virtual void set_t(const int i, const float f)
virtual void set_z(const int i, const float f)
virtual void set_x(const int i, const float f)
virtual PHG4HitDefs::keytype get_hit_id() const
virtual void set_trkid(const int i)
virtual void set_edep(const float f)