BOSS 7.0.9
BESIII Offline Software System
|
#include <TDisTrack.h>
Public Member Functions | |
TDisTrack () | |
virtual | ~TDisTrack () |
void | initialize () |
void | Clear (Option_t *option="") |
void | Print (Option_t *option="") const |
const TObjArray * | getRecMdcTrackCol () const |
retrieve the whole TObjArray of RecMdcTrack Data | |
void | addRecMdcTrack (TRecMdcTrack *Track) |
Add a TkrTrack into the Mdc data collection. | |
const TRecMdcTrack * | getRecMdcTrack (Int_t i) const |
retrieve a MdcTrack from the collection, using the index into the array | |
void | clearRecMdcTrackCol () |
clear the whole array (necessary because of the consts-s) | |
const TObjArray * | getRecMdcHitCol () const |
retrieve the whole TObjArray of RecMdcHit Data | |
void | addRecMdcHit (TRecMdcHit *Hit) |
Add a Rec Mdc Hit into the Mdc data collection. | |
const TRecMdcHit * | getRecMdcHit (Int_t i) const |
retrieve a RecMdcHit from the collection, using the index into the array | |
void | clearRecMdcHitCol () |
clear the whole array (necessary because of the consts-s) | |
const TObjArray * | getTofTrackCol () const |
retrieve the whole TObjArray of TofTrack Data | |
void | addTofTrack (TRecTofTrack *Track) |
const TRecTofTrack * | 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 (TRecMucTrack *Track) |
Add a MucTrack into the TOF Data collection. | |
const TRecMucTrack * | getMucTrack (Int_t i) const |
retrieve a MucTrack From the collection, using the index into the array | |
void | clearMucTrackCol () |
clear the whole array | |
int | getMdcTrackNum () |
int | getTofTrackNum () |
int | getEmcShowerNum () |
int | getMucTrackNum () |
int | getMdcHitNum () |
const TObjArray * | getEmcShowerCol () const |
retrieve the whole TObjArray of EmcShower Data | |
void | addEmcShower (TRecEmcShower *Track) |
Add a TkrTrack into the Emc data collection. | |
const TRecEmcShower * | getEmcShower (Int_t i) const |
retrieve a EmcShower from the collection, using the index into the array | |
void | clearEmcShowerCol () |
clear the whole array (necessary because of the consts-s) | |
Definition at line 12 of file TDisTrack.h.
TDisTrack::TDisTrack | ( | ) |
|
virtual |
Definition at line 30 of file TDisTrack.cxx.
void TDisTrack::addEmcShower | ( | TRecEmcShower * | Track | ) |
Add a TkrTrack into the Emc data collection.
Definition at line 152 of file TDisTrack.cxx.
Referenced by BesClient::GetEvent().
void TDisTrack::addMucTrack | ( | TRecMucTrack * | Track | ) |
Add a MucTrack into the TOF Data collection.
Muc.
Definition at line 141 of file TDisTrack.cxx.
Referenced by BesClient::GetEvent().
void TDisTrack::addRecMdcHit | ( | TRecMdcHit * | Hit | ) |
Add a Rec Mdc Hit into the Mdc data collection.
Definition at line 120 of file TDisTrack.cxx.
Referenced by BesClient::GetEvent().
void TDisTrack::addRecMdcTrack | ( | TRecMdcTrack * | Track | ) |
Add a TkrTrack into the Mdc data collection.
Mdc.
Definition at line 109 of file TDisTrack.cxx.
Referenced by BesClient::GetEvent().
void TDisTrack::addTofTrack | ( | TRecTofTrack * | Track | ) |
Definition at line 131 of file TDisTrack.cxx.
Referenced by BesClient::GetEvent().
void TDisTrack::Clear | ( | Option_t * | option = "" | ) |
Definition at line 68 of file TDisTrack.cxx.
|
inline |
clear the whole array (necessary because of the consts-s)
Definition at line 126 of file TDisTrack.h.
|
inline |
|
inline |
clear the whole array (necessary because of the consts-s)
Definition at line 49 of file TDisTrack.h.
|
inline |
clear the whole array (necessary because of the consts-s)
Definition at line 40 of file TDisTrack.h.
|
inline |
const TRecEmcShower * TDisTrack::getEmcShower | ( | Int_t | i | ) | const |
retrieve a EmcShower from the collection, using the index into the array
Definition at line 157 of file TDisTrack.cxx.
Referenced by BesEvent::GetEmcShower(), and BesEvent::SetEmcShowers().
|
inline |
retrieve the whole TObjArray of EmcShower Data
Definition at line 117 of file TDisTrack.h.
int TDisTrack::getEmcShowerNum | ( | ) |
Definition at line 183 of file TDisTrack.cxx.
Referenced by BesEvent::GetEmcShowerNum(), and BesEvent::SetEmcShowers().
int TDisTrack::getMdcHitNum | ( | ) |
Definition at line 203 of file TDisTrack.cxx.
int TDisTrack::getMdcTrackNum | ( | ) |
Definition at line 163 of file TDisTrack.cxx.
Referenced by BesEvent::GetMdcTrackNum(), and BesEvent::SetMdcTracks().
const TRecMucTrack * TDisTrack::getMucTrack | ( | Int_t | i | ) | const |
retrieve a MucTrack From the collection, using the index into the array
Definition at line 145 of file TDisTrack.cxx.
Referenced by BesEvent::GetMucTrack(), and BesEvent::SetMucTracks().
|
inline |
retrieve the whole TObjArray of MucTrack Data
Definition at line 63 of file TDisTrack.h.
Referenced by BesEvent::GetMucTrackCol().
int TDisTrack::getMucTrackNum | ( | ) |
Definition at line 193 of file TDisTrack.cxx.
Referenced by BesEvent::GetMucTrackNum(), and BesEvent::SetMucTracks().
const TRecMdcHit * TDisTrack::getRecMdcHit | ( | Int_t | i | ) | const |
retrieve a RecMdcHit from the collection, using the index into the array
Definition at line 124 of file TDisTrack.cxx.
|
inline |
retrieve the whole TObjArray of RecMdcHit Data
Definition at line 43 of file TDisTrack.h.
Referenced by BesEvent::ConstructMdcTrackFromRec().
const TRecMdcTrack * TDisTrack::getRecMdcTrack | ( | Int_t | i | ) | const |
retrieve a MdcTrack from the collection, using the index into the array
Definition at line 113 of file TDisTrack.cxx.
Referenced by BesEvent::GetMdcTrack(), and BesEvent::SetMdcTracks().
|
inline |
retrieve the whole TObjArray of RecMdcTrack Data
Definition at line 31 of file TDisTrack.h.
Referenced by BesEvent::GetMdcTrackCol().
const TRecTofTrack * TDisTrack::getTofTrack | ( | Int_t | i | ) | const |
retrieve a TofTrack From the collection, using the index into the array
Definition at line 134 of file TDisTrack.cxx.
Referenced by BesEvent::GetTofTrack(), and BesEvent::SetTofTracks().
|
inline |
retrieve the whole TObjArray of TofTrack Data
Definition at line 52 of file TDisTrack.h.
Referenced by BesEvent::ConstructTofTrackFromRec(), and BesEvent::GetTofTrackCol().
int TDisTrack::getTofTrackNum | ( | ) |
Definition at line 173 of file TDisTrack.cxx.
Referenced by BesEvent::GetTofTrackNum(), and BesEvent::SetTofTracks().
void TDisTrack::initialize | ( | ) |
Definition at line 64 of file TDisTrack.cxx.
void TDisTrack::Print | ( | Option_t * | option = "" | ) | const |
Definition at line 102 of file TDisTrack.cxx.