1#ifndef ROOT_TDigiEvent_H
2#define ROOT_TDigiEvent_H
5#include "TClonesArray.h"
23 void Clear(Option_t *option=
"");
25 void Print(Option_t *option=
"")
const;
111 static TObjArray *s_staticMdcDigiCol;
112 TObjArray* m_mdcDigiCol;
115 static TObjArray *s_staticCgemDigiCol;
116 TObjArray* m_cgemDigiCol;
119 static TObjArray *s_staticEmcDigiCol;
120 TObjArray* m_emcDigiCol;
123 static TObjArray * s_staticTofDigiCol;
124 TObjArray* m_tofDigiCol;
127 static TObjArray * s_staticMucDigiCol;
128 TObjArray* m_mucDigiCol;
131 static TObjArray * s_staticLumiDigiCol;
132 TObjArray* m_lumiDigiCol;
const TObjArray * getMucDigiCol() const
retrieve the whole TObjArray of MucDigi Data
void addMucDigi(TMucDigi *digi)
Add a MucDigi into the MUC Data collection.
void addEmcDigi(TEmcDigi *digi)
Add a TkrDigi into the TKR data collection.
void clearLumiDigiCol()
clear the whole array
const TMucDigi * getMucDigi(Int_t i) const
retrieve a MucDigi From the collection, using the index into the array
void Print(Option_t *option="") const
void clearMdcDigiCol()
clear the whole array (necessary because of the consts-s)
void initialize(Bool_t fromMc=true)
const TObjArray * getMdcDigiCol() const
retrieve the whole TObjArray of TkrDigi Data
void Clear(Option_t *option="")
const TMdcDigi * getMdcDigi(Int_t i) const
retrieve a TkrDigi from the collection, using the index into the array
void addTofDigi(TTofDigi *digi)
Add a TofDigi into the TOF Data collection.
const TEmcDigi * getEmcDigi(Int_t i) const
retrieve a EmcDigi from the collection, using the index into the array
void clearEmcDigiCol()
clear the whole array (necessary because of the consts-s)
void clearMucDigiCol()
clear the whole array
void addMdcDigi(TMdcDigi *digi)
Add a TkrDigi into the TKR data collection.
const TLumiDigi * getLumiDigi(Int_t i) const
retrieve a LumiDigi From the collection, using the index into the array
void addLumiDigi(TLumiDigi *digi)
Add a LumiDigi into the MUC Data collection.
const TCgemDigi * getCgemDigi(Int_t i) const
retrieve a TkrDigi from the collection, using the index into the array
const TObjArray * getLumiDigiCol() const
retrieve the whole TObjArray of LumiDigi Data
void clearCgemDigiCol()
clear the whole array (necessary because of the consts-s)
void clearTofDigiCol()
clear the whole array
const TTofDigi * getTofDigi(Int_t i) const
retrieve a TofDigi From the collection, using the index into the array
const TObjArray * getTofDigiCol() const
retrieve the whole TObjArray of TofDigi Data
const TObjArray * getEmcDigiCol() const
retrieve the whole TObjArray of TkrDigi Data
const TObjArray * getCgemDigiCol() const
retrieve the whole TObjArray of TkrDigi Data
void addCgemDigi(TCgemDigi *digi)
Add a TkrDigi into the TKR data collection.