|
Geant4-11
|
#include <G4VUserTrackInformation.hh>
Public Member Functions | |
| G4VUserTrackInformation () | |
| G4VUserTrackInformation (const G4String &infoType) | |
| G4VUserTrackInformation (const G4VUserTrackInformation &) | |
| const G4String & | GetType () const |
| G4VUserTrackInformation & | operator= (const G4VUserTrackInformation &) |
| virtual void | Print () const |
| virtual | ~G4VUserTrackInformation () |
Protected Attributes | |
| G4String * | pType = nullptr |
Definition at line 54 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 | ) |
|
virtual |
Definition at line 44 of file G4VUserTrackInformation.cc.
References pType.
| const G4String & G4VUserTrackInformation::GetType | ( | ) | const |
Definition at line 75 of file G4VUserTrackInformation.cc.
References pType.
Referenced by G4ScintillationTrackInformation::IsScintillationTrackInformation().
| G4VUserTrackInformation & G4VUserTrackInformation::operator= | ( | const G4VUserTrackInformation & | right | ) |
Definition at line 60 of file G4VUserTrackInformation.cc.
References pType.
Referenced by G4ScintillationTrackInformation::operator=().
|
inlinevirtual |
Reimplemented in G4IT, and G4ScintillationTrackInformation.
Definition at line 68 of file G4VUserTrackInformation.hh.
|
protected |
Definition at line 75 of file G4VUserTrackInformation.hh.
Referenced by G4VUserTrackInformation(), GetType(), operator=(), and ~G4VUserTrackInformation().