BOSS 7.1.1
BESIII Offline Software System
|
#include <RecMdcKalTrack.h>
Public Member Functions | |
virtual const CLID & | clID () const |
RecMdcKalTrack () | |
RecMdcKalTrack (const RecMdcKalTrack &track) | |
RecMdcKalTrack (const DstMdcKalTrack &track) | |
RecMdcKalTrack & | operator= (const RecMdcKalTrack &) |
RecMdcKalTrack & | operator= (const DstMdcKalTrack &) |
~RecMdcKalTrack () | |
HelixSegRefVec | getVecHelixSegs (int pid=-1) const |
int | getTrackId (void) const |
double | getMass (int pid) const |
double | getLength (int pid) const |
double | getTof (int pid) const |
int | getNhits (int pid) const |
int | getStat (int i, int pid) const |
int | getNster (const int i, const int pid) const |
int | getFirstLayer (const int i, const int pid) const |
int | getLastLayer (const int i, const int pid) const |
double | getChisq (int i, int pid) const |
int | getNdf (int i, int pid) const |
double | getPathl (int i) const |
double | getPathSM (int pid) const |
const HepVector & | getZHelix () const |
const HepSymMatrix & | getZError () const |
const HepVector & | getFHelix () const |
const HepSymMatrix & | getFError () const |
const HepVector & | getLHelix () const |
const HepSymMatrix & | getLError () const |
const double | getTHelix (const int i) const |
const double | getTError (const int i) const |
const HepVector | getTHelix () const |
const HepSymMatrix | getTError () const |
HepVector & | getZHelixE () |
HepSymMatrix & | getZErrorE () |
HepVector & | getFHelixE () |
HepSymMatrix & | getFErrorE () |
HepVector & | getLHelixE () |
HepSymMatrix & | getLErrorE () |
HepVector & | getZHelixMu () |
HepSymMatrix & | getZErrorMu () |
HepVector & | getFHelixMu () |
HepSymMatrix & | getFErrorMu () |
HepVector & | getLHelixMu () |
HepSymMatrix & | getLErrorMu () |
HepVector & | getZHelixK () |
HepSymMatrix & | getZErrorK () |
HepVector & | getFHelixK () |
HepSymMatrix & | getFErrorK () |
HepVector & | getLHelixK () |
HepSymMatrix & | getLErrorK () |
HepVector & | getZHelixP () |
HepSymMatrix & | getZErrorP () |
HepVector & | getFHelixP () |
HepSymMatrix & | getFErrorP () |
HepVector & | getLHelixP () |
HepSymMatrix & | getLErrorP () |
const HepPoint3D | getPocaE () const |
const HepPoint3D | getPocaMu () const |
const HepPoint3D | getPoca () const |
const HepPoint3D | getPocaK () const |
const HepPoint3D | getPocaP () const |
const HepPoint3D & | getLPointE () const |
const HepPoint3D & | getLPointMu () const |
const HepPoint3D & | getLPoint () const |
const HepPoint3D & | getLPointK () const |
const HepPoint3D & | getLPointP () const |
const HepPoint3D & | getLPivotE () const |
const HepPoint3D & | getLPivotMu () const |
const HepPoint3D & | getLPivot () const |
const HepPoint3D & | getLPivotK () const |
const HepPoint3D & | getLPivotP () const |
const HepVector & | getLHelix (const int pid) const |
const HepSymMatrix & | getLError (const int pid) const |
const HepPoint3D & | getPoca (const int pid) const |
const HepPoint3D & | getLPoint (const int pid) const |
const double | getFiTerm (const int pid) const |
const HepPoint3D & | getLPivot (const int pid) const |
const double | getZDr (void) const |
const double | getZFi0 (void) const |
const double | getZCpa (void) const |
const double | getZDz (void) const |
const double | getZTanl (void) const |
const double | getLDr (void) const |
const double | getLFi0 (void) const |
const double | getLCpa (void) const |
const double | getLDz (void) const |
const double | getLTanl (void) const |
const double | getFDr (void) const |
const double | getFFi0 (void) const |
const double | getFCpa (void) const |
const double | getFDz (void) const |
const double | getFTanl (void) const |
void | setVecHelixSegs (const HelixSegRefVec &vechelixsegs, int pid=-1) |
void | setMass (double mass, int pid) |
void | setLength (double length, int pid) |
void | setTof (double tof, int pid) |
void | setNhits (int nhits, int pid) |
void | setPathl (double pathl, int i) |
void | setPathSM (double length, int pid) |
void | setLHelix (const HepVector &helix, const int pid) |
void | setLError (const HepSymMatrix &error, const int pid) |
void | setLHelix (double *helix, const int pid) |
void | setLError (double *error, const int pid) |
void | setTHelix (const HepVector &helix) |
void | setTError (const HepSymMatrix &error) |
void | setTHelix (double helix[5]) |
void | setTError (double error[15]) |
void | setLPoint (const HepPoint3D &point, const int pid) |
void | setFiTerm (double fi, const int pid) |
void | setLPivot (const HepPoint3D &pivot, const int pid) |
Public Member Functions inherited from DstMdcKalTrack | |
DstMdcKalTrack () | |
DstMdcKalTrack (const DstMdcKalTrack &track) | |
DstMdcKalTrack & | operator= (const DstMdcKalTrack &) |
~DstMdcKalTrack () | |
const int | trackId () const |
const double | mass () const |
const int | charge () const |
const double | pxy () const |
const double | px () const |
const double | py () const |
const double | pz () const |
const double | theta () const |
const double | phi () const |
const double | x () const |
const double | y () const |
const double | z () const |
const double | x (const int i) const |
const double | y (const int i) const |
const double | z (const int i) const |
const double | r () const |
const double | p () 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 double | dr (void) const |
const double | fi0 (void) const |
const double | kappa (void) const |
const double | dz (void) const |
const double | tanl (void) const |
const HepVector & | helix () const |
const HepSymMatrix & | err () const |
const HepVector & | fhelix () const |
const HepSymMatrix & | ferr () const |
const HepPoint3D | poca () const |
const Hep3Vector | p3 () const |
const HepPoint3D | x3 () const |
const HepLorentzVector | p4 () const |
const HepLorentzVector | p4 (double mass) const |
void | setTrackId (int trackId) |
void | setMass (double mass, int pid) |
void | setCharge (const int charge, const int pid) |
void | setPxy (const double pxy, const int pid) |
void | setPx (const double px, const int pid) |
void | setPy (const double py, const int pid) |
void | setPz (const double pz, const int pid) |
void | setP (const double p, const int pid) |
void | setTheta (const double theta, const int pid) |
void | setPhi (const double phi, const int pid) |
void | setX (const double x, const int pid) |
void | setY (const double y, const int pid) |
void | setZ (const double z, const int pid) |
void | setR (const double r, const int pid) |
void | setNlayer (int nlayer, int pid) |
void | setNster (int ns, int i, int pid) |
void | setStat (int stat, int i, int pid) |
void | setChisq (double chisq, int i, int pid) |
void | setFirstLayer (int fL, int i, int pid) |
void | setLastLayer (int lL, int i, int pid) |
void | setNhits (int nhits, int pid) |
void | setNdf (int ndf, int i, int pid) |
void | setPoca (const HepPoint3D &poca, const int pid) |
void | setPoca (double *poca, const int pid) |
void | setZHelix (const HepVector &helix, const int pid) |
void | setZError (const HepSymMatrix &error, const int pid) |
void | setZHelix (double *helix, const int pid) |
void | setZError (double *error, const int pid) |
void | setFHelix (const HepVector &fhelix, const int pid) |
void | setFError (const HepSymMatrix &ferror, const int pid) |
void | setFHelix (double *fhelix, const int pid) |
void | setFError (double *ferror, const int pid) |
const int | getTrackId () const |
const int | getCharge (const int pid) const |
const int | getStat (const int pid) const |
const int | getNster (const int pid) const |
const double | getChisq (const int pid) const |
const int | getNdf (const int pid) const |
const int | getFirstLayer (const int pid) const |
const int | getLastLayer (const int pid) const |
const int | getNlayer (const int pid) const |
const HepPoint3D & | getPoca (const int pid) const |
const HepVector & | getZHelix (const int pid) const |
const HepSymMatrix & | getZError (const int pid) const |
const HepVector & | getFHelix (const int pid) const |
const HepSymMatrix & | getFError (const int pid) const |
Static Public Member Functions | |
static const CLID & | classID () |
Static Public Member Functions inherited from DstMdcKalTrack | |
static const CLID & | classID () |
static void | setPidType (PidType pidType) |
static PidType | getPidType () |
Additional Inherited Members | |
Public Types inherited from DstMdcKalTrack | |
enum | PidType { null = -1 , electron = 0 , muon = 1 , pion = 2 , kaon = 3 , proton = 4 } |
Protected Attributes inherited from DstMdcKalTrack | |
int | m_trackId |
int | m_charge [5] |
int | m_stat [2][5] |
int | m_nster [2][5] |
int | m_firstLayer [2][5] |
int | m_lastLayer [2][5] |
double | m_mass [5] |
double | m_chisq [2][5] |
double | m_pxy [5] |
double | m_px [5] |
double | m_py [5] |
double | m_pz [5] |
double | m_p [5] |
double | m_theta [5] |
double | m_phi [5] |
double | m_x [5] |
double | m_y [5] |
double | m_z [5] |
double | m_r [5] |
int | m_ndf [2][5] |
int | m_nhits [5] |
int | m_nlayer [5] |
std::vector< HepPoint3D > | m_pocas |
std::vector< HepVector > | m_zhelixs |
std::vector< HepSymMatrix > | m_zerrors |
std::vector< HepVector > | m_fhelixs |
std::vector< HepSymMatrix > | m_ferrors |
Static Protected Attributes inherited from DstMdcKalTrack | |
static PidType | m_pidType = pion |
Definition at line 30 of file RecMdcKalTrack.h.
RecMdcKalTrack::RecMdcKalTrack | ( | ) |
Definition at line 13 of file RecMdcKalTrack.cxx.
RecMdcKalTrack::RecMdcKalTrack | ( | const RecMdcKalTrack & | track | ) |
Definition at line 66 of file RecMdcKalTrack.cxx.
RecMdcKalTrack::RecMdcKalTrack | ( | const DstMdcKalTrack & | track | ) |
Definition at line 72 of file RecMdcKalTrack.cxx.
RecMdcKalTrack::~RecMdcKalTrack | ( | ) |
Definition at line 197 of file RecMdcKalTrack.cxx.
|
inlinestatic |
|
inlinevirtual |
|
inline |
Definition at line 60 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::complete_track(), KalFitAlg::complete_track(), and KalFitAlg::sameas().
|
inline |
Definition at line 149 of file RecMdcKalTrack.h.
|
inline |
Definition at line 147 of file RecMdcKalTrack.h.
|
inline |
Definition at line 150 of file RecMdcKalTrack.h.
|
inline |
Definition at line 69 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::complete_track(), KalFitAlg::complete_track(), DedxCalibEvent::genNtuple(), and KalFitAlg::sameas().
|
inline |
Definition at line 80 of file RecMdcKalTrack.h.
|
inline |
Definition at line 94 of file RecMdcKalTrack.h.
|
inline |
Definition at line 87 of file RecMdcKalTrack.h.
|
inline |
Definition at line 101 of file RecMdcKalTrack.h.
|
inline |
Definition at line 148 of file RecMdcKalTrack.h.
|
inline |
Definition at line 68 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::complete_track(), KalFitAlg::complete_track(), DedxCalibEvent::genNtuple(), and KalFitAlg::sameas().
|
inline |
Definition at line 79 of file RecMdcKalTrack.h.
|
inline |
Definition at line 93 of file RecMdcKalTrack.h.
|
inline |
Definition at line 86 of file RecMdcKalTrack.h.
|
inline |
Definition at line 100 of file RecMdcKalTrack.h.
|
inline |
Definition at line 58 of file RecMdcKalTrack.h.
|
inline |
Definition at line 131 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), and ExtMdcTrack::ReadTrk().
|
inline |
Definition at line 151 of file RecMdcKalTrack.h.
|
inline |
Definition at line 59 of file RecMdcKalTrack.h.
|
inline |
Definition at line 143 of file RecMdcKalTrack.h.
|
inline |
Definition at line 141 of file RecMdcKalTrack.h.
|
inline |
Definition at line 144 of file RecMdcKalTrack.h.
|
inline |
Definition at line 53 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::complete_track(), KalFitAlg::complete_track(), and KalFitAlg::sameas().
|
inline |
Definition at line 71 of file RecMdcKalTrack.h.
Referenced by ExtMdcTrack::ReadTrk().
|
inline |
Definition at line 126 of file RecMdcKalTrack.h.
|
inline |
Definition at line 82 of file RecMdcKalTrack.h.
|
inline |
Definition at line 96 of file RecMdcKalTrack.h.
|
inline |
Definition at line 89 of file RecMdcKalTrack.h.
|
inline |
Definition at line 103 of file RecMdcKalTrack.h.
|
inline |
Definition at line 142 of file RecMdcKalTrack.h.
|
inline |
Definition at line 70 of file RecMdcKalTrack.h.
Referenced by ExtMdcTrack::ReadTrk().
|
inline |
Definition at line 125 of file RecMdcKalTrack.h.
|
inline |
Definition at line 81 of file RecMdcKalTrack.h.
|
inline |
Definition at line 95 of file RecMdcKalTrack.h.
|
inline |
Definition at line 88 of file RecMdcKalTrack.h.
|
inline |
Definition at line 102 of file RecMdcKalTrack.h.
|
inline |
Definition at line 119 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), and ExtMdcTrack::ReadTrk().
|
inline |
Definition at line 132 of file RecMdcKalTrack.h.
|
inline |
Definition at line 117 of file RecMdcKalTrack.h.
|
inline |
Definition at line 120 of file RecMdcKalTrack.h.
|
inline |
Definition at line 118 of file RecMdcKalTrack.h.
|
inline |
Definition at line 121 of file RecMdcKalTrack.h.
|
inline |
Definition at line 113 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), and ExtMdcTrack::ReadTrk().
|
inline |
Definition at line 130 of file RecMdcKalTrack.h.
|
inline |
Definition at line 111 of file RecMdcKalTrack.h.
|
inline |
Definition at line 114 of file RecMdcKalTrack.h.
|
inline |
Definition at line 112 of file RecMdcKalTrack.h.
|
inline |
Definition at line 115 of file RecMdcKalTrack.h.
|
inline |
Definition at line 145 of file RecMdcKalTrack.h.
|
inline |
Definition at line 52 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::complete_track(), KalFitAlg::complete_track(), KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), and KalFitAlg::sameas().
|
inline |
Definition at line 61 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::complete_track(), KalFitAlg::complete_track(), KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), and KalFitAlg::fillTds_back().
|
inline |
Definition at line 55 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::sameas(), and MdcDedxTrk::set_ExTrk_Kal().
|
inline |
Definition at line 57 of file RecMdcKalTrack.h.
|
inline |
Definition at line 62 of file RecMdcKalTrack.h.
|
inline |
Definition at line 63 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), and ExtMdcTrack::ReadTrk().
|
inline |
Definition at line 107 of file RecMdcKalTrack.h.
|
inline |
Definition at line 129 of file RecMdcKalTrack.h.
|
inline |
Definition at line 105 of file RecMdcKalTrack.h.
|
inline |
Definition at line 108 of file RecMdcKalTrack.h.
|
inline |
Definition at line 106 of file RecMdcKalTrack.h.
|
inline |
Definition at line 109 of file RecMdcKalTrack.h.
|
inline |
Definition at line 56 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::complete_track(), KalFitAlg::complete_track(), MdcKalTrackCnv::DataObjectToTObject(), TofCheckDigi::Fill(), and KalFitAlg::sameas().
|
inline |
Definition at line 75 of file RecMdcKalTrack.h.
|
inline |
Definition at line 73 of file RecMdcKalTrack.h.
|
inline |
Definition at line 74 of file RecMdcKalTrack.h.
|
inline |
Definition at line 72 of file RecMdcKalTrack.h.
|
inline |
Definition at line 54 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::complete_track(), KalFitAlg::complete_track(), ExtMdcTrack::ReadTrk(), and KalFitAlg::sameas().
|
inline |
Definition at line 51 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::complete_track(), KalFitAlg::complete_track(), and ExtMdcTrack::ReadTrk().
HelixSegRefVec RecMdcKalTrack::getVecHelixSegs | ( | int | pid = -1 | ) | const |
Definition at line 180 of file RecMdcKalTrack.cxx.
Referenced by KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), and RecMdcKalTrackCnv::TObjectToDataObject().
|
inline |
Definition at line 137 of file RecMdcKalTrack.h.
|
inline |
Definition at line 135 of file RecMdcKalTrack.h.
|
inline |
Definition at line 138 of file RecMdcKalTrack.h.
|
inline |
Definition at line 67 of file RecMdcKalTrack.h.
Referenced by DQAKsInfo::calculate(), CalibEventSelect::execute(), DQAKsKpi::execute(), DQAKsKpiDEDX::execute(), DQARhopi::execute(), Gam4pikp::execute(), JsiLL::execute(), Ppjrhopi::execute(), Rhopi::execute(), Signal::execute(), DSemilepAlg::isGoodTrack(), DTagTool::isGoodTrack(), DTagTool::isGoodTrack_loose(), K0kk::MTotal(), K0kpi::MTotal(), K0pi0::MTotal(), K0pipi::MTotal(), K0pipipi0::MTotal(), K3pi::MTotal(), K3pipi0::MTotal(), Kkpipi::MTotal(), Kpi::MTotal(), Kpipi0::MTotal(), Kpipi0pi0::MTotal(), Pipi::MTotal(), Pipipi0::MTotal(), LocalKsSelector::operator()(), LocalLambdaSelector::operator()(), LocalPionSelector::operator()(), utility::SecondaryVFit(), utility::SecondaryVFit_Lambda(), utility::SecondaryVFit_Lambdaref(), utility::SecondaryVFitref(), utility::vfit(), utility::vfit(), utility::vfitref(), and utility::vfitref().
|
inline |
|
inline |
Definition at line 92 of file RecMdcKalTrack.h.
Referenced by CalibEventSelect::execute(), DQAKsKpi::execute(), DQAKsKpiDEDX::execute(), DQARhopi::execute(), Ppjrhopi::execute(), Signal::execute(), K0kk::MTotal(), K0kpi::MTotal(), K3pi::MTotal(), K3pipi0::MTotal(), Kk::MTotal(), Kkpi0::MTotal(), Kkpipi::MTotal(), Kpi::MTotal(), Kpipi0::MTotal(), Kpipi0pi0::MTotal(), LocalKaonSelector::operator()(), utility::vfit(), utility::vfit(), utility::vfitref(), and utility::vfitref().
|
inline |
|
inline |
Definition at line 99 of file RecMdcKalTrack.h.
Referenced by JsiLL::execute(), TestV::execute(), LocalLambdaSelector::operator()(), LocalProtonSelector::operator()(), utility::SecondaryVFit_Lambda(), utility::SecondaryVFit_Lambdaref(), utility::vfit(), and utility::vfitref().
|
inline |
Definition at line 136 of file RecMdcKalTrack.h.
|
inline |
Definition at line 66 of file RecMdcKalTrack.h.
Referenced by DQAKsInfo::calculate(), KalFitAlg::complete_track(), KalFitAlg::complete_track(), MdcKalTrackCnv::DataObjectToTObject(), CDChargedVisible< H >::defaultKinematicData(), CalibEventSelect::execute(), DQAKsKpi::execute(), DQAKsKpiDEDX::execute(), DQARhopi::execute(), Gam4pikp::execute(), JsiLL::execute(), Ppjrhopi::execute(), Rhopi::execute(), Signal::execute(), DedxCalibEvent::genNtuple(), utility::getp4(), DSemilepAlg::isGoodTrack(), DTagTool::isGoodTrack(), DTagTool::isGoodTrack_loose(), K0kk::MTotal(), K0kpi::MTotal(), K0pi0::MTotal(), K0pipi::MTotal(), K0pipipi0::MTotal(), K3pi::MTotal(), K3pipi0::MTotal(), Kkpipi::MTotal(), Kpi::MTotal(), Kpipi0::MTotal(), Kpipi0pi0::MTotal(), Pipi::MTotal(), Pipipi0::MTotal(), LocalKsSelector::operator()(), LocalLambdaSelector::operator()(), LocalPionSelector::operator()(), DTagTool::p4(), utility::SecondaryVFit(), utility::SecondaryVFit_Lambda(), utility::SecondaryVFit_Lambdaref(), utility::SecondaryVFitref(), utility::vfit(), utility::vfit(), utility::vfitref(), and utility::vfitref().
|
inline |
Definition at line 77 of file RecMdcKalTrack.h.
Referenced by CDChargedVisible< H >::defaultKinematicData(), DQASelBhabha::execute(), utility::getp4(), and DTagTool::p4().
|
inline |
Definition at line 91 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::complete_track(), KalFitAlg::complete_track(), CDChargedVisible< H >::defaultKinematicData(), CalibEventSelect::execute(), DQAKsKpi::execute(), DQAKsKpiDEDX::execute(), DQARhopi::execute(), Ppjrhopi::execute(), Signal::execute(), utility::getp4(), K0kk::MTotal(), K0kpi::MTotal(), K3pi::MTotal(), K3pipi0::MTotal(), Kk::MTotal(), Kkpi0::MTotal(), Kkpipi::MTotal(), Kpi::MTotal(), Kpipi0::MTotal(), Kpipi0pi0::MTotal(), LocalKaonSelector::operator()(), DTagTool::p4(), utility::vfit(), utility::vfit(), utility::vfitref(), and utility::vfitref().
|
inline |
Definition at line 84 of file RecMdcKalTrack.h.
Referenced by CDChargedVisible< H >::defaultKinematicData(), DQASelDimu::execute(), utility::getp4(), and DTagTool::p4().
|
inline |
Definition at line 98 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::complete_track(), KalFitAlg::complete_track(), CDChargedVisible< H >::defaultKinematicData(), JsiLL::execute(), TestV::execute(), utility::getp4(), LocalLambdaSelector::operator()(), LocalProtonSelector::operator()(), DTagTool::p4(), utility::SecondaryVFit_Lambda(), utility::SecondaryVFit_Lambdaref(), utility::vfit(), and utility::vfitref().
|
inline |
Definition at line 139 of file RecMdcKalTrack.h.
RecMdcKalTrack & RecMdcKalTrack::operator= | ( | const DstMdcKalTrack & | dstrk | ) |
Definition at line 126 of file RecMdcKalTrack.cxx.
RecMdcKalTrack & RecMdcKalTrack::operator= | ( | const RecMdcKalTrack & | ) |
|
inline |
Definition at line 289 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), and RecMdcKalTrackCnv::TObjectToDataObject().
|
inline |
Definition at line 160 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), KalFitAlg::sameas(), and RecMdcKalTrackCnv::TObjectToDataObject().
|
inline |
Definition at line 224 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), KalFitAlg::sameas(), and RecMdcKalTrackCnv::TObjectToDataObject().
|
inline |
Definition at line 232 of file RecMdcKalTrack.h.
|
inline |
Definition at line 221 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), KalFitAlg::sameas(), and RecMdcKalTrackCnv::TObjectToDataObject().
|
inline |
Definition at line 227 of file RecMdcKalTrack.h.
|
inline |
Definition at line 294 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), and RecMdcKalTrackCnv::TObjectToDataObject().
|
inline |
Definition at line 284 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), and RecMdcKalTrackCnv::TObjectToDataObject().
|
inline |
Definition at line 159 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::fillTds(), KalFitAlg::fillTds_lead(), KalFitAlg::sameas(), and RecMdcKalTrackCnv::TObjectToDataObject().
|
inline |
Definition at line 162 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::fillTds(), KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), KalFitAlg::fillTds_lead(), KalFitAlg::sameas(), and RecMdcKalTrackCnv::TObjectToDataObject().
|
inline |
Definition at line 169 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), and KalFitAlg::fillTds_back().
|
inline |
Definition at line 170 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), and RecMdcKalTrackCnv::TObjectToDataObject().
|
inline |
Definition at line 250 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), and RecMdcKalTrackCnv::TObjectToDataObject().
|
inline |
Definition at line 268 of file RecMdcKalTrack.h.
|
inline |
Definition at line 244 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), and RecMdcKalTrackCnv::TObjectToDataObject().
|
inline |
Definition at line 260 of file RecMdcKalTrack.h.
|
inline |
Definition at line 161 of file RecMdcKalTrack.h.
Referenced by KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), KalFitAlg::sameas(), and RecMdcKalTrackCnv::TObjectToDataObject().
void RecMdcKalTrack::setVecHelixSegs | ( | const HelixSegRefVec & | vechelixsegs, |
int | pid = -1 ) |
Definition at line 189 of file RecMdcKalTrack.cxx.
Referenced by KalFitAlg::fillTds_back(), KalFitAlg::fillTds_back(), and RecMdcKalTrackCnv::TObjectToDataObject().