1#ifndef ROOT_TDstEvent_H
2#define ROOT_TDstEvent_H 1
5#include "TClonesArray.h"
25 void Clear(Option_t *option=
"");
27 void Print(Option_t *option=
"")
const;
117 static TObjArray * s_staticEmcTrackCol;
118 TObjArray* m_emcTrackCol;
121 static TObjArray *s_staticMdcTrackCol;
122 TObjArray* m_mdcTrackCol;
125 static TObjArray * s_staticTofTrackCol;
126 TObjArray* m_tofTrackCol;
129 static TObjArray *s_staticMucTrackCol;
130 TObjArray* m_mucTrackCol;
133 static TObjArray * s_staticMdcDedxCol;
134 TObjArray* m_mdcDedxCol;
137 static TObjArray * s_staticExtTrackCol;
138 TObjArray* m_extTrackCol;
141 static TObjArray * s_staticMdcKalTrackCol;
142 TObjArray* m_mdcKalTrackCol;
void addMdcTrack(TMdcTrack *Track)
Add a TkrTrack into the Mdc data collection.
const TMdcDedx * getMdcDedx(Int_t i) const
retrieve a TofTrack From the collection, using the index into the array
const TObjArray * getMdcDedxCol() const
retrieve the whole TObjArray of Dedx Data
void addEmcTrack(TEmcTrack *Track)
Add a TkrTrack into the Emc data collection.
void clearMdcTrackCol()
clear the whole array (necessary because of the consts-s)
const TObjArray * getEmcTrackCol() const
retrieve the whole TObjArray of EmcTrack Data
const TEmcTrack * getEmcTrack(Int_t i) const
retrieve a EmcTrack from the collection, using the index into the array
void clearMdcDedxCol()
clear the whole array
void addExtTrack(TExtTrack *Track)
Add a ExtTrack into the Ext Data collection.
void clearMucTrackCol()
clear the whole array
void clearMdcKalTrackCol()
const TObjArray * getMdcKalTrackCol() const
void clearEmcTrackCol()
clear the whole array (necessary because of the consts-s)
void addMdcKalTrack(TMdcKalTrack *Track)
void addMucTrack(TMucTrack *Track)
Add a MucTrack into the TOF Data collection.
void clearExtTrackCol()
clear the whole array
void Print(Option_t *option="") const
const TObjArray * getMucTrackCol() const
retrieve the whole TObjArray of MucTrack Data
const TExtTrack * getExtTrack(Int_t i) const
retrieve a MucTrack From the collection, using the index into the array
void addMdcDedx(TMdcDedx *Track)
Add a Dedx into the TOF Data collection.
const TMdcKalTrack * getMdcKalTrack(Int_t i) const
void clearTofTrackCol()
clear the whole array
const TTofTrack * getTofTrack(Int_t i) const
retrieve a TofTrack From the collection, using the index into the array
const TMucTrack * getMucTrack(Int_t i) const
retrieve a MucTrack From the collection, using the index into the array
const TMdcTrack * getMdcTrack(Int_t i) const
retrieve a MdcTrack from the collection, using the index into the array
const TObjArray * getTofTrackCol() const
retrieve the whole TObjArray of TofTrack Data
const TObjArray * getExtTrackCol() const
retrieve the whole TObjArray of Ext Data
const TObjArray * getMdcTrackCol() const
retrieve the whole TObjArray of MdcTrack Data
void Clear(Option_t *option="")
void addTofTrack(TTofTrack *Track)
Add a TofTrack into the TOF Data collection.