1#ifndef ROOT_TDigiEvent_H
2#define ROOT_TDigiEvent_H
5#include "TClonesArray.h"
22 void Clear(Option_t *option=
"");
24 void Print(Option_t *option=
"")
const;
98 static TObjArray *s_staticMdcDigiCol;
99 TObjArray* m_mdcDigiCol;
102 static TObjArray *s_staticEmcDigiCol;
103 TObjArray* m_emcDigiCol;
106 static TObjArray * s_staticTofDigiCol;
107 TObjArray* m_tofDigiCol;
110 static TObjArray * s_staticMucDigiCol;
111 TObjArray* m_mucDigiCol;
114 static TObjArray * s_staticLumiDigiCol;
115 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 TObjArray * getLumiDigiCol() const
retrieve the whole TObjArray of LumiDigi Data
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