ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/extended/runAndEvent/RE01/include/RE01TrackInformation.hh>
Public Member Functions | |
RE01TrackInformation () | |
RE01TrackInformation (const G4Track *aTrack) | |
RE01TrackInformation (const RE01TrackInformation *aTrackInfo) | |
virtual | ~RE01TrackInformation () |
void * | operator new (size_t) |
void | operator delete (void *aTrackInfo) |
RE01TrackInformation & | operator= (const RE01TrackInformation &right) |
void | SetSourceTrackInformation (const G4Track *aTrack) |
virtual void | Print () const |
G4int | GetTrackingStatus () const |
void | SetTrackingStatus (G4int i) |
G4int | GetSourceTrackID () const |
void | SetSuspendedStepID (G4int i) |
G4int | GetSuspendedStepID () const |
Public Member Functions inherited from G4VUserTrackInformation | |
G4VUserTrackInformation () | |
G4VUserTrackInformation (const G4String &infoType) | |
G4VUserTrackInformation (const G4VUserTrackInformation &) | |
G4VUserTrackInformation & | operator= (const G4VUserTrackInformation &) |
virtual | ~G4VUserTrackInformation () |
const G4String & | GetType () const |
Additional Inherited Members | |
Protected Attributes inherited from G4VUserTrackInformation | |
G4String * | pType |
Definition at line 42 of file RE01TrackInformation.hh.
View newest version in sPHENIX GitHub at line 42 of file RE01TrackInformation.hh
RE01TrackInformation::RE01TrackInformation | ( | ) |
Definition at line 40 of file RE01TrackInformation.cc.
View newest version in sPHENIX GitHub at line 40 of file RE01TrackInformation.cc
References fOriginalEnergy, fOriginalMomentum, fOriginalPosition, fOriginalTime, fOriginalTrackID, fParticleDefinition, fSourceDefinition, fSourceEnergy, fSourceMomentum, fSourcePosition, fSourceTime, fSourceTrackID, fSuspendedStepID, and fTrackingStatus.
RE01TrackInformation::RE01TrackInformation | ( | const G4Track * | aTrack | ) |
Definition at line 60 of file RE01TrackInformation.cc.
View newest version in sPHENIX GitHub at line 60 of file RE01TrackInformation.cc
References fOriginalEnergy, fOriginalMomentum, fOriginalPosition, fOriginalTime, fOriginalTrackID, fParticleDefinition, fSourceDefinition, fSourceEnergy, fSourceMomentum, fSourcePosition, fSourceTime, fSourceTrackID, fSuspendedStepID, fTrackingStatus, G4Track::GetDefinition(), G4Track::GetGlobalTime(), G4Track::GetMomentum(), G4Track::GetPosition(), G4Track::GetTotalEnergy(), and G4Track::GetTrackID().
RE01TrackInformation::RE01TrackInformation | ( | const RE01TrackInformation * | aTrackInfo | ) |
Definition at line 81 of file RE01TrackInformation.cc.
View newest version in sPHENIX GitHub at line 81 of file RE01TrackInformation.cc
References fOriginalEnergy, fOriginalMomentum, fOriginalPosition, fOriginalTime, fOriginalTrackID, fParticleDefinition, fSourceDefinition, fSourceEnergy, fSourceMomentum, fSourcePosition, fSourceTime, fSourceTrackID, and fTrackingStatus.
|
virtual |
Definition at line 101 of file RE01TrackInformation.cc.
View newest version in sPHENIX GitHub at line 101 of file RE01TrackInformation.cc
|
inline |
Definition at line 61 of file RE01TrackInformation.hh.
View newest version in sPHENIX GitHub at line 61 of file RE01TrackInformation.hh
References fSourceTrackID.
Referenced by RE01Trajectory::RE01Trajectory().
|
inline |
Definition at line 63 of file RE01TrackInformation.hh.
View newest version in sPHENIX GitHub at line 63 of file RE01TrackInformation.hh
References fSuspendedStepID.
Referenced by RE01SteppingAction::UserSteppingAction().
|
inline |
Definition at line 59 of file RE01TrackInformation.hh.
View newest version in sPHENIX GitHub at line 59 of file RE01TrackInformation.hh
References fTrackingStatus.
Referenced by RE01TrackingAction::PreUserTrackingAction(), RE01TrackerSD::ProcessHits(), and RE01Trajectory::RE01Trajectory().
Definition at line 103 of file RE01TrackInformation.hh.
View newest version in sPHENIX GitHub at line 103 of file RE01TrackInformation.hh
References aTrackInformationAllocator.
|
inline |
Definition at line 96 of file RE01TrackInformation.hh.
View newest version in sPHENIX GitHub at line 96 of file RE01TrackInformation.hh
References aTrackInformationAllocator.
RE01TrackInformation & RE01TrackInformation::operator= | ( | const RE01TrackInformation & | right | ) |
Definition at line 106 of file RE01TrackInformation.cc.
View newest version in sPHENIX GitHub at line 106 of file RE01TrackInformation.cc
References fOriginalEnergy, fOriginalMomentum, fOriginalPosition, fOriginalTime, fOriginalTrackID, fParticleDefinition, fSourceDefinition, fSourceEnergy, fSourceMomentum, fSourcePosition, fSourceTime, fSourceTrackID, and fTrackingStatus.
Reimplemented from G4VUserTrackInformation.
Definition at line 138 of file RE01TrackInformation.cc.
View newest version in sPHENIX GitHub at line 138 of file RE01TrackInformation.cc
References fOriginalEnergy, fOriginalTrackID, fParticleDefinition, fSourceDefinition, fSourceEnergy, fSourcePosition, fSourceTrackID, G4cout, G4endl, G4ParticleDefinition::GetParticleName(), and GeV.
Definition at line 127 of file RE01TrackInformation.cc.
View newest version in sPHENIX GitHub at line 127 of file RE01TrackInformation.cc
References fSourceDefinition, fSourceEnergy, fSourceMomentum, fSourcePosition, fSourceTime, fSourceTrackID, G4Track::GetDefinition(), G4Track::GetGlobalTime(), G4Track::GetMomentum(), G4Track::GetPosition(), G4Track::GetTotalEnergy(), and G4Track::GetTrackID().
Referenced by RE01StackingAction::ClassifyNewTrack().
Definition at line 62 of file RE01TrackInformation.hh.
View newest version in sPHENIX GitHub at line 62 of file RE01TrackInformation.hh
References fSuspendedStepID.
Referenced by RE01SteppingAction::UserSteppingAction().
Definition at line 60 of file RE01TrackInformation.hh.
View newest version in sPHENIX GitHub at line 60 of file RE01TrackInformation.hh
References fTrackingStatus.
Referenced by RE01StackingAction::ClassifyNewTrack().
|
private |
Definition at line 71 of file RE01TrackInformation.hh.
View newest version in sPHENIX GitHub at line 71 of file RE01TrackInformation.hh
Referenced by operator=(), Print(), and RE01TrackInformation().
|
private |
Definition at line 70 of file RE01TrackInformation.hh.
View newest version in sPHENIX GitHub at line 70 of file RE01TrackInformation.hh
Referenced by operator=(), and RE01TrackInformation().
|
private |
Definition at line 69 of file RE01TrackInformation.hh.
View newest version in sPHENIX GitHub at line 69 of file RE01TrackInformation.hh
Referenced by operator=(), and RE01TrackInformation().
|
private |
Definition at line 72 of file RE01TrackInformation.hh.
View newest version in sPHENIX GitHub at line 72 of file RE01TrackInformation.hh
Referenced by operator=(), and RE01TrackInformation().
|
private |
Definition at line 67 of file RE01TrackInformation.hh.
View newest version in sPHENIX GitHub at line 67 of file RE01TrackInformation.hh
Referenced by operator=(), Print(), and RE01TrackInformation().
|
private |
Definition at line 68 of file RE01TrackInformation.hh.
View newest version in sPHENIX GitHub at line 68 of file RE01TrackInformation.hh
Referenced by operator=(), Print(), and RE01TrackInformation().
|
private |
Definition at line 85 of file RE01TrackInformation.hh.
View newest version in sPHENIX GitHub at line 85 of file RE01TrackInformation.hh
Referenced by operator=(), Print(), RE01TrackInformation(), and SetSourceTrackInformation().
|
private |
Definition at line 88 of file RE01TrackInformation.hh.
View newest version in sPHENIX GitHub at line 88 of file RE01TrackInformation.hh
Referenced by operator=(), Print(), RE01TrackInformation(), and SetSourceTrackInformation().
|
private |
Definition at line 87 of file RE01TrackInformation.hh.
View newest version in sPHENIX GitHub at line 87 of file RE01TrackInformation.hh
Referenced by operator=(), RE01TrackInformation(), and SetSourceTrackInformation().
|
private |
Definition at line 86 of file RE01TrackInformation.hh.
View newest version in sPHENIX GitHub at line 86 of file RE01TrackInformation.hh
Referenced by operator=(), Print(), RE01TrackInformation(), and SetSourceTrackInformation().
|
private |
Definition at line 89 of file RE01TrackInformation.hh.
View newest version in sPHENIX GitHub at line 89 of file RE01TrackInformation.hh
Referenced by operator=(), RE01TrackInformation(), and SetSourceTrackInformation().
|
private |
Definition at line 84 of file RE01TrackInformation.hh.
View newest version in sPHENIX GitHub at line 84 of file RE01TrackInformation.hh
Referenced by GetSourceTrackID(), operator=(), Print(), RE01TrackInformation(), and SetSourceTrackInformation().
|
private |
Definition at line 90 of file RE01TrackInformation.hh.
View newest version in sPHENIX GitHub at line 90 of file RE01TrackInformation.hh
Referenced by GetSuspendedStepID(), RE01TrackInformation(), and SetSuspendedStepID().
|
private |
Definition at line 74 of file RE01TrackInformation.hh.
View newest version in sPHENIX GitHub at line 74 of file RE01TrackInformation.hh
Referenced by GetTrackingStatus(), operator=(), RE01TrackInformation(), and SetTrackingStatus().