BOSS 7.1.2
BESIII Offline Software System
|
#include <TDigiEvent.h>
Public Member Functions | |
TDigiEvent () | |
virtual | ~TDigiEvent () |
void | initialize (Bool_t fromMc=true) |
void | Clear (Option_t *option="") |
void | Print (Option_t *option="") const |
Bool_t | getFromMc () |
const TObjArray * | getMdcDigiCol () const |
retrieve the whole TObjArray of TkrDigi Data | |
void | addMdcDigi (TMdcDigi *digi) |
Add a TkrDigi into the TKR data collection. | |
const TMdcDigi * | getMdcDigi (Int_t i) const |
retrieve a TkrDigi from the collection, using the index into the array | |
void | clearMdcDigiCol () |
clear the whole array (necessary because of the consts-s) | |
const TObjArray * | getEmcDigiCol () const |
retrieve the whole TObjArray of TkrDigi Data | |
void | addEmcDigi (TEmcDigi *digi) |
Add a TkrDigi into the TKR 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) | |
const TObjArray * | getTofDigiCol () const |
retrieve the whole TObjArray of TofDigi Data | |
void | addTofDigi (TTofDigi *digi) |
Add a TofDigi into the TOF Data collection. | |
const TTofDigi * | getTofDigi (Int_t i) const |
retrieve a TofDigi From the collection, using the index into the array | |
void | clearTofDigiCol () |
clear the whole array | |
const TObjArray * | getMucDigiCol () const |
retrieve the whole TObjArray of MucDigi Data | |
void | addMucDigi (TMucDigi *digi) |
Add a MucDigi into the MUC Data collection. | |
const TMucDigi * | getMucDigi (Int_t i) const |
retrieve a MucDigi From the collection, using the index into the array | |
void | clearMucDigiCol () |
clear the whole array | |
const TObjArray * | getLumiDigiCol () const |
retrieve the whole TObjArray of LumiDigi Data | |
void | addLumiDigi (TLumiDigi *digi) |
Add a LumiDigi into the MUC Data collection. | |
const TLumiDigi * | getLumiDigi (Int_t i) const |
retrieve a LumiDigi From the collection, using the index into the array | |
void | clearLumiDigiCol () |
clear the whole array | |
Definition at line 14 of file TDigiEvent.h.
TDigiEvent::TDigiEvent | ( | ) |
Definition at line 16 of file TDigiEvent.cxx.
|
virtual |
Definition at line 48 of file TDigiEvent.cxx.
void TDigiEvent::addEmcDigi | ( | TEmcDigi * | digi | ) |
Add a TkrDigi into the TKR data collection.
Emc.
Definition at line 130 of file TDigiEvent.cxx.
Referenced by EmcDigiCnv::DataObjectToTObject().
void TDigiEvent::addLumiDigi | ( | TLumiDigi * | digi | ) |
Add a LumiDigi into the MUC Data collection.
Lumi.
Definition at line 165 of file TDigiEvent.cxx.
Referenced by LumiDigiCnv::DataObjectToTObject().
void TDigiEvent::addMdcDigi | ( | TMdcDigi * | digi | ) |
Add a TkrDigi into the TKR data collection.
Mdc.
Definition at line 120 of file TDigiEvent.cxx.
Referenced by MdcDigiCnv::DataObjectToTObject().
void TDigiEvent::addMucDigi | ( | TMucDigi * | digi | ) |
Add a MucDigi into the MUC Data collection.
Muc.
Definition at line 153 of file TDigiEvent.cxx.
Referenced by MucDigiCnv::DataObjectToTObject().
void TDigiEvent::addTofDigi | ( | TTofDigi * | digi | ) |
Add a TofDigi into the TOF Data collection.
Tof.
Definition at line 141 of file TDigiEvent.cxx.
Referenced by TofDigiCnv::DataObjectToTObject().
void TDigiEvent::Clear | ( | Option_t * | option = "" | ) |
Definition at line 83 of file TDigiEvent.cxx.
Referenced by BesEvent::Clear(), and TDigiEvent().
|
inline |
clear the whole array (necessary because of the consts-s)
Definition at line 53 of file TDigiEvent.h.
Referenced by EmcDigiCnv::DataObjectToTObject().
|
inline |
clear the whole array
Definition at line 89 of file TDigiEvent.h.
Referenced by LumiDigiCnv::DataObjectToTObject().
|
inline |
clear the whole array (necessary because of the consts-s)
Definition at line 40 of file TDigiEvent.h.
Referenced by MdcDigiCnv::DataObjectToTObject().
|
inline |
clear the whole array
Definition at line 77 of file TDigiEvent.h.
Referenced by MucDigiCnv::DataObjectToTObject().
|
inline |
clear the whole array
Definition at line 65 of file TDigiEvent.h.
Referenced by TofDigiCnv::DataObjectToTObject().
const TEmcDigi * TDigiEvent::getEmcDigi | ( | Int_t | i | ) | const |
retrieve a EmcDigi from the collection, using the index into the array
Definition at line 134 of file TDigiEvent.cxx.
Referenced by BesEvent::GetEmcDigi().
|
inline |
retrieve the whole TObjArray of TkrDigi Data
Definition at line 44 of file TDigiEvent.h.
Referenced by EmcDigiCnv::DataObjectToTObject(), BesEvent::GetEmcDigiCol(), and BesEvent::GetEmcDigiNum().
|
inline |
Definition at line 27 of file TDigiEvent.h.
Referenced by BesEvent::SetEvent().
const TLumiDigi * TDigiEvent::getLumiDigi | ( | Int_t | i | ) | const |
retrieve a LumiDigi From the collection, using the index into the array
Definition at line 169 of file TDigiEvent.cxx.
|
inline |
retrieve the whole TObjArray of LumiDigi Data
Definition at line 80 of file TDigiEvent.h.
Referenced by LumiDigiCnv::DataObjectToTObject().
const TMdcDigi * TDigiEvent::getMdcDigi | ( | Int_t | i | ) | const |
retrieve a TkrDigi from the collection, using the index into the array
Definition at line 124 of file TDigiEvent.cxx.
Referenced by BesEvent::GetMdcDigi().
|
inline |
retrieve the whole TObjArray of TkrDigi Data
Definition at line 31 of file TDigiEvent.h.
Referenced by MdcDigiCnv::DataObjectToTObject(), BesEvent::GetMdcDigiCol(), and BesEvent::GetMdcDigiNum().
const TMucDigi * TDigiEvent::getMucDigi | ( | Int_t | i | ) | const |
retrieve a MucDigi From the collection, using the index into the array
Definition at line 158 of file TDigiEvent.cxx.
Referenced by BesEvent::GetMucDigi().
|
inline |
retrieve the whole TObjArray of MucDigi Data
Definition at line 68 of file TDigiEvent.h.
Referenced by MucDigiCnv::DataObjectToTObject(), BesEvent::GetMucDigiCol(), and BesEvent::GetMucDigiNum().
const TTofDigi * TDigiEvent::getTofDigi | ( | Int_t | i | ) | const |
retrieve a TofDigi From the collection, using the index into the array
Definition at line 146 of file TDigiEvent.cxx.
Referenced by BesEvent::GetTofDigi().
|
inline |
retrieve the whole TObjArray of TofDigi Data
Definition at line 56 of file TDigiEvent.h.
Referenced by TofDigiCnv::DataObjectToTObject(), BesEvent::GetTofDigiCol(), and BesEvent::GetTofDigiNum().
void TDigiEvent::initialize | ( | Bool_t | fromMc = true | ) |
Definition at line 78 of file TDigiEvent.cxx.
Referenced by DigiCnv::DataObjectToTObject().
void TDigiEvent::Print | ( | Option_t * | option = "" | ) | const |
Definition at line 110 of file TDigiEvent.cxx.