|
BOSS 8.0.0
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 36 of file ExtMdcTrack.h.
| ExtMdcTrack::ExtMdcTrack | ( | void | ) |
Definition at line 29 of file ExtMdcTrack.cxx.
| ExtMdcTrack::~ExtMdcTrack | ( | void | ) |
Definition at line 37 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 227 of file ExtMdcTrack.cxx.
| const Hep3Vector ExtMdcTrack::GetMomentum | ( | ) | const |
Definition at line 243 of file ExtMdcTrack.cxx.
Referenced by TrkExtAlg::execute(), and ReadTrk().
| bool ExtMdcTrack::GetOneGoodTrk | ( | ) |
Definition at line 55 of file ExtMdcTrack.cxx.
Referenced by TrkExtAlg::execute().
| double ExtMdcTrack::GetParticleCharge | ( | ) | const |
Definition at line 353 of file ExtMdcTrack.cxx.
Referenced by TrkExtAlg::execute().
| const Hep3Vector ExtMdcTrack::GetPosition | ( | ) | const |
Definition at line 229 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 308 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 82 of file ExtMdcTrack.cxx.
Referenced by TrkExtAlg::execute().
| bool ExtMdcTrack::SetMdcKalTrkCol | ( | RecMdcKalTrackCol * | aPointer | ) |
Definition at line 47 of file ExtMdcTrack.cxx.
Referenced by TrkExtAlg::execute().
| bool ExtMdcTrack::SetMdcRecTrkCol | ( | RecMdcTrackCol * | aPointer | ) |
Definition at line 39 of file ExtMdcTrack.cxx.
Referenced by TrkExtAlg::execute().
|
inline |
Definition at line 41 of file ExtMdcTrack.h.
Referenced by TrkExtAlg::execute().
|
inline |
Definition at line 44 of file ExtMdcTrack.h.