CGEM BOSS 6.6.5.i
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 * | getCgemTrackCol () const |
retrieve the whole TObjArray of CgemTrack Data | |
void | addCgemTrack (TCgemTrack *Track) |
Add a tkrtrack into the Cgem data collection. | |
const TCgemTrack * | getCgemTrack (Int_t i) const |
retrieve a CgemTrack from the collection, using the index into the array | |
void | clearCgemTrackCol () |
clear the whole array (necessary because of the consts-s) | |
const TObjArray * | getCgemSegmentCol () const |
retrieve the whole TObjArray of CgemSegment Data | |
void | addCgemSegment (TCgemSegment *Segment) |
Add a segment into the Cgem data collection. | |
const TCgemSegment * | getCgemSegment (Int_t i) const |
retrieve a CgemSegment from the collection, using the index into the array | |
void | clearCgemSegmentCol () |
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 * | getCgemDedxCol () const |
retrieve the whole TObjArray of Dedx Data | |
void | addCgemDedx (TCgemDedx *Track) |
Add a Dedx into the TOF Data collection. | |
const TCgemDedx * | getCgemDedx (Int_t i) const |
retrieve a TofTrack From the collection, using the index into the array | |
void | clearCgemDedxCol () |
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 () |
const TObjArray * | getCgemKalTrackCol () const |
void | addCgemKalTrack (TCgemKalTrack *Track) |
const TCgemKalTrack * | getCgemKalTrack (Int_t i) const |
void | clearCgemKalTrackCol () |
Definition at line 20 of file TDstEvent.h.
TDstEvent::TDstEvent | ( | ) |
Definition at line 21 of file TDstEvent.cxx.
|
virtual |
Definition at line 86 of file TDstEvent.cxx.
void TDstEvent::addCgemDedx | ( | TCgemDedx * | Track | ) |
Add a Dedx into the TOF Data collection.
Definition at line 238 of file TDstEvent.cxx.
Referenced by CgemDedxCnv::DataObjectToTObject().
void TDstEvent::addCgemKalTrack | ( | TCgemKalTrack * | Track | ) |
Definition at line 272 of file TDstEvent.cxx.
Referenced by CgemKalTrackCnv::DataObjectToTObject().
void TDstEvent::addCgemSegment | ( | TCgemSegment * | Segment | ) |
Add a segment into the Cgem data collection.
Definition at line 184 of file TDstEvent.cxx.
Referenced by CgemSegmentCnv::DataObjectToTObject().
void TDstEvent::addCgemTrack | ( | TCgemTrack * | Track | ) |
Add a tkrtrack into the Cgem data collection.
Cgem.
Definition at line 174 of file TDstEvent.cxx.
Referenced by CgemTrackCnv::DataObjectToTObject().
void TDstEvent::addEmcTrack | ( | TEmcTrack * | Track | ) |
Add a TkrTrack into the Emc data collection.
Emc.
Definition at line 194 of file TDstEvent.cxx.
Referenced by EmcTrackCnv::DataObjectToTObject().
void TDstEvent::addExtTrack | ( | TExtTrack * | Track | ) |
Add a ExtTrack into the Ext Data collection.
Definition at line 250 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 227 of file TDstEvent.cxx.
Referenced by MdcDedxCnv::DataObjectToTObject().
void TDstEvent::addMdcKalTrack | ( | TMdcKalTrack * | Track | ) |
Definition at line 261 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 164 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 216 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 205 of file TDstEvent.cxx.
Referenced by TofTrackCnv::DataObjectToTObject().
void TDstEvent::Clear | ( | Option_t * | option = "" | ) |
|
inline |
clear the whole array
Definition at line 133 of file TDstEvent.h.
Referenced by CgemDedxCnv::DataObjectToTObject().
|
inline |
Definition at line 157 of file TDstEvent.h.
Referenced by CgemKalTrackCnv::DataObjectToTObject().
|
inline |
clear the whole array (necessary because of the consts-s)
Definition at line 73 of file TDstEvent.h.
Referenced by CgemSegmentCnv::DataObjectToTObject().
|
inline |
clear the whole array (necessary because of the consts-s)
Definition at line 61 of file TDstEvent.h.
Referenced by CgemTrackCnv::DataObjectToTObject().
|
inline |
clear the whole array (necessary because of the consts-s)
Definition at line 85 of file TDstEvent.h.
Referenced by EmcTrackCnv::DataObjectToTObject().
|
inline |
clear the whole array
Definition at line 145 of file TDstEvent.h.
Referenced by ExtTrackCnv::DataObjectToTObject().
|
inline |
clear the whole array
Definition at line 121 of file TDstEvent.h.
Referenced by MdcDedxCnv::DataObjectToTObject().
|
inline |
Definition at line 151 of file TDstEvent.h.
Referenced by MdcKalTrackCnv::DataObjectToTObject().
|
inline |
clear the whole array (necessary because of the consts-s)
Definition at line 49 of file TDstEvent.h.
Referenced by MdcTrackCnv::DataObjectToTObject().
|
inline |
clear the whole array
Definition at line 109 of file TDstEvent.h.
Referenced by MucTrackCnv::DataObjectToTObject().
|
inline |
clear the whole array
Definition at line 97 of file TDstEvent.h.
Referenced by TofTrackCnv::DataObjectToTObject().
const TCgemDedx * TDstEvent::getCgemDedx | ( | Int_t | i | ) | const |
retrieve a TofTrack From the collection, using the index into the array
Definition at line 243 of file TDstEvent.cxx.
|
inline |
retrieve the whole TObjArray of Dedx Data
Definition at line 124 of file TDstEvent.h.
Referenced by CgemDedxCnv::DataObjectToTObject().
const TCgemKalTrack * TDstEvent::getCgemKalTrack | ( | Int_t | i | ) | const |
Definition at line 276 of file TDstEvent.cxx.
|
inline |
Definition at line 154 of file TDstEvent.h.
Referenced by CgemKalTrackCnv::DataObjectToTObject().
const TCgemSegment * TDstEvent::getCgemSegment | ( | Int_t | i | ) | const |
retrieve a CgemSegment from the collection, using the index into the array
Definition at line 188 of file TDstEvent.cxx.
|
inline |
retrieve the whole TObjArray of CgemSegment Data
Definition at line 64 of file TDstEvent.h.
Referenced by CgemSegmentCnv::DataObjectToTObject().
const TCgemTrack * TDstEvent::getCgemTrack | ( | Int_t | i | ) | const |
retrieve a CgemTrack from the collection, using the index into the array
Definition at line 178 of file TDstEvent.cxx.
|
inline |
retrieve the whole TObjArray of CgemTrack Data
Definition at line 52 of file TDstEvent.h.
Referenced by CgemTrackCnv::DataObjectToTObject().
const TEmcTrack * TDstEvent::getEmcTrack | ( | Int_t | i | ) | const |
retrieve a EmcTrack from the collection, using the index into the array
Definition at line 198 of file TDstEvent.cxx.
Referenced by BesClient::GetEvent().
|
inline |
retrieve the whole TObjArray of EmcTrack Data
Definition at line 76 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 254 of file TDstEvent.cxx.
|
inline |
retrieve the whole TObjArray of Ext Data
Definition at line 136 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 232 of file TDstEvent.cxx.
|
inline |
retrieve the whole TObjArray of Dedx Data
Definition at line 112 of file TDstEvent.h.
Referenced by MdcDedxCnv::DataObjectToTObject().
const TMdcKalTrack * TDstEvent::getMdcKalTrack | ( | Int_t | i | ) | const |
Definition at line 265 of file TDstEvent.cxx.
|
inline |
Definition at line 148 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 168 of file TDstEvent.cxx.
Referenced by BesClient::GetEvent().
|
inline |
retrieve the whole TObjArray of MdcTrack Data
Definition at line 40 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 221 of file TDstEvent.cxx.
Referenced by BesClient::GetEvent().
|
inline |
retrieve the whole TObjArray of MucTrack Data
Definition at line 100 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 210 of file TDstEvent.cxx.
Referenced by BesClient::GetEvent().
|
inline |
retrieve the whole TObjArray of TofTrack Data
Definition at line 88 of file TDstEvent.h.
Referenced by TofTrackCnv::DataObjectToTObject(), and BesClient::GetEvent().
void TDstEvent::initialize | ( | ) |
Definition at line 148 of file TDstEvent.cxx.
Referenced by DstCnv::DataObjectToTObject().
void TDstEvent::Print | ( | Option_t * | option = "" | ) | const |
Definition at line 157 of file TDstEvent.cxx.