|
BOSS 7.1.1
BESIII Offline Software System
|
#include <TRecTrackEvent.h>
Inheritance diagram for TRecTrackEvent:Public Member Functions | |
| TRecTrackEvent () | |
| virtual | ~TRecTrackEvent () |
| 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) |
| Add a TofTrack into the TOF Data collection. | |
| 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 * | getEmcHitCol () const |
| retrieve the whole TObjArray of EmcHit Data | |
| void | addEmcHit (TRecEmcHit *Track) |
| Add a TkrTrack into the Emc data collection */. | |
| const TRecEmcHit * | getEmcHit (Int_t i) const |
| retrieve a EmcHit from the collection, using the index into the array */ | |
| void | clearEmcHitCol () |
| clear the whole array (necessary because of the consts-s) */ | |
| const TObjArray * | getEmcClusterCol () const |
| retrieve the whole TObjArray of EmcCluster Data | |
| void | addEmcCluster (TRecEmcCluster *Track) |
| Add a TkrTrack into the Emc data collection */. | |
| const TRecEmcCluster * | getEmcCluster (Int_t i) const |
| retrieve a EmcCluster from the collection, using the index into the array */ | |
| void | clearEmcClusterCol () |
| clear the whole array (necessary because of the consts-s) */ | |
| 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) */ | |
| 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 | |
| const TObjArray * | getRecMdcDedxCol () const |
| retrieve the whole TObjArray of Dedx Data | |
| void | addRecMdcDedx (TRecMdcDedx *Track) |
| Add a Dedx into the TOF Data collection. | |
| const TRecMdcDedx * | getRecMdcDedx (Int_t i) const |
| retrieve a TofTrack From the collection, using the index into the array | |
| void | clearRecMdcDedxCol () |
| clear the whole array | |
| const TObjArray * | getRecMdcDedxHitCol () const |
| retrieve the whole TObjArray of Dedx Data | |
| void | addRecMdcDedxHit (TRecMdcDedxHit *Track) |
| Add a Dedx into the TOF Data collection. | |
| const TRecMdcDedxHit * | getRecMdcDedxHit (Int_t i) const |
| retrieve a TofTrack From the collection, using the index into the array | |
| void | clearRecMdcDedxHitCol () |
| clear the whole array | |
| const TObjArray * | getExtTrackCol () const |
| void | addExtTrack (TRecExtTrack *Track) |
| Add a ExtTrack into the Ext Data collection. | |
| const TRecExtTrack * | getExtTrack (Int_t i) const |
| void | clearExtTrackCol () |
| const TObjArray * | getRecMdcKalTrackCol () const |
| void | addRecMdcKalTrack (TRecMdcKalTrack *Track) |
| const TRecMdcKalTrack * | getRecMdcKalTrack (Int_t i) const |
| void | clearRecMdcKalTrackCol () |
| const TObjArray * | getRecMdcKalHelixSegCol () const |
| void | addRecMdcKalHelixSeg (TRecMdcKalHelixSeg *Track) |
| const TRecMdcKalHelixSeg * | getRecMdcKalHelixSeg (Int_t i) const |
| void | clearRecMdcKalHelixSegCol () |
| const TObjArray * | getEvTimeCol () const |
| void | addEvTime (TRecEvTime *Track) |
| const TRecEvTime * | getEvTime (Int_t i) const |
| void | clearEvTimeCol () |
| const TObjArray * | getRecZddChannelCol () const |
| void | addRecZddChannel (TRecZddChannel *dtag) |
| const TRecZddChannel * | getRecZddChannel (Int_t i) const |
| void | clearRecZddChannelCol () |
Definition at line 24 of file TRecTrackEvent.h.
| TRecTrackEvent::TRecTrackEvent | ( | ) |
Definition at line 24 of file TRecTrackEvent.cxx.
|
virtual |
Definition at line 107 of file TRecTrackEvent.cxx.
| void TRecTrackEvent::addEmcCluster | ( | TRecEmcCluster * | Track | ) |
Add a TkrTrack into the Emc data collection */.
Definition at line 242 of file TRecTrackEvent.cxx.
Referenced by RecEmcClusterCnv::DataObjectToTObject().
| void TRecTrackEvent::addEmcHit | ( | TRecEmcHit * | Track | ) |
Add a TkrTrack into the Emc data collection */.
Emc.
Definition at line 232 of file TRecTrackEvent.cxx.
Referenced by RecEmcHitCnv::DataObjectToTObject().
| void TRecTrackEvent::addEmcShower | ( | TRecEmcShower * | Track | ) |
Add a TkrTrack into the Emc data collection */.
Definition at line 252 of file TRecTrackEvent.cxx.
Referenced by RecEmcShowerCnv::DataObjectToTObject().
| void TRecTrackEvent::addEvTime | ( | TRecEvTime * | Track | ) |
Definition at line 331 of file TRecTrackEvent.cxx.
Referenced by RecEvTimeCnv::DataObjectToTObject().
| void TRecTrackEvent::addExtTrack | ( | TRecExtTrack * | Track | ) |
Add a ExtTrack into the Ext Data collection.
Definition at line 299 of file TRecTrackEvent.cxx.
Referenced by RecExtTrackCnv::DataObjectToTObject().
| void TRecTrackEvent::addMucTrack | ( | TRecMucTrack * | Track | ) |
Add a MucTrack into the TOF Data collection.
Muc.
Definition at line 263 of file TRecTrackEvent.cxx.
Referenced by RecMucTrackCnv::DataObjectToTObject().
| void TRecTrackEvent::addRecMdcDedx | ( | TRecMdcDedx * | Track | ) |
Add a Dedx into the TOF Data collection.
Dedx.
Definition at line 275 of file TRecTrackEvent.cxx.
Referenced by RecMdcDedxCnv::DataObjectToTObject().
| void TRecTrackEvent::addRecMdcDedxHit | ( | TRecMdcDedxHit * | Track | ) |
Add a Dedx into the TOF Data collection.
Definition at line 287 of file TRecTrackEvent.cxx.
Referenced by RecMdcDedxHitCnv::DataObjectToTObject().
| void TRecTrackEvent::addRecMdcHit | ( | TRecMdcHit * | Hit | ) |
Add a Rec Mdc Hit into the Mdc data collection.
Definition at line 210 of file TRecTrackEvent.cxx.
Referenced by RecMdcHitCnv::DataObjectToTObject().
| void TRecTrackEvent::addRecMdcKalHelixSeg | ( | TRecMdcKalHelixSeg * | Track | ) |
Definition at line 320 of file TRecTrackEvent.cxx.
Referenced by RecMdcKalHelixSegCnv::DataObjectToTObject().
| void TRecTrackEvent::addRecMdcKalTrack | ( | TRecMdcKalTrack * | Track | ) |
Definition at line 310 of file TRecTrackEvent.cxx.
Referenced by RecMdcKalTrackCnv::DataObjectToTObject().
| void TRecTrackEvent::addRecMdcTrack | ( | TRecMdcTrack * | Track | ) |
Add a TkrTrack into the Mdc data collection.
Mdc.
Definition at line 200 of file TRecTrackEvent.cxx.
Referenced by RecMdcTrackCnv::DataObjectToTObject().
| void TRecTrackEvent::addRecZddChannel | ( | TRecZddChannel * | dtag | ) |
Definition at line 342 of file TRecTrackEvent.cxx.
Referenced by RecZddChannelCnv::DataObjectToTObject().
| void TRecTrackEvent::addTofTrack | ( | TRecTofTrack * | Track | ) |
Add a TofTrack into the TOF Data collection.
Tof.
Definition at line 221 of file TRecTrackEvent.cxx.
Referenced by RecTofTrackCnv::DataObjectToTObject().
| void TRecTrackEvent::Clear | ( | Option_t * | option = "" | ) |
|
inline |
clear the whole array (necessary because of the consts-s) */
Definition at line 101 of file TRecTrackEvent.h.
Referenced by RecEmcClusterCnv::DataObjectToTObject().
|
inline |
clear the whole array (necessary because of the consts-s) */
Definition at line 89 of file TRecTrackEvent.h.
Referenced by RecEmcHitCnv::DataObjectToTObject().
|
inline |
clear the whole array (necessary because of the consts-s) */
Definition at line 113 of file TRecTrackEvent.h.
Referenced by RecEmcShowerCnv::DataObjectToTObject().
|
inline |
Definition at line 184 of file TRecTrackEvent.h.
Referenced by RecEvTimeCnv::DataObjectToTObject().
|
inline |
Definition at line 165 of file TRecTrackEvent.h.
Referenced by RecExtTrackCnv::DataObjectToTObject().
|
inline |
clear the whole array
Definition at line 126 of file TRecTrackEvent.h.
Referenced by RecMucTrackCnv::DataObjectToTObject().
|
inline |
clear the whole array
Definition at line 138 of file TRecTrackEvent.h.
Referenced by RecMdcDedxCnv::DataObjectToTObject().
|
inline |
clear the whole array
Definition at line 151 of file TRecTrackEvent.h.
Referenced by RecMdcDedxHitCnv::DataObjectToTObject().
|
inline |
clear the whole array (necessary because of the consts-s)
Definition at line 63 of file TRecTrackEvent.h.
Referenced by RecMdcHitCnv::DataObjectToTObject().
|
inline |
Definition at line 177 of file TRecTrackEvent.h.
Referenced by RecMdcKalHelixSegCnv::DataObjectToTObject().
|
inline |
Definition at line 171 of file TRecTrackEvent.h.
Referenced by RecMdcKalTrackCnv::DataObjectToTObject().
|
inline |
clear the whole array (necessary because of the consts-s)
Definition at line 52 of file TRecTrackEvent.h.
Referenced by RecMdcTrackCnv::DataObjectToTObject().
|
inline |
Definition at line 190 of file TRecTrackEvent.h.
Referenced by RecZddChannelCnv::DataObjectToTObject().
|
inline |
clear the whole array
Definition at line 76 of file TRecTrackEvent.h.
Referenced by RecTofTrackCnv::DataObjectToTObject().
| const TRecEmcCluster * TRecTrackEvent::getEmcCluster | ( | Int_t | i | ) | const |
retrieve a EmcCluster from the collection, using the index into the array */
Definition at line 246 of file TRecTrackEvent.cxx.
|
inline |
retrieve the whole TObjArray of EmcCluster Data
Definition at line 92 of file TRecTrackEvent.h.
Referenced by RecEmcClusterCnv::DataObjectToTObject().
| const TRecEmcHit * TRecTrackEvent::getEmcHit | ( | Int_t | i | ) | const |
retrieve a EmcHit from the collection, using the index into the array */
Definition at line 236 of file TRecTrackEvent.cxx.
|
inline |
retrieve the whole TObjArray of EmcHit Data
Definition at line 80 of file TRecTrackEvent.h.
Referenced by RecEmcHitCnv::DataObjectToTObject().
| const TRecEmcShower * TRecTrackEvent::getEmcShower | ( | Int_t | i | ) | const |
retrieve a EmcShower from the collection, using the index into the array */
Definition at line 256 of file TRecTrackEvent.cxx.
Referenced by BesClient::GetEvent().
|
inline |
retrieve the whole TObjArray of EmcShower Data
Definition at line 104 of file TRecTrackEvent.h.
Referenced by RecEmcShowerCnv::DataObjectToTObject(), and BesClient::GetEvent().
| const TRecEvTime * TRecTrackEvent::getEvTime | ( | Int_t | i | ) | const |
Definition at line 335 of file TRecTrackEvent.cxx.
|
inline |
Definition at line 181 of file TRecTrackEvent.h.
Referenced by RecEvTimeCnv::DataObjectToTObject(), and BesClient::GetEvent().
| const TRecExtTrack * TRecTrackEvent::getExtTrack | ( | Int_t | i | ) | const |
Definition at line 303 of file TRecTrackEvent.cxx.
|
inline |
Definition at line 156 of file TRecTrackEvent.h.
Referenced by RecExtTrackCnv::DataObjectToTObject().
| const TRecMucTrack * TRecTrackEvent::getMucTrack | ( | Int_t | i | ) | const |
retrieve a MucTrack From the collection, using the index into the array
Definition at line 268 of file TRecTrackEvent.cxx.
Referenced by BesClient::GetEvent().
|
inline |
retrieve the whole TObjArray of MucTrack Data
Definition at line 117 of file TRecTrackEvent.h.
Referenced by RecMucTrackCnv::DataObjectToTObject(), and BesClient::GetEvent().
| const TRecMdcDedx * TRecTrackEvent::getRecMdcDedx | ( | Int_t | i | ) | const |
retrieve a TofTrack From the collection, using the index into the array
Definition at line 280 of file TRecTrackEvent.cxx.
|
inline |
retrieve the whole TObjArray of Dedx Data
Definition at line 129 of file TRecTrackEvent.h.
Referenced by RecMdcDedxCnv::DataObjectToTObject().
| const TRecMdcDedxHit * TRecTrackEvent::getRecMdcDedxHit | ( | Int_t | i | ) | const |
retrieve a TofTrack From the collection, using the index into the array
Definition at line 292 of file TRecTrackEvent.cxx.
|
inline |
retrieve the whole TObjArray of Dedx Data
Definition at line 142 of file TRecTrackEvent.h.
Referenced by RecMdcDedxHitCnv::DataObjectToTObject().
| const TRecMdcHit * TRecTrackEvent::getRecMdcHit | ( | Int_t | i | ) | const |
retrieve a RecMdcHit from the collection, using the index into the array
Definition at line 214 of file TRecTrackEvent.cxx.
Referenced by BesClient::GetEvent().
|
inline |
retrieve the whole TObjArray of RecMdcHit Data
Definition at line 55 of file TRecTrackEvent.h.
Referenced by RecMdcHitCnv::DataObjectToTObject(), and BesClient::GetEvent().
| const TRecMdcKalHelixSeg * TRecTrackEvent::getRecMdcKalHelixSeg | ( | Int_t | i | ) | const |
Definition at line 324 of file TRecTrackEvent.cxx.
|
inline |
Definition at line 174 of file TRecTrackEvent.h.
Referenced by RecMdcKalHelixSegCnv::DataObjectToTObject().
| const TRecMdcKalTrack * TRecTrackEvent::getRecMdcKalTrack | ( | Int_t | i | ) | const |
Definition at line 314 of file TRecTrackEvent.cxx.
|
inline |
Definition at line 168 of file TRecTrackEvent.h.
Referenced by RecMdcKalTrackCnv::DataObjectToTObject().
| const TRecMdcTrack * TRecTrackEvent::getRecMdcTrack | ( | Int_t | i | ) | const |
retrieve a MdcTrack from the collection, using the index into the array
Definition at line 204 of file TRecTrackEvent.cxx.
Referenced by BesClient::GetEvent().
|
inline |
retrieve the whole TObjArray of RecMdcTrack Data
Definition at line 43 of file TRecTrackEvent.h.
Referenced by RecMdcTrackCnv::DataObjectToTObject(), and BesClient::GetEvent().
| const TRecZddChannel * TRecTrackEvent::getRecZddChannel | ( | Int_t | i | ) | const |
Definition at line 346 of file TRecTrackEvent.cxx.
|
inline |
Definition at line 187 of file TRecTrackEvent.h.
Referenced by RecZddChannelCnv::DataObjectToTObject().
| const TRecTofTrack * TRecTrackEvent::getTofTrack | ( | Int_t | i | ) | const |
retrieve a TofTrack From the collection, using the index into the array
Definition at line 225 of file TRecTrackEvent.cxx.
Referenced by BesClient::GetEvent().
|
inline |
retrieve the whole TObjArray of TofTrack Data
Definition at line 67 of file TRecTrackEvent.h.
Referenced by RecTofTrackCnv::DataObjectToTObject(), and BesClient::GetEvent().
| void TRecTrackEvent::initialize | ( | ) |
Definition at line 184 of file TRecTrackEvent.cxx.
Referenced by RecTrackCnv::DataObjectToTObject().
| void TRecTrackEvent::Print | ( | Option_t * | option = "" | ) | const |
Definition at line 193 of file TRecTrackEvent.cxx.