Geant4-11
|
#include <G4ScintillationTrackInformation.hh>
Public Member Functions | |
G4ScintillationTrackInformation (const G4ScintillationTrackInformation &) | |
G4ScintillationTrackInformation (const G4ScintillationType &aType=Slow) | |
const G4ScintillationType & | GetScintillationType () const |
const G4String & | GetType () const |
void | operator delete (void *aScintillationTI) |
void * | operator new (size_t) |
G4ScintillationTrackInformation & | operator= (const G4ScintillationTrackInformation &) |
virtual void | Print () const override |
virtual | ~G4ScintillationTrackInformation () |
Static Public Member Functions | |
static G4ScintillationTrackInformation * | Cast (const G4VUserTrackInformation *const) |
static G4bool | IsScintillationTrackInformation (const G4VUserTrackInformation *const) |
Protected Attributes | |
G4String * | pType = nullptr |
Private Attributes | |
G4ScintillationType | scintillationType |
Static Private Attributes | |
static const G4String | BaseType |
Definition at line 52 of file G4ScintillationTrackInformation.hh.
|
explicit |
Definition at line 41 of file G4ScintillationTrackInformation.cc.
|
virtual |
Definition at line 47 of file G4ScintillationTrackInformation.cc.
G4ScintillationTrackInformation::G4ScintillationTrackInformation | ( | const G4ScintillationTrackInformation & | right | ) |
Definition at line 49 of file G4ScintillationTrackInformation.cc.
|
static |
Definition at line 75 of file G4ScintillationTrackInformation.cc.
References IsScintillationTrackInformation().
|
inline |
Definition at line 70 of file G4ScintillationTrackInformation.hh.
References scintillationType.
|
inherited |
Definition at line 75 of file G4VUserTrackInformation.cc.
References G4VUserTrackInformation::pType.
Referenced by IsScintillationTrackInformation().
|
static |
Definition at line 68 of file G4ScintillationTrackInformation.cc.
References BaseType, and G4VUserTrackInformation::GetType().
Referenced by Cast().
|
inline |
Definition at line 112 of file G4ScintillationTrackInformation.hh.
References aScintillationTIAllocator().
|
inline |
Definition at line 104 of file G4ScintillationTrackInformation.hh.
References aScintillationTIAllocator().
G4ScintillationTrackInformation & G4ScintillationTrackInformation::operator= | ( | const G4ScintillationTrackInformation & | right | ) |
Definition at line 55 of file G4ScintillationTrackInformation.cc.
References G4VUserTrackInformation::operator=(), and scintillationType.
|
overridevirtual |
Reimplemented from G4VUserTrackInformation.
Definition at line 63 of file G4ScintillationTrackInformation.cc.
|
staticprivate |
Definition at line 86 of file G4ScintillationTrackInformation.hh.
Referenced by IsScintillationTrackInformation().
|
protectedinherited |
Definition at line 75 of file G4VUserTrackInformation.hh.
Referenced by G4VUserTrackInformation::G4VUserTrackInformation(), G4VUserTrackInformation::GetType(), G4VUserTrackInformation::operator=(), and G4VUserTrackInformation::~G4VUserTrackInformation().
|
private |
Definition at line 84 of file G4ScintillationTrackInformation.hh.
Referenced by GetScintillationType(), and operator=().