1#ifndef ROOT_TDstEvent_H
2#define ROOT_TDstEvent_H 1
4#include "TClonesArray.h"
24 void Clear( Option_t* option =
"" );
26 void Print( Option_t* option =
"" )
const;
112 static TObjArray* s_staticEmcTrackCol;
113 TObjArray* m_emcTrackCol;
116 static TObjArray* s_staticMdcTrackCol;
117 TObjArray* m_mdcTrackCol;
120 static TObjArray* s_staticTofTrackCol;
121 TObjArray* m_tofTrackCol;
124 static TObjArray* s_staticMucTrackCol;
125 TObjArray* m_mucTrackCol;
128 static TObjArray* s_staticMdcDedxCol;
129 TObjArray* m_mdcDedxCol;
132 static TObjArray* s_staticExtTrackCol;
133 TObjArray* m_extTrackCol;
136 static TObjArray* s_staticMdcKalTrackCol;
137 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.