Geant4
10.03
|
#include <G4ScintillationTrackInformation.hh>
Public Member Functions | |
G4ScintillationTrackInformation (const G4ScintillationType &aType=Slow) | |
virtual | ~G4ScintillationTrackInformation () |
void * | operator new (size_t) |
void | operator delete (void *aScintillationTI) |
G4ScintillationTrackInformation (const G4ScintillationTrackInformation &) | |
G4ScintillationTrackInformation & | operator= (const G4ScintillationTrackInformation &) |
virtual void | Print () const override |
const G4ScintillationType & | GetScintillationType () const |
Public Member Functions inherited from G4VUserTrackInformation | |
G4VUserTrackInformation () | |
G4VUserTrackInformation (const G4String &infoType) | |
G4VUserTrackInformation (const G4VUserTrackInformation &) | |
G4VUserTrackInformation & | operator= (const G4VUserTrackInformation &) |
virtual | ~G4VUserTrackInformation () |
const G4String & | GetType () const |
Static Public Member Functions | |
static G4bool | IsScintillationTrackInformation (const G4VUserTrackInformation *const) |
static G4ScintillationTrackInformation * | Cast (const G4VUserTrackInformation *const) |
Private Attributes | |
G4ScintillationType | scintillationType |
Static Private Attributes | |
static const G4String | BaseType = "G4ScintillationTrackInformation" |
Additional Inherited Members | |
Protected Attributes inherited from G4VUserTrackInformation | |
G4String * | pType |
Definition at line 49 of file G4ScintillationTrackInformation.hh.
|
explicit |
Definition at line 37 of file G4ScintillationTrackInformation.cc.
|
virtual |
Definition at line 43 of file G4ScintillationTrackInformation.cc.
G4ScintillationTrackInformation::G4ScintillationTrackInformation | ( | const G4ScintillationTrackInformation & | right | ) |
Definition at line 47 of file G4ScintillationTrackInformation.cc.
|
static |
Definition at line 71 of file G4ScintillationTrackInformation.cc.
References IsScintillationTrackInformation().
|
inline |
Definition at line 66 of file G4ScintillationTrackInformation.hh.
References scintillationType.
|
static |
Definition at line 65 of file G4ScintillationTrackInformation.cc.
References BaseType, and G4VUserTrackInformation::GetType().
Referenced by Cast().
|
inline |
Definition at line 102 of file G4ScintillationTrackInformation.hh.
References aScintillationTIAllocator.
|
inline |
Definition at line 96 of file G4ScintillationTrackInformation.hh.
References aScintillationTIAllocator.
G4ScintillationTrackInformation & G4ScintillationTrackInformation::operator= | ( | const G4ScintillationTrackInformation & | right | ) |
Definition at line 53 of file G4ScintillationTrackInformation.cc.
References G4VUserTrackInformation::operator=(), and scintillationType.
|
overridevirtual |
Reimplemented from G4VUserTrackInformation.
Definition at line 60 of file G4ScintillationTrackInformation.cc.
|
staticprivate |
Definition at line 78 of file G4ScintillationTrackInformation.hh.
Referenced by IsScintillationTrackInformation().
|
private |
Definition at line 76 of file G4ScintillationTrackInformation.hh.
Referenced by GetScintillationType(), and operator=().