![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Inheritance diagram for UserTrackInformation:
Collaboration diagram for UserTrackInformation:Public Member Functions | |
| UserTrackInformation () | |
| virtual | ~UserTrackInformation () |
| void | SetSplitTrackID (G4int splitTrackID) |
| G4int | GetSplitTrackID () |
Public Member Functions inherited from G4VUserTrackInformation | |
| G4VUserTrackInformation () | |
| G4VUserTrackInformation (const G4String &infoType) | |
| G4VUserTrackInformation (const G4VUserTrackInformation &) | |
| G4VUserTrackInformation & | operator= (const G4VUserTrackInformation &) |
| virtual | ~G4VUserTrackInformation () |
| virtual void | Print () const |
| const G4String & | GetType () const |
Private Attributes | |
| G4int | fSplitTrackID |
Additional Inherited Members | |
Protected Attributes inherited from G4VUserTrackInformation | |
| G4String * | pType |
Definition at line 40 of file UserTrackInformation.hh.
View newest version in sPHENIX GitHub at line 40 of file UserTrackInformation.hh
| UserTrackInformation::UserTrackInformation | ( | ) |
Definition at line 33 of file UserTrackInformation.cc.
View newest version in sPHENIX GitHub at line 33 of file UserTrackInformation.cc
|
virtual |
Definition at line 39 of file UserTrackInformation.cc.
View newest version in sPHENIX GitHub at line 39 of file UserTrackInformation.cc
| G4int UserTrackInformation::GetSplitTrackID | ( | ) |
Definition at line 53 of file UserTrackInformation.cc.
View newest version in sPHENIX GitHub at line 53 of file UserTrackInformation.cc
References fSplitTrackID.
Referenced by SplitProcess::PostStepDoIt().
Here is the caller graph for this function:Definition at line 45 of file UserTrackInformation.cc.
View newest version in sPHENIX GitHub at line 45 of file UserTrackInformation.cc
References fSplitTrackID.
Referenced by SplitProcess::PostStepDoIt().
Here is the caller graph for this function:
|
private |
Definition at line 51 of file UserTrackInformation.hh.
View newest version in sPHENIX GitHub at line 51 of file UserTrackInformation.hh
Referenced by GetSplitTrackID(), and SetSplitTrackID().