BOSS 7.0.8
BESIII Offline Software System
|
#include <TDstEvent.h>
Public Member Functions | |
TDstEvent () | |
virtual | ~TDstEvent () |
void | initialize () |
void | Clear (Option_t *option="") |
void | Print (Option_t *option="") const |
const TObjArray * | getMdcTrackCol () const |
retrieve the whole TObjArray of MdcTrack Data | |
void | addMdcTrack (TMdcTrack *Track) |
Add a TkrTrack into the Mdc data collection. | |
const TMdcTrack * | getMdcTrack (Int_t i) const |
retrieve a MdcTrack from the collection, using the index into the array | |
void | clearMdcTrackCol () |
clear the whole array (necessary because of the consts-s) | |
const TObjArray * | getEmcTrackCol () const |
retrieve the whole TObjArray of EmcTrack Data | |
void | addEmcTrack (TEmcTrack *Track) |
Add a TkrTrack into the Emc data collection. | |
const TEmcTrack * | getEmcTrack (Int_t i) const |
retrieve a EmcTrack from the collection, using the index into the array | |
void | clearEmcTrackCol () |
clear the whole array (necessary because of the consts-s) | |
const TObjArray * | getTofTrackCol () const |
retrieve the whole TObjArray of TofTrack Data | |
void | addTofTrack (TTofTrack *Track) |
Add a TofTrack into the TOF Data collection. | |
const TTofTrack * | getTofTrack (Int_t i) const |
retrieve a TofTrack From the collection, using the index into the array | |
void | clearTofTrackCol () |
clear the whole array | |
const TObjArray * | getMucTrackCol () const |
retrieve the whole TObjArray of MucTrack Data | |
void | addMucTrack (TMucTrack *Track) |
Add a MucTrack into the TOF Data collection. | |
const TMucTrack * | getMucTrack (Int_t i) const |
retrieve a MucTrack From the collection, using the index into the array | |
void | clearMucTrackCol () |
clear the whole array | |
const TObjArray * | getMdcDedxCol () const |
retrieve the whole TObjArray of Dedx Data | |
void | addMdcDedx (TMdcDedx *Track) |
Add a Dedx into the TOF Data collection. | |
const TMdcDedx * | getMdcDedx (Int_t i) const |
retrieve a TofTrack From the collection, using the index into the array | |
void | clearMdcDedxCol () |
clear the whole array | |
const TObjArray * | getExtTrackCol () const |
retrieve the whole TObjArray of Ext Data | |
void | addExtTrack (TExtTrack *Track) |
Add a ExtTrack into the Ext Data collection. | |
const TExtTrack * | getExtTrack (Int_t i) const |
retrieve a MucTrack From the collection, using the index into the array | |
void | clearExtTrackCol () |
clear the whole array | |
const TObjArray * | getMdcKalTrackCol () const |
void | addMdcKalTrack (TMdcKalTrack *Track) |
const TMdcKalTrack * | getMdcKalTrack (Int_t i) const |
void | clearMdcKalTrackCol () |
Definition at line 16 of file TDstEvent.h.
TDstEvent::TDstEvent | ( | ) |
Definition at line 17 of file TDstEvent.cxx.
|
virtual |
Definition at line 62 of file TDstEvent.cxx.
void TDstEvent::addEmcTrack | ( | TEmcTrack * | Track | ) |
Add a TkrTrack into the Emc data collection.
Emc.
Definition at line 130 of file TDstEvent.cxx.
Referenced by EmcTrackCnv::DataObjectToTObject().
void TDstEvent::addExtTrack | ( | TExtTrack * | Track | ) |
Add a ExtTrack into the Ext Data collection.
Definition at line 175 of file TDstEvent.cxx.
Referenced by ExtTrackCnv::DataObjectToTObject().
void TDstEvent::addMdcDedx | ( | TMdcDedx * | Track | ) |
Add a Dedx into the TOF Data collection.
Dedx.
Definition at line 163 of file TDstEvent.cxx.
Referenced by MdcDedxCnv::DataObjectToTObject().
void TDstEvent::addMdcKalTrack | ( | TMdcKalTrack * | Track | ) |
Definition at line 186 of file TDstEvent.cxx.
Referenced by MdcKalTrackCnv::DataObjectToTObject().
void TDstEvent::addMdcTrack | ( | TMdcTrack * | Track | ) |
Add a TkrTrack into the Mdc data collection.
Mdc.
Definition at line 120 of file TDstEvent.cxx.
Referenced by MdcTrackCnv::DataObjectToTObject().
void TDstEvent::addMucTrack | ( | TMucTrack * | Track | ) |
Add a MucTrack into the TOF Data collection.
Muc.
Definition at line 152 of file TDstEvent.cxx.
Referenced by MucTrackCnv::DataObjectToTObject().
void TDstEvent::addTofTrack | ( | TTofTrack * | Track | ) |
Add a TofTrack into the TOF Data collection.
Tof.
Definition at line 141 of file TDstEvent.cxx.
Referenced by TofTrackCnv::DataObjectToTObject().
void TDstEvent::Clear | ( | Option_t * | option = "" | ) |
Definition at line 108 of file TDstEvent.cxx.
Referenced by RootCnvSvc::commitOutput(), and TDstEvent().
|
inline |
clear the whole array (necessary because of the consts-s)
Definition at line 57 of file TDstEvent.h.
Referenced by EmcTrackCnv::DataObjectToTObject().
|
inline |
clear the whole array
Definition at line 105 of file TDstEvent.h.
Referenced by ExtTrackCnv::DataObjectToTObject().
|
inline |
clear the whole array
Definition at line 93 of file TDstEvent.h.
Referenced by MdcDedxCnv::DataObjectToTObject().
|
inline |
Definition at line 111 of file TDstEvent.h.
Referenced by MdcKalTrackCnv::DataObjectToTObject().
|
inline |
clear the whole array (necessary because of the consts-s)
Definition at line 45 of file TDstEvent.h.
Referenced by MdcTrackCnv::DataObjectToTObject().
|
inline |
clear the whole array
Definition at line 81 of file TDstEvent.h.
Referenced by MucTrackCnv::DataObjectToTObject().
|
inline |
clear the whole array
Definition at line 69 of file TDstEvent.h.
Referenced by TofTrackCnv::DataObjectToTObject().
const TEmcTrack * TDstEvent::getEmcTrack | ( | Int_t | i | ) | const |
retrieve a EmcTrack from the collection, using the index into the array
Definition at line 134 of file TDstEvent.cxx.
Referenced by BesClient::GetEvent().
|
inline |
retrieve the whole TObjArray of EmcTrack Data
Definition at line 48 of file TDstEvent.h.
Referenced by EmcTrackCnv::DataObjectToTObject(), and BesClient::GetEvent().
const TExtTrack * TDstEvent::getExtTrack | ( | Int_t | i | ) | const |
retrieve a MucTrack From the collection, using the index into the array
Definition at line 179 of file TDstEvent.cxx.
|
inline |
retrieve the whole TObjArray of Ext Data
Definition at line 96 of file TDstEvent.h.
Referenced by ExtTrackCnv::DataObjectToTObject().
const TMdcDedx * TDstEvent::getMdcDedx | ( | Int_t | i | ) | const |
retrieve a TofTrack From the collection, using the index into the array
Definition at line 168 of file TDstEvent.cxx.
|
inline |
retrieve the whole TObjArray of Dedx Data
Definition at line 84 of file TDstEvent.h.
Referenced by MdcDedxCnv::DataObjectToTObject().
const TMdcKalTrack * TDstEvent::getMdcKalTrack | ( | Int_t | i | ) | const |
Definition at line 190 of file TDstEvent.cxx.
|
inline |
Definition at line 108 of file TDstEvent.h.
Referenced by MdcKalTrackCnv::DataObjectToTObject().
const TMdcTrack * TDstEvent::getMdcTrack | ( | Int_t | i | ) | const |
retrieve a MdcTrack from the collection, using the index into the array
Definition at line 124 of file TDstEvent.cxx.
Referenced by BesClient::GetEvent().
|
inline |
retrieve the whole TObjArray of MdcTrack Data
Definition at line 36 of file TDstEvent.h.
Referenced by MdcTrackCnv::DataObjectToTObject(), and BesClient::GetEvent().
const TMucTrack * TDstEvent::getMucTrack | ( | Int_t | i | ) | const |
retrieve a MucTrack From the collection, using the index into the array
Definition at line 157 of file TDstEvent.cxx.
Referenced by BesClient::GetEvent().
|
inline |
retrieve the whole TObjArray of MucTrack Data
Definition at line 72 of file TDstEvent.h.
Referenced by MucTrackCnv::DataObjectToTObject(), and BesClient::GetEvent().
const TTofTrack * TDstEvent::getTofTrack | ( | Int_t | i | ) | const |
retrieve a TofTrack From the collection, using the index into the array
Definition at line 146 of file TDstEvent.cxx.
Referenced by BesClient::GetEvent().
|
inline |
retrieve the whole TObjArray of TofTrack Data
Definition at line 60 of file TDstEvent.h.
Referenced by TofTrackCnv::DataObjectToTObject(), and BesClient::GetEvent().
void TDstEvent::initialize | ( | ) |
Definition at line 104 of file TDstEvent.cxx.
Referenced by DstCnv::DataObjectToTObject().
void TDstEvent::Print | ( | Option_t * | option = "" | ) | const |
Definition at line 113 of file TDstEvent.cxx.