#include <G4VUserTrackInformation.hh>
Inheritance diagram for G4VUserTrackInformation:
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 | ( | ) |
G4VUserTrackInformation::G4VUserTrackInformation | ( | const G4String & | infoType | ) |
G4VUserTrackInformation::G4VUserTrackInformation | ( | const G4VUserTrackInformation & | ) |
G4VUserTrackInformation::~G4VUserTrackInformation | ( | ) | [virtual] |
const G4String & G4VUserTrackInformation::GetType | ( | ) | const |
G4VUserTrackInformation & G4VUserTrackInformation::operator= | ( | const G4VUserTrackInformation & | ) |
virtual void G4VUserTrackInformation::Print | ( | ) | const [inline, virtual] |
G4String* G4VUserTrackInformation::pType [protected] |
Definition at line 80 of file G4VUserTrackInformation.hh.
Referenced by G4VUserTrackInformation(), GetType(), operator=(), and ~G4VUserTrackInformation().