BOSS 7.0.7
BESIII Offline Software System
|
#include <MdcHitUse.h>
Public Member Functions | |
MdcHitUse (const MdcHit &, double fltLen, int ambig, bool active=true, int usable=1) | |
virtual | ~MdcHitUse () |
virtual bool | operator== (const TrkHitUse &) const |
int | ambig () const |
virtual TrkHitOnTrk * | createHitOnTrk (const TrkRep &) const |
const MdcHit * | mdcHit () const |
Public Member Functions inherited from TrkHitUse | |
TrkHitUse (const TrkFundHit &, double fltLen, bool active=true, int usable=1) | |
virtual | ~TrkHitUse () |
bool | isActive () const |
int | isUsable () const |
double | fltLen () const |
const TrkFundHit & | hit () const |
virtual const MdcHit * | mdcHit () const |
virtual TrkHitOnTrk * | createHitOnTrk (const TrkRep &) const =0 |
void | setFltLen (double flt) |
virtual bool | operator== (const TrkHitUse &) const =0 |
Definition at line 24 of file MdcHitUse.h.
MdcHitUse::MdcHitUse | ( | const MdcHit & | thehit, |
double | fltLen, | ||
int | ambig, | ||
bool | active = true , |
||
int | usable = 1 |
||
) |
Definition at line 21 of file MdcHitUse.cxx.
|
virtual |
Definition at line 28 of file MdcHitUse.cxx.
|
inline |
Definition at line 32 of file MdcHitUse.h.
Referenced by MdcSeg::markHits(), operator==(), MdcSeg::plotSeg(), MdcSeg::plotSegAll(), and MdcSegInfoSterO::zPosition().
|
virtual |
Implements TrkHitUse.
Definition at line 32 of file MdcHitUse.cxx.
|
virtual |
Reimplemented from TrkHitUse.
Definition at line 69 of file MdcHitUse.cxx.
Referenced by MdcSeg::addHits(), MdcSegGrouper::calcParByHits(), MdcSegInfoSterO::calcStereo(), MdcTrkRecon::fillSegList(), MdcSegList::getSeed(), MdcSeg::markHits(), operator==(), MdcSeg::plotSeg(), MdcSeg::plotSegAll(), MdcSeg::testCombSeg(), MdcSeg::testCombSegAmbig(), MdcSeg::testCombSegPhi(), MdcSeg::testCombSegPt(), MdcSeg::testCombSegTheta(), MdcSegGrouper::transferHits(), and MdcSegInfoSterO::zPosition().
Implements TrkHitUse.
Definition at line 60 of file MdcHitUse.cxx.