CGEM BOSS 6.6.5.g
BESIII Offline Software System
|
#include <ExtMdcTrack.h>
Public Member Functions | |
ExtMdcTrack (void) | |
~ExtMdcTrack (void) | |
void | SetMsgFlag (bool aFlag) |
bool | SetMdcRecTrkCol (RecMdcTrackCol *aPointer) |
bool | SetMdcKalTrkCol (RecMdcKalTrackCol *aPointer) |
bool | SetParId (int pid) |
bool | GetOneGoodTrk () |
bool | ReadTrk (int pid) |
int | GetTrackID () |
RecMdcTrack * | GetMdcRecTrkPtr () const |
const Hep3Vector | GetPosition () const |
const Hep3Vector | GetMomentum () const |
const HepSymMatrix | GetErrorMatrix () const |
double | GetTrackLength () const |
double | GetTrkTof () const |
double | GetPt () const |
double | GetParticleCharge () const |
Definition at line 38 of file ExtMdcTrack.h.
ExtMdcTrack::ExtMdcTrack | ( | void | ) |
Definition at line 29 of file ExtMdcTrack.cxx.
ExtMdcTrack::~ExtMdcTrack | ( | void | ) |
Definition at line 31 of file ExtMdcTrack.cxx.
const HepSymMatrix ExtMdcTrack::GetErrorMatrix | ( | ) | const |
Definition at line 251 of file ExtMdcTrack.cxx.
Referenced by TrkExtAlg::execute().
RecMdcTrack * ExtMdcTrack::GetMdcRecTrkPtr | ( | ) | const |
Definition at line 222 of file ExtMdcTrack.cxx.
const Hep3Vector ExtMdcTrack::GetMomentum | ( | ) | const |
Definition at line 242 of file ExtMdcTrack.cxx.
Referenced by TrkExtAlg::execute(), and ReadTrk().
bool ExtMdcTrack::GetOneGoodTrk | ( | ) |
Definition at line 51 of file ExtMdcTrack.cxx.
Referenced by TrkExtAlg::execute().
double ExtMdcTrack::GetParticleCharge | ( | ) | const |
Definition at line 356 of file ExtMdcTrack.cxx.
Referenced by TrkExtAlg::execute().
const Hep3Vector ExtMdcTrack::GetPosition | ( | ) | const |
Definition at line 227 of file ExtMdcTrack.cxx.
Referenced by TrkExtAlg::execute().
double ExtMdcTrack::GetPt | ( | ) | const |
Definition at line 351 of file ExtMdcTrack.cxx.
Referenced by ReadTrk().
|
inline |
Definition at line 50 of file ExtMdcTrack.h.
Referenced by TrkExtAlg::execute().
double ExtMdcTrack::GetTrackLength | ( | ) | const |
Definition at line 309 of file ExtMdcTrack.cxx.
Referenced by TrkExtAlg::execute(), and ReadTrk().
|
inline |
Definition at line 56 of file ExtMdcTrack.h.
Referenced by TrkExtAlg::execute().
bool ExtMdcTrack::ReadTrk | ( | int | pid = 2 | ) |
Definition at line 77 of file ExtMdcTrack.cxx.
Referenced by TrkExtAlg::execute().
bool ExtMdcTrack::SetMdcKalTrkCol | ( | RecMdcKalTrackCol * | aPointer | ) |
Definition at line 42 of file ExtMdcTrack.cxx.
Referenced by TrkExtAlg::execute().
bool ExtMdcTrack::SetMdcRecTrkCol | ( | RecMdcTrackCol * | aPointer | ) |
Definition at line 33 of file ExtMdcTrack.cxx.
Referenced by TrkExtAlg::execute().
|
inline |
Definition at line 44 of file ExtMdcTrack.h.
Referenced by TrkExtAlg::execute().
|
inline |
Definition at line 47 of file ExtMdcTrack.h.