#include <TpcSimMCEvent.h>
Public Member Functions | |
TpcSimMCEvent (Int_t event=-1) | |
virtual | ~TpcSimMCEvent () |
TpcSimMCTrack * | GetTrack (Int_t i) |
void | AddTrack (TpcSimMCTrack *tr) |
void | AddTrack (TpcSimIonisationTrack *tr) |
Int_t | GetNtracks () |
Private Member Functions | |
ClassDef (TpcSimMCEvent, 1) | |
Private Attributes | |
Int_t | fNtracks |
TClonesArray * | fTracks |
Int_t | fEvent |
Static Private Attributes | |
static const Int_t | fkMaxNtracks = 100 |
Definition at line 84 of file TpcSimMCEvent.h.
TpcSimMCEvent::TpcSimMCEvent | ( | Int_t | event = -1 | ) |
Definition at line 78 of file TpcSimMCEvent.cxx.
|
virtual |
Definition at line 87 of file TpcSimMCEvent.cxx.
void TpcSimMCEvent::AddTrack | ( | TpcSimMCTrack * | tr | ) |
void TpcSimMCEvent::AddTrack | ( | TpcSimIonisationTrack * | tr | ) |
Definition at line 108 of file TpcSimMCEvent.cxx.
|
private |
|
inline |
|
inline |
|
private |
Definition at line 106 of file TpcSimMCEvent.h.
|
staticprivate |
Definition at line 108 of file TpcSimMCEvent.h.
|
private |
Definition at line 104 of file TpcSimMCEvent.h.
|
private |
Definition at line 105 of file TpcSimMCEvent.h.