CGEM BOSS 6.6.5.i
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 |
const int | getNcluster () const |
const ClusterRefVec | getVecClusters () const |
const double | getMatchChi2 () const |
const map< int, int > | getClusterFitStat () |
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) |
void | setNcluster (int ncluster) |
void | setVecClusters (ClusterRefVec vecclusters) |
void | setVecClusters (ClusterRefVec vecclusters, map< int, int > clusterFitStat) |
void | setMatchChi2 (double MatchChi2) |
void | setClusterFitStat (map< int, int > clusterFitStat) |
void | updateStatistics () |
Public Member Functions inherited from DstMdcTrack | |
DstMdcTrack () | |
DstMdcTrack (const DstMdcTrack &) | |
DstMdcTrack & | operator= (const DstMdcTrack &) |
virtual | ~DstMdcTrack () |
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 |
const int | nCgemXCluster () const |
const int | nCgemVCluster () 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) |
void | setNCgemXCluster (const int n) |
void | setNCgemVCluster (const int n) |
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_nCgemXClusters |
int | m_nCgemVClusters |
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 30 of file RecMdcTrack.h.
RecMdcTrack::RecMdcTrack | ( | ) |
Definition at line 20 of file RecMdcTrack.cxx.
RecMdcTrack::RecMdcTrack | ( | const RecMdcTrack & | rectrk | ) |
Definition at line 29 of file RecMdcTrack.cxx.
RecMdcTrack::RecMdcTrack | ( | const DstMdcTrack & | dstrk | ) |
Definition at line 41 of file RecMdcTrack.cxx.
RecMdcTrack::~RecMdcTrack | ( | ) |
Definition at line 77 of file RecMdcTrack.cxx.
|
static |
|
virtual |
|
inline |
Definition at line 72 of file RecMdcTrack.h.
|
inline |
Definition at line 59 of file RecMdcTrack.h.
Referenced by ExtMdcTrack::ReadTrk().
|
inline |
Definition at line 71 of file RecMdcTrack.h.
|
inline |
Definition at line 69 of file RecMdcTrack.h.
|
inline |
Definition at line 56 of file RecMdcTrack.h.
Referenced by MdcMergeDups::dumpRecMdcTrack(), MdcTrkRecon::dumpTdsTrack(), TTrackManager::makeTds(), MdcPrintSvc::printRecMdcTrack(), and MdcDedxTrk::set_ExTrk().
|
inline |
Definition at line 63 of file RecMdcTrack.h.
Referenced by ExtMdcTrack::ReadTrk().
|
inline |
Definition at line 70 of file RecMdcTrack.h.
Referenced by TestTrack::execute(), and CgemMdcFitAlg::fit().
|
inline |
Definition at line 67 of file RecMdcTrack.h.
Referenced by MdcMergeDups::doMergeCurl(), MdcMergeDups::dumpRecMdcTrack(), MdcTrkRecon::dumpTdsTrack(), MdcxCosmicSewer::execute(), CgemMdcFitAlg::fit(), TTrackManager::makeTds(), MdcPrintSvc::printRecMdcTrack(), MdcMergeDups::testByOverlapHit(), RecMdcTrackCnv::TObjectToDataObject(), and CgemMdcFitAlg::updateTracks().
|
inline |
Definition at line 50 of file RecMdcTrack.h.
Referenced by MdcMergeDups::testByOverlapHit().
|
inline |
Definition at line 51 of file RecMdcTrack.h.
Referenced by MdcMergeDups::testByOverlapHit().
|
inline |
Definition at line 52 of file RecMdcTrack.h.
Referenced by MdcMergeDups::testByOverlapHit().
RecMdcTrack & RecMdcTrack::operator= | ( | const DstMdcTrack & | dstrk | ) |
Definition at line 64 of file RecMdcTrack.cxx.
RecMdcTrack & RecMdcTrack::operator= | ( | const RecMdcTrack & | rectrk | ) |
Definition at line 49 of file RecMdcTrack.cxx.
|
inline |
Definition at line 88 of file RecMdcTrack.h.
|
inline |
Definition at line 77 of file RecMdcTrack.h.
Referenced by TTrackManager::makeTds(), HoughFinder::storeRecTracks(), MdcTrack::storeTrack(), HoughFinder::storeTracks(), RecMdcTrackCnv::TObjectToDataObject(), and CgemMdcFitAlg::updateTracks().
|
inline |
Definition at line 87 of file RecMdcTrack.h.
|
inline |
Definition at line 83 of file RecMdcTrack.h.
Referenced by CgemLineFit::Store_Trk(), MdcTrack::storeTrack(), updateStatistics(), and CgemMdcFitAlg::updateTracks().
|
inline |
Definition at line 78 of file RecMdcTrack.h.
Referenced by TTrackManager::makeTds(), MdcTrack::storeTrack(), RecMdcTrackCnv::TObjectToDataObject(), updateStatistics(), and CgemMdcFitAlg::updateTracks().
|
inline |
Definition at line 79 of file RecMdcTrack.h.
Referenced by TTrackManager::makeTds(), HoughFinder::storeRecTracks(), MdcTrack::storeTrack(), HoughFinder::storeTracks(), and CgemMdcFitAlg::updateTracks().
void RecMdcTrack::setVecClusters | ( | ClusterRefVec | vecclusters | ) |
Definition at line 86 of file RecMdcTrack.cxx.
Referenced by CgemLineFit::Store_Trk(), HoughFinder::storeRecTracks(), MdcTrack::storeTrack(), HoughFinder::storeTracks(), RecMdcTrackCnv::TObjectToDataObject(), and CgemMdcFitAlg::updateTracks().
void RecMdcTrack::setVecClusters | ( | ClusterRefVec | vecclusters, |
map< int, int > | clusterFitStat ) |
Definition at line 92 of file RecMdcTrack.cxx.
void RecMdcTrack::setVecHits | ( | HitRefVec | vechits | ) |
Definition at line 80 of file RecMdcTrack.cxx.
Referenced by TTrackManager::makeTds(), HoughFinder::storeRecTracks(), MdcTrack::storeTrack(), HoughFinder::storeTracks(), RecMdcTrackCnv::TObjectToDataObject(), and CgemMdcFitAlg::updateTracks().
|
inline |
Definition at line 74 of file RecMdcTrack.h.
Referenced by TTrackManager::makeTds(), HoughFinder::storeRecTracks(), MdcTrack::storeTrack(), HoughFinder::storeTracks(), RecMdcTrackCnv::TObjectToDataObject(), and CgemMdcFitAlg::updateTracks().
|
inline |
Definition at line 75 of file RecMdcTrack.h.
Referenced by TTrackManager::makeTds(), HoughFinder::storeRecTracks(), MdcTrack::storeTrack(), HoughFinder::storeTracks(), RecMdcTrackCnv::TObjectToDataObject(), and CgemMdcFitAlg::updateTracks().
|
inline |
Definition at line 76 of file RecMdcTrack.h.
Referenced by TTrackManager::makeTds(), HoughFinder::storeRecTracks(), MdcTrack::storeTrack(), HoughFinder::storeTracks(), RecMdcTrackCnv::TObjectToDataObject(), and CgemMdcFitAlg::updateTracks().
void RecMdcTrack::updateStatistics | ( | ) |
Definition at line 99 of file RecMdcTrack.cxx.
Referenced by setVecClusters(), setVecClusters(), and setVecHits().