AgataEventContainer class that contains agata event to be displayed. More...
#include <AgataEventContainer.h>
Public Member Functions | |
AgataEventContainer () | |
void | ClearEvents () |
clear list or delete when dynamical memory allocation More... | |
void | FillHits (Option_t *type="Agata") |
Fill Event. More... | |
void | FillTracks (Option_t *type="Agata") |
void | GetEvent (Int_t ievent) |
get event More... | |
TClonesArray * | GetHitList (Int_t ievent, Option_t *type="Agata", Bool_t warn=true) |
get array More... | |
Int_t | GetIndex (Option_t *type) const |
Get index from type. More... | |
Int_t | GetNofBranches () const |
Get number of bracnhes. More... | |
Int_t | GetNofEvents () const |
get Number of events More... | |
TClonesArray * | GetTrackList (Int_t ievent, Option_t *type="Agata", Bool_t warn=true) |
get array More... | |
StdHit * | NewHit (Option_t *type="Agata") |
add current hit (added to current hit list) More... | |
TrackHit * | NewTrackHit (Option_t *type="Agata") |
add current track hit (added to current track hit list) More... | |
const Char_t * | RegisterBranch (Option_t *type="") |
Register branch, return name of type. More... | |
virtual | ~AgataEventContainer () |
Static Public Member Functions | |
static const Char_t * | GetTypeName (Int_t idx) |
Get type name. More... | |
Protected Attributes | |
TTree * | fEventTree |
LogMessage | fLog |
Int_t | fNofEvents |
AgataEventContainer class that contains agata event to be displayed.
Definition at line 25 of file AgataEventContainer.h.