1#ifndef ROOT_TDstEvent_H
2#define ROOT_TDstEvent_H 1
5#include "TClonesArray.h"
29 void Clear(Option_t *option=
"");
31 void Print(Option_t *option=
"")
const;
163 static TObjArray * s_staticEmcTrackCol;
164 TObjArray* m_emcTrackCol;
167 static TObjArray *s_staticMdcTrackCol;
168 TObjArray* m_mdcTrackCol;
171 static TObjArray *s_staticCgemTrackCol;
172 TObjArray* m_cgemTrackCol;
175 static TObjArray *s_staticCgemSegmentCol;
176 TObjArray* m_cgemSegmentCol;
179 static TObjArray * s_staticTofTrackCol;
180 TObjArray* m_tofTrackCol;
183 static TObjArray *s_staticMucTrackCol;
184 TObjArray* m_mucTrackCol;
187 static TObjArray * s_staticMdcDedxCol;
188 TObjArray* m_mdcDedxCol;
191 static TObjArray * s_staticCgemDedxCol;
192 TObjArray* m_cgemDedxCol;
195 static TObjArray * s_staticExtTrackCol;
196 TObjArray* m_extTrackCol;
199 static TObjArray * s_staticMdcKalTrackCol;
200 TObjArray* m_mdcKalTrackCol;
203 static TObjArray * s_staticCgemKalTrackCol;
204 TObjArray* m_cgemKalTrackCol;
void clearCgemDedxCol()
clear the whole array
const TCgemDedx * getCgemDedx(Int_t i) const
retrieve a TofTrack From the collection, using the index into the array
void addMdcTrack(TMdcTrack *Track)
Add a Tkrtrack into the Mdc data collection.
const TObjArray * getCgemSegmentCol() const
retrieve the whole TObjArray of CgemSegment Data
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
const TObjArray * getCgemTrackCol() const
retrieve the whole TObjArray of CgemTrack 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 * getCgemDedxCol() const
retrieve the whole TObjArray of Dedx Data
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()
void addCgemDedx(TCgemDedx *Track)
Add a Dedx into the TOF Data collection.
void addCgemTrack(TCgemTrack *Track)
Add a tkrtrack into the Cgem data collection.
const TObjArray * getMdcKalTrackCol() const
void clearCgemSegmentCol()
clear the whole array (necessary because of the consts-s)
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
const TCgemTrack * getCgemTrack(Int_t i) const
retrieve a CgemTrack from the collection, using the index into the array
void Print(Option_t *option="") const
void clearCgemTrackCol()
clear the whole array (necessary because of the consts-s)
const TObjArray * getMucTrackCol() const
retrieve the whole TObjArray of MucTrack Data
const TObjArray * getCgemKalTrackCol() const
const TExtTrack * getExtTrack(Int_t i) const
retrieve a MucTrack From the collection, using the index into the array
void addCgemSegment(TCgemSegment *Segment)
Add a segment into the Cgem data collection.
void addCgemKalTrack(TCgemKalTrack *Track)
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="")
const TCgemKalTrack * getCgemKalTrack(Int_t i) const
void addTofTrack(TTofTrack *Track)
Add a TofTrack into the TOF Data collection.
const TCgemSegment * getCgemSegment(Int_t i) const
retrieve a CgemSegment from the collection, using the index into the array
void clearCgemKalTrackCol()