Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VUserTrackInformation.hh>
Public Member Functions | |
G4VUserTrackInformation ()=default | |
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 = nullptr |
Definition at line 54 of file G4VUserTrackInformation.hh.
|
default |
G4VUserTrackInformation::G4VUserTrackInformation | ( | const G4String & | infoType | ) |
Definition at line 34 of file G4VUserTrackInformation.cc.
G4VUserTrackInformation::G4VUserTrackInformation | ( | const G4VUserTrackInformation & | right | ) |
|
virtual |
Definition at line 40 of file G4VUserTrackInformation.cc.
const G4String & G4VUserTrackInformation::GetType | ( | ) | const |
Definition at line 70 of file G4VUserTrackInformation.cc.
Referenced by G4ScintillationTrackInformation::IsScintillationTrackInformation().
G4VUserTrackInformation & G4VUserTrackInformation::operator= | ( | const G4VUserTrackInformation & | right | ) |
|
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(), G4VUserTrackInformation(), GetType(), operator=(), and ~G4VUserTrackInformation().