EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <fun4all_eicdetectors/blob/master/simulation/g4simulation/g4eiccalos/PHG4FPbScRegionSteppingAction.h>
Public Member Functions | |
PHG4FPbScRegionSteppingAction (PHG4FPbScDetector *) | |
constructor | |
virtual | ~PHG4FPbScRegionSteppingAction () |
destroctor | |
virtual void | UserSteppingAction (const G4Step *) |
stepping action | |
virtual void | SetInterfacePointers (PHCompositeNode *) |
reimplemented from base class | |
Private Attributes | |
PHG4FPbScDetector * | detector_ |
pointer to the detector | |
PHG4HitContainer * | hits_ |
pointer to hit container | |
PHG4Hit * | hit |
Definition at line 14 of file PHG4FPbScRegionSteppingAction.h.
View newest version in sPHENIX GitHub at line 14 of file PHG4FPbScRegionSteppingAction.h
PHG4FPbScRegionSteppingAction::PHG4FPbScRegionSteppingAction | ( | PHG4FPbScDetector * | detector | ) |
constructor
Definition at line 31 of file PHG4FPbScRegionSteppingAction.cc.
View newest version in sPHENIX GitHub at line 31 of file PHG4FPbScRegionSteppingAction.cc
|
inlinevirtual |
destroctor
Definition at line 21 of file PHG4FPbScRegionSteppingAction.h.
View newest version in sPHENIX GitHub at line 21 of file PHG4FPbScRegionSteppingAction.h
|
virtual |
reimplemented from base class
Definition at line 125 of file PHG4FPbScRegionSteppingAction.cc.
View newest version in sPHENIX GitHub at line 125 of file PHG4FPbScRegionSteppingAction.cc
References detector_, PHG4Detector::GetName(), and hits_.
|
virtual |
stepping action
Definition at line 39 of file PHG4FPbScRegionSteppingAction.cc.
View newest version in sPHENIX GitHub at line 39 of file PHG4FPbScRegionSteppingAction.cc
References PHG4HitContainer::AddHit(), Acts::UnitConstants::cm, detector_, PHG4Hit::get_edep(), PHG4Hit::get_hit_id(), PHG4HitContainer::GetID(), Acts::UnitConstants::GeV, hit, hits_, PHG4FPbScDetector::isInScintillator(), p, PHG4Hit::set_edep(), PHG4Hit::set_shower_id(), PHG4Hit::set_t(), PHG4Hit::set_trkid(), PHG4Hit::set_x(), PHG4Hit::set_y(), PHG4Hit::set_z(), and Acts::Test::volume.
|
private |
pointer to the detector
Definition at line 33 of file PHG4FPbScRegionSteppingAction.h.
View newest version in sPHENIX GitHub at line 33 of file PHG4FPbScRegionSteppingAction.h
Referenced by SetInterfacePointers(), and UserSteppingAction().
|
private |
Definition at line 37 of file PHG4FPbScRegionSteppingAction.h.
View newest version in sPHENIX GitHub at line 37 of file PHG4FPbScRegionSteppingAction.h
Referenced by UserSteppingAction().
|
private |
pointer to hit container
Definition at line 36 of file PHG4FPbScRegionSteppingAction.h.
View newest version in sPHENIX GitHub at line 36 of file PHG4FPbScRegionSteppingAction.h
Referenced by SetInterfacePointers(), and UserSteppingAction().