DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Unused. More...
#include <Geant4TrackInformation.h>
Public Types | |
enum | { STORE = 1 << 0, LAST = 1 << 31 } |
Public Member Functions | |
Geant4TrackInformation () | |
Default constructor. More... | |
virtual | ~Geant4TrackInformation () |
Standard destructor. More... | |
bool | storeTrack () const |
Access flag if track should be stored. More... | |
Geant4TrackInformation & | storeTrack (bool value) |
Access flag if track should be stored. More... | |
Protected Attributes | |
int | m_flags |
anonymous enum |
Enumerator | |
---|---|
STORE | |
LAST |
Definition at line 34 of file Geant4TrackInformation.h.
Geant4TrackInformation::Geant4TrackInformation | ( | ) |
Default constructor.
Definition at line 20 of file Geant4TrackInformation.cpp.
|
virtual |
Standard destructor.
Definition at line 25 of file Geant4TrackInformation.cpp.
|
inline |
Access flag if track should be stored.
Definition at line 46 of file Geant4TrackInformation.h.
Geant4TrackInformation & Geant4TrackInformation::storeTrack | ( | bool | value | ) |
Access flag if track should be stored.
Definition at line 29 of file Geant4TrackInformation.cpp.
|
protected |
Definition at line 38 of file Geant4TrackInformation.h.