ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/extended/optical/OpNovice2/include/TrackInformation.hh>
Public Member Functions | |
TrackInformation () | |
TrackInformation (const G4Track *aTrack) | |
TrackInformation (const TrackInformation *aTrackInfo) | |
virtual | ~TrackInformation () |
void * | operator new (size_t) |
void | operator delete (void *aTrackInfo) |
TrackInformation & | operator= (const TrackInformation &right) |
void | SetSourceTrackInformation (const G4Track *aTrack) |
virtual void | Print () const |
G4bool | GetIsFirstTankX () const |
void | SetIsFirstTankX (G4bool b) |
Public Member Functions inherited from G4VUserTrackInformation | |
G4VUserTrackInformation () | |
G4VUserTrackInformation (const G4String &infoType) | |
G4VUserTrackInformation (const G4VUserTrackInformation &) | |
G4VUserTrackInformation & | operator= (const G4VUserTrackInformation &) |
virtual | ~G4VUserTrackInformation () |
const G4String & | GetType () const |
Private Attributes | |
G4bool | fFirstTankX |
Additional Inherited Members | |
Protected Attributes inherited from G4VUserTrackInformation | |
G4String * | pType |
Definition at line 42 of file TrackInformation.hh.
View newest version in sPHENIX GitHub at line 42 of file TrackInformation.hh
TrackInformation::TrackInformation | ( | ) |
Definition at line 40 of file TrackInformation.cc.
View newest version in sPHENIX GitHub at line 40 of file TrackInformation.cc
References fFirstTankX.
TrackInformation::TrackInformation | ( | const G4Track * | aTrack | ) |
Definition at line 47 of file TrackInformation.cc.
View newest version in sPHENIX GitHub at line 47 of file TrackInformation.cc
References fFirstTankX.
TrackInformation::TrackInformation | ( | const TrackInformation * | aTrackInfo | ) |
Definition at line 54 of file TrackInformation.cc.
View newest version in sPHENIX GitHub at line 54 of file TrackInformation.cc
References fFirstTankX.
|
virtual |
Definition at line 61 of file TrackInformation.cc.
View newest version in sPHENIX GitHub at line 61 of file TrackInformation.cc
|
inline |
Definition at line 59 of file TrackInformation.hh.
View newest version in sPHENIX GitHub at line 59 of file TrackInformation.hh
References fFirstTankX.
Definition at line 76 of file TrackInformation.hh.
View newest version in sPHENIX GitHub at line 76 of file TrackInformation.hh
References aTrackInformationAllocator.
|
inline |
Definition at line 69 of file TrackInformation.hh.
View newest version in sPHENIX GitHub at line 69 of file TrackInformation.hh
References aTrackInformationAllocator.
TrackInformation & TrackInformation::operator= | ( | const TrackInformation & | right | ) |
Definition at line 66 of file TrackInformation.cc.
View newest version in sPHENIX GitHub at line 66 of file TrackInformation.cc
References fFirstTankX.
Reimplemented from G4VUserTrackInformation.
Definition at line 80 of file TrackInformation.cc.
View newest version in sPHENIX GitHub at line 80 of file TrackInformation.cc
References fFirstTankX, G4cout, and G4endl.
Definition at line 60 of file TrackInformation.hh.
View newest version in sPHENIX GitHub at line 60 of file TrackInformation.hh
References b, and fFirstTankX.
Definition at line 74 of file TrackInformation.cc.
View newest version in sPHENIX GitHub at line 74 of file TrackInformation.cc
References fFirstTankX.
|
private |
Definition at line 63 of file TrackInformation.hh.
View newest version in sPHENIX GitHub at line 63 of file TrackInformation.hh
Referenced by GetIsFirstTankX(), operator=(), Print(), SetIsFirstTankX(), SetSourceTrackInformation(), and TrackInformation().