Geant4
10.02.p02
|
#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 60 of file G4VUserTrackInformation.hh.
G4VUserTrackInformation::G4VUserTrackInformation | ( | ) |
Definition at line 34 of file G4VUserTrackInformation.cc.
G4VUserTrackInformation::G4VUserTrackInformation | ( | const G4String & | infoType | ) |
Definition at line 38 of file G4VUserTrackInformation.cc.
References pType.
G4VUserTrackInformation::G4VUserTrackInformation | ( | const G4VUserTrackInformation & | right | ) |
Definition at line 48 of file G4VUserTrackInformation.cc.
References pType.
|
virtual |
Definition at line 43 of file G4VUserTrackInformation.cc.
References pType.
const G4String & G4VUserTrackInformation::GetType | ( | ) | const |
Definition at line 66 of file G4VUserTrackInformation.cc.
References pType.
G4VUserTrackInformation & G4VUserTrackInformation::operator= | ( | const G4VUserTrackInformation & | right | ) |
Definition at line 55 of file G4VUserTrackInformation.cc.
References pType.
|
inlinevirtual |
Reimplemented in G4IT, LXeUserTrackInformation, CexmcTrackInfo, RE01TrackInformation, and MCTruthTrackInformation.
Definition at line 74 of file G4VUserTrackInformation.hh.
|
protected |
Definition at line 80 of file G4VUserTrackInformation.hh.
Referenced by G4VUserTrackInformation(), GetType(), operator=(), and ~G4VUserTrackInformation().