ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/track/include/G4VUserTrackInformation.hh>
Public Member Functions | |
G4VUserTrackInformation () | |
G4VUserTrackInformation (const G4String &infoType) | |
G4VUserTrackInformation (const G4VUserTrackInformation &) | |
G4VUserTrackInformation & | operator= (const G4VUserTrackInformation &) |
virtual | ~G4VUserTrackInformation () |
virtual void | Print () const |
const G4String & | GetType () const |
Protected Attributes | |
G4String * | pType |
Definition at line 59 of file G4VUserTrackInformation.hh.
View newest version in sPHENIX GitHub at line 59 of file G4VUserTrackInformation.hh
G4VUserTrackInformation::G4VUserTrackInformation | ( | ) |
Definition at line 33 of file G4VUserTrackInformation.cc.
View newest version in sPHENIX GitHub at line 33 of file G4VUserTrackInformation.cc
G4VUserTrackInformation::G4VUserTrackInformation | ( | const G4String & | infoType | ) |
Definition at line 37 of file G4VUserTrackInformation.cc.
View newest version in sPHENIX GitHub at line 37 of file G4VUserTrackInformation.cc
References pType.
G4VUserTrackInformation::G4VUserTrackInformation | ( | const G4VUserTrackInformation & | right | ) |
Definition at line 47 of file G4VUserTrackInformation.cc.
View newest version in sPHENIX GitHub at line 47 of file G4VUserTrackInformation.cc
References pType.
|
virtual |
Definition at line 42 of file G4VUserTrackInformation.cc.
View newest version in sPHENIX GitHub at line 42 of file G4VUserTrackInformation.cc
References pType.
const G4String & G4VUserTrackInformation::GetType | ( | ) | const |
Definition at line 65 of file G4VUserTrackInformation.cc.
View newest version in sPHENIX GitHub at line 65 of file G4VUserTrackInformation.cc
References pType.
Referenced by G4ScintillationTrackInformation::IsScintillationTrackInformation().
G4VUserTrackInformation & G4VUserTrackInformation::operator= | ( | const G4VUserTrackInformation & | right | ) |
Definition at line 54 of file G4VUserTrackInformation.cc.
View newest version in sPHENIX GitHub at line 54 of file G4VUserTrackInformation.cc
References pType.
Referenced by G4ScintillationTrackInformation::operator=().
Reimplemented in G4IT, LXeUserTrackInformation, G4ScintillationTrackInformation, CexmcTrackInfo, TrackInformation, RE01TrackInformation, MCTruthTrackInformation, and PHG4TrackUserInfoV1.
Definition at line 73 of file G4VUserTrackInformation.hh.
View newest version in sPHENIX GitHub at line 73 of file G4VUserTrackInformation.hh
|
protected |
Definition at line 79 of file G4VUserTrackInformation.hh.
View newest version in sPHENIX GitHub at line 79 of file G4VUserTrackInformation.hh
Referenced by G4VUserTrackInformation(), GetType(), operator=(), and ~G4VUserTrackInformation().