BOSS 7.0.9
BESIII Offline Software System
|
#include <MdcSegInfoSterO.h>
Public Member Functions | |
MdcSegInfoSterO () | |
~MdcSegInfoSterO () | |
double | z0 () const |
double | ct () const |
bool | parIsAngle (int i) const |
int | calcStereo (MdcSeg *parentSeg, const TrkRecoTrk &track, MdcSegWorks &segStuff) |
int | calcStereo (MdcSeg *parentSeg, const TrkExchangePar &par, MdcSegWorks &segStuff, double Bz) |
int | zPosition (MdcHitUse &hitUse, const TrkRecoTrk &track, MdcLine *span, int hitFit, double t0) const |
int | zPosition (MdcHitUse &hitUse, const TrkExchangePar &par, MdcLine *span, int hitFit, double t0, double Bz) const |
Public Member Functions inherited from MdcSegInfo | |
MdcSegInfo () | |
virtual | ~MdcSegInfo () |
const double * | errmat () const |
const double * | inverr () const |
double | par (int i) const |
double | arc () const |
virtual bool | parIsAngle (int i) const =0 |
void | plotSegInfo () const |
Additional Inherited Members | |
Protected Attributes inherited from MdcSegInfo | |
double | _par0 |
double | _par1 |
double | _errmat [3] |
double | _inverr [3] |
double | _arc |
Definition at line 34 of file MdcSegInfoSterO.h.
|
inline |
Definition at line 37 of file MdcSegInfoSterO.h.
|
inline |
Definition at line 38 of file MdcSegInfoSterO.h.
int MdcSegInfoSterO::calcStereo | ( | MdcSeg * | parentSeg, |
const TrkExchangePar & | par, | ||
MdcSegWorks & | segStuff, | ||
double | Bz | ||
) |
Definition at line 63 of file MdcSegInfoSterO.cxx.
int MdcSegInfoSterO::calcStereo | ( | MdcSeg * | parentSeg, |
const TrkRecoTrk & | track, | ||
MdcSegWorks & | segStuff | ||
) |
Definition at line 53 of file MdcSegInfoSterO.cxx.
Referenced by calcStereo(), and MdcSegGrouperSt::fillWithSegs().
|
inline |
Definition at line 41 of file MdcSegInfoSterO.h.
Referenced by calcStereo(), MdcSegGrouperSt::fillWithSegs(), MdcSegGrouperSt::incompWithGroup(), and MdcSegGrouper::nextGroup().
|
virtual |
Implements MdcSegInfo.
Definition at line 47 of file MdcSegInfoSterO.cxx.
|
inline |
Definition at line 40 of file MdcSegInfoSterO.h.
Referenced by calcStereo(), MdcSegGrouperSt::fillWithSegs(), and MdcSegGrouperSt::incompWithGroup().
int MdcSegInfoSterO::zPosition | ( | MdcHitUse & | hitUse, |
const TrkExchangePar & | par, | ||
MdcLine * | span, | ||
int | hitFit, | ||
double | t0, | ||
double | Bz | ||
) | const |
Definition at line 299 of file MdcSegInfoSterO.cxx.
int MdcSegInfoSterO::zPosition | ( | MdcHitUse & | hitUse, |
const TrkRecoTrk & | track, | ||
MdcLine * | span, | ||
int | hitFit, | ||
double | t0 | ||
) | const |
Referenced by MdcSegGrouper::calcParByHits(), and calcStereo().