BOSS 6.6.4.p03
BESIII Offline Software System
|
#include <RecMdcTrack.h>
Public Member Functions | |
virtual const CLID & | clID () const |
RecMdcTrack () | |
RecMdcTrack (const RecMdcTrack &) | |
RecMdcTrack (const DstMdcTrack &) | |
RecMdcTrack & | operator= (const RecMdcTrack &) |
RecMdcTrack & | operator= (const DstMdcTrack &) |
~RecMdcTrack () | |
const double | getVX0 () const |
const double | getVY0 () const |
const double | getVZ0 () const |
const int | getNhits () const |
const double | getFiTerm () const |
const HepPoint3D & | getPivot () const |
const HitRefVec | getVecHits (void) const |
void | setVX0 (double x0) |
void | setVY0 (double y0) |
void | setVZ0 (double z0) |
void | setFiTerm (double fiterm) |
void | setNhits (int nhits) |
void | setPivot (const HepPoint3D &pivot) |
void | setVecHits (HitRefVec vechits) |
Public Member Functions inherited from DstMdcTrack | |
DstMdcTrack () | |
DstMdcTrack (const DstMdcTrack &) | |
DstMdcTrack & | operator= (const DstMdcTrack &) |
virtual | ~DstMdcTrack () |
virtual const CLID & | clID () const |
const HepVector | helix () const |
...... | |
const HepSymMatrix | err () const |
const HepLorentzVector | p4 (const double mass) const |
const HepPoint3D | poca () const |
const Hep3Vector | p3 () const |
const HepPoint3D | x3 () const |
const double | helix (const int i) const |
const double | err (const int i) const |
const int | trackId () const |
const int | charge () const |
const double | pxy () const |
const double | px () const |
const double | py () const |
const double | pz () const |
const double | p () const |
const double | theta () const |
const double | phi () const |
const double | x () const |
const double | y () const |
const double | z () const |
const double | r () const |
const int | stat () const |
const double | chi2 () const |
const int | ndof () const |
const int | nster () const |
const int | firstLayer () const |
const int | lastLayer () const |
const int | nlayer () const |
void | setHelix (double helix[5]) |
void | setPoca (double poca[3]) |
void | setError (double err[15]) |
void | setHelix (const HepVector &a) |
void | setPoca (const HepPoint3D &poca) |
void | setError (const HepSymMatrix &Ea) |
void | setTrackId (const int trackId) |
void | setCharge (const int charge) |
void | setPxy (const double pxy) |
void | setPx (const double px) |
void | setPy (const double py) |
void | setPz (const double pz) |
void | setP (const double p) |
void | setTheta (const double theta) |
void | setPhi (const double phi) |
void | setX (const double x) |
void | setY (const double y) |
void | setZ (const double z) |
void | setR (const double r) |
void | setStat (const int stat) |
void | setChi2 (const double chi) |
void | setNdof (const int ndof) |
void | setNster (const int ns) |
void | setFirstLayer (const int id) |
void | setLastLayer (const int id) |
void | setNlayer (const int nlayer) |
Static Public Member Functions | |
static const CLID & | classID () |
Static Public Member Functions inherited from DstMdcTrack | |
static const CLID & | classID () |
Additional Inherited Members | |
Protected Attributes inherited from DstMdcTrack | |
int | m_trackId |
int | m_charge |
double | m_helix [5] |
double | m_err [15] |
double | m_poca [3] |
HepPoint3D | m_poca3D |
HepVector | m_a |
HepSymMatrix | m_Ea |
int | m_stat |
double | m_chi2 |
int | m_ndof |
int | m_nster |
int | m_firstLayer |
int | m_lastLayer |
int | m_nlayer |
double | m_pxy |
double | m_px |
double | m_py |
double | m_pz |
double | m_p |
double | m_theta |
double | m_phi |
double | m_x |
double | m_y |
double | m_z |
double | m_r |
Definition at line 23 of file RecMdcTrack.h.
RecMdcTrack::RecMdcTrack | ( | ) |
Definition at line 17 of file RecMdcTrack.cxx.
RecMdcTrack::RecMdcTrack | ( | const RecMdcTrack & | rectrk | ) |
Definition at line 24 of file RecMdcTrack.cxx.
RecMdcTrack::RecMdcTrack | ( | const DstMdcTrack & | dstrk | ) |
Definition at line 33 of file RecMdcTrack.cxx.
RecMdcTrack::~RecMdcTrack | ( | ) |
Definition at line 67 of file RecMdcTrack.cxx.
|
static |
|
virtual |
|
inline |
Definition at line 52 of file RecMdcTrack.h.
Referenced by ExtMdcTrack::ReadTrk().
|
inline |
Definition at line 49 of file RecMdcTrack.h.
Referenced by MdcMergeDups::dumpRecMdcTrack(), MdcTrkRecon::dumpTdsTrack(), TTrackManager::makeTds(), MdcPrintSvc::printRecMdcTrack(), and MdcDedxTrk::set_ExTrk().
|
inline |
Definition at line 56 of file RecMdcTrack.h.
Referenced by ExtMdcTrack::ReadTrk().
|
inline |
Definition at line 60 of file RecMdcTrack.h.
Referenced by MdcMergeDups::doMergeCurl(), MdcMergeDups::dumpRecMdcTrack(), MdcTrkRecon::dumpTdsTrack(), MdcxCosmicSewer::execute(), TTrackManager::makeTds(), MdcPrintSvc::printRecMdcTrack(), MdcMergeDups::testByOverlapHit(), and RecMdcTrackCnv::TObjectToDataObject().
|
inline |
Definition at line 43 of file RecMdcTrack.h.
Referenced by MdcMergeDups::testByOverlapHit().
|
inline |
Definition at line 44 of file RecMdcTrack.h.
Referenced by MdcMergeDups::testByOverlapHit().
|
inline |
Definition at line 45 of file RecMdcTrack.h.
Referenced by MdcMergeDups::testByOverlapHit().
RecMdcTrack & RecMdcTrack::operator= | ( | const DstMdcTrack & | dstrk | ) |
Definition at line 53 of file RecMdcTrack.cxx.
RecMdcTrack & RecMdcTrack::operator= | ( | const RecMdcTrack & | rectrk | ) |
Definition at line 41 of file RecMdcTrack.cxx.
|
inline |
Definition at line 66 of file RecMdcTrack.h.
Referenced by TTrackManager::makeTds(), MdcTrack::storeTrack(), and RecMdcTrackCnv::TObjectToDataObject().
|
inline |
Definition at line 67 of file RecMdcTrack.h.
Referenced by TTrackManager::makeTds(), MdcTrack::storeTrack(), and RecMdcTrackCnv::TObjectToDataObject().
|
inline |
Definition at line 68 of file RecMdcTrack.h.
Referenced by TTrackManager::makeTds(), and MdcTrack::storeTrack().
|
inline |
Definition at line 69 of file RecMdcTrack.h.
Referenced by TTrackManager::makeTds(), MdcTrack::storeTrack(), and RecMdcTrackCnv::TObjectToDataObject().
|
inline |
Definition at line 63 of file RecMdcTrack.h.
Referenced by TTrackManager::makeTds(), MdcTrack::storeTrack(), and RecMdcTrackCnv::TObjectToDataObject().
|
inline |
Definition at line 64 of file RecMdcTrack.h.
Referenced by TTrackManager::makeTds(), MdcTrack::storeTrack(), and RecMdcTrackCnv::TObjectToDataObject().
|
inline |
Definition at line 65 of file RecMdcTrack.h.
Referenced by TTrackManager::makeTds(), MdcTrack::storeTrack(), and RecMdcTrackCnv::TObjectToDataObject().