star-travex
|
#include <TGeaEvent.h>
Public Member Functions | |
TGeaEvent () | |
~TGeaEvent () | |
TGeaTrack * | AddTrack () |
void | Clear (const Option_t *opts="") |
ClassDef (TGeaEvent, 1) | |
Static Public Member Functions | |
static std::string | DecodeHashedPath (size_t hashValue) |
Public Attributes | |
Int_t | idEvent |
Int_t | nTracks |
Int_t | nSteps |
TClonesArray * | tracks |
TClonesArray * | steps |
Static Public Attributes | |
static void * | fgHash2PathMap |
static TGiant3 * | geant3 |
Pointer to all geant3 structures. More... | |
Definition at line 16 of file TGeaEvent.h.
TGeaEvent::TGeaEvent | ( | ) |
Definition at line 19 of file TGeaEvent.cxx.
|
inline |
Definition at line 20 of file TGeaEvent.h.
TGeaTrack * TGeaEvent::AddTrack | ( | ) |
Definition at line 31 of file TGeaEvent.cxx.
TGeaEvent::ClassDef | ( | TGeaEvent | , |
1 | |||
) |
void TGeaEvent::Clear | ( | const Option_t * | opts = "" | ) |
Definition at line 65 of file TGeaEvent.cxx.
|
static |
Definition at line 74 of file TGeaEvent.cxx.
|
static |
Definition at line 24 of file TGeaEvent.h.
|
static |
Pointer to all geant3 structures.
Definition at line 25 of file TGeaEvent.h.
Int_t TGeaEvent::idEvent |
Definition at line 27 of file TGeaEvent.h.
Int_t TGeaEvent::nSteps |
Definition at line 29 of file TGeaEvent.h.
Int_t TGeaEvent::nTracks |
Definition at line 28 of file TGeaEvent.h.
TClonesArray* TGeaEvent::steps |
Definition at line 31 of file TGeaEvent.h.
TClonesArray* TGeaEvent::tracks |
Definition at line 30 of file TGeaEvent.h.