BOSS 6.6.4.p03
BESIII Offline Software System
|
#include <MdcSegGrouper.h>
Public Member Functions | |
virtual | ~MdcSegGrouper () |
int | nextGroup (MdcSeg **segGroup, bool printit) |
int | updateGap () |
void | resetGap (int nGap) |
virtual void | resetComb (const MdcSeg *seed)=0 |
virtual MdcTrack * | storePar (MdcTrack *trk, double parms[2], double chisq, TrkContext &, double trackT0)=0 |
int | nPly () const |
virtual int | incompWithSeg (const MdcSeg *refSeg, const MdcSeg *testSeg)=0 |
virtual int | incompWithGroup (MdcSeg **segGroup, const MdcSeg *testSeg, int iply)=0 |
int | combineSegs (MdcTrack *&, MdcSeg *seed, TrkContext &, double trackT0, double maxSegChisqO, int combineByFitHits=0) |
void | transferHits (MdcTrack *track, int nSegs, MdcSeg **segGroup) |
void | dumpSegList () |
double | calcParBySegs (MdcSeg **segGroup, double seedAngle[2], int nToUse, double &qual, int &nSegFit, double param[2]) |
double | calcParByHits (MdcSeg **segGroup, int nToUse, const TrkExchangePar &par, double &qual, int &nSegFit, double param[2], double Bz) |
Protected Member Functions | |
MdcSegGrouper (const MdcDetector *gm, int nDeep, int debug) | |
void | resetSegCounters () |
Protected Attributes | |
int | nDeep |
int | nPlyFilled |
int * | currentSeg |
int * | firstGood |
int * | firstBad |
bool ** | isValid |
HepAList< MdcSeg > ** | combList |
const MdcDetector * | _gm |
HepAList< MdcSeg > * | segList |
bool * | leaveGap |
int | nNull |
int | maxNull |
int * | gapCounter |
bool | lTestGroup |
bool | lTestSingle |
int | _debug |
Definition at line 39 of file MdcSegGrouper.h.
|
virtual |
Definition at line 45 of file MdcSegGrouper.cxx.
|
protected |
Definition at line 63 of file MdcSegGrouper.cxx.
double MdcSegGrouper::calcParByHits | ( | MdcSeg ** | segGroup, |
int | nToUse, | ||
const TrkExchangePar & | par, | ||
double & | qual, | ||
int & | nSegFit, | ||
double | param[2], | ||
double | Bz | ||
) |
Definition at line 585 of file MdcSegGrouper.cxx.
Referenced by combineSegs().
double MdcSegGrouper::calcParBySegs | ( | MdcSeg ** | segGroup, |
double | seedAngle[2], | ||
int | nToUse, | ||
double & | qual, | ||
int & | nSegFit, | ||
double | param[2] | ||
) |
Definition at line 475 of file MdcSegGrouper.cxx.
Referenced by combineSegs().
int MdcSegGrouper::combineSegs | ( | MdcTrack *& | trk, |
MdcSeg * | seed, | ||
TrkContext & | context, | ||
double | trackT0, | ||
double | maxSegChisqO, | ||
int | combineByFitHits = 0 |
||
) |
Definition at line 270 of file MdcSegGrouper.cxx.
Referenced by MdcTrackList::createFromSegs(), and MdcTrackListCsmc::createFromSegs().
void MdcSegGrouper::dumpSegList | ( | ) |
Definition at line 464 of file MdcSegGrouper.cxx.
Referenced by MdcTrackList::createFromSegs().
|
pure virtual |
Implemented in MdcSegGrouperAx, MdcSegGrouperCsmc, and MdcSegGrouperSt.
Referenced by nextGroup().
|
pure virtual |
Implemented in MdcSegGrouperAx, MdcSegGrouperCsmc, and MdcSegGrouperSt.
Definition at line 83 of file MdcSegGrouper.cxx.
Referenced by combineSegs().
|
inline |
Definition at line 54 of file MdcSegGrouper.h.
Referenced by combineSegs(), MdcSegGrouperAx::MdcSegGrouperAx(), MdcSegGrouperCsmc::MdcSegGrouperCsmc(), and MdcSegGrouperSt::MdcSegGrouperSt().
|
pure virtual |
Implemented in MdcSegGrouperAx, and MdcSegGrouperSt.
Referenced by combineSegs().
void MdcSegGrouper::resetGap | ( | int | nGap | ) |
Definition at line 214 of file MdcSegGrouper.cxx.
Referenced by nextGroup().
|
protected |
Definition at line 262 of file MdcSegGrouper.cxx.
Referenced by nextGroup(), MdcSegGrouperCsmc::resetComb(), MdcSegGrouperAx::resetComb(), and MdcSegGrouperSt::resetComb().
|
pure virtual |
Implemented in MdcSegGrouperAx, MdcSegGrouperCsmc, and MdcSegGrouperSt.
Referenced by combineSegs().
Definition at line 408 of file MdcSegGrouper.cxx.
Referenced by combineSegs().
int MdcSegGrouper::updateGap | ( | ) |
Definition at line 226 of file MdcSegGrouper.cxx.
Referenced by nextGroup().
|
protected |
Definition at line 96 of file MdcSegGrouper.h.
Referenced by calcParByHits(), calcParBySegs(), combineSegs(), MdcSegGrouperAx::fillWithSegs(), MdcSegGrouperSt::fillWithSegs(), MdcSegGrouperSt::incompWithGroup(), MdcSegGrouperAx::incompWithSeg(), MdcSegGrouper(), MdcSegGrouperAx::resetComb(), MdcSegGrouperSt::storePar(), and transferHits().
|
protected |
Definition at line 78 of file MdcSegGrouper.h.
Referenced by MdcSegGrouperAx::fillWithSegs(), MdcSegGrouperCsmc::fillWithSegs(), MdcSegGrouperSt::fillWithSegs(), MdcSegGrouper(), MdcSegGrouperSt::plotStereo(), MdcSegGrouperCsmc::resetComb(), MdcSegGrouperAx::resetComb(), MdcSegGrouperSt::resetComb(), MdcSegGrouperAx::storePar(), and MdcSegGrouperCsmc::storePar().
Definition at line 77 of file MdcSegGrouper.h.
Referenced by MdcSegGrouperSt::incompWithGroup(), MdcSegGrouper(), nextGroup(), MdcSegGrouperCsmc::resetComb(), MdcSegGrouperAx::resetComb(), MdcSegGrouperSt::resetComb(), and ~MdcSegGrouper().
|
protected |
Definition at line 70 of file MdcSegGrouper.h.
Referenced by MdcSegGrouperSt::incompWithGroup(), MdcSegGrouper(), nextGroup(), resetSegCounters(), and ~MdcSegGrouper().
|
protected |
Definition at line 72 of file MdcSegGrouper.h.
Referenced by MdcSegGrouper(), nextGroup(), MdcSegGrouperCsmc::resetComb(), MdcSegGrouperAx::resetComb(), MdcSegGrouperSt::resetComb(), and ~MdcSegGrouper().
|
protected |
Definition at line 71 of file MdcSegGrouper.h.
Referenced by MdcSegGrouper(), nextGroup(), MdcSegGrouperCsmc::resetComb(), MdcSegGrouperAx::resetComb(), MdcSegGrouperSt::resetComb(), resetSegCounters(), and ~MdcSegGrouper().
|
protected |
Definition at line 91 of file MdcSegGrouper.h.
Referenced by MdcSegGrouper(), resetGap(), updateGap(), and ~MdcSegGrouper().
|
protected |
Definition at line 73 of file MdcSegGrouper.h.
Referenced by MdcSegGrouperAx::MdcSegGrouperAx(), MdcSegGrouperCsmc::MdcSegGrouperCsmc(), MdcSegGrouperSt::MdcSegGrouperSt(), nextGroup(), MdcSegGrouperCsmc::resetComb(), MdcSegGrouperAx::resetComb(), MdcSegGrouperSt::resetComb(), and ~MdcSegGrouper().
|
protected |
Definition at line 88 of file MdcSegGrouper.h.
Referenced by MdcSegGrouperSt::incompWithGroup(), MdcSegGrouper(), nextGroup(), MdcSegGrouperCsmc::resetComb(), MdcSegGrouperAx::resetComb(), MdcSegGrouperSt::resetComb(), updateGap(), and ~MdcSegGrouper().
|
protected |
Definition at line 93 of file MdcSegGrouper.h.
Referenced by MdcSegGrouper(), MdcSegGrouperAx::MdcSegGrouperAx(), MdcSegGrouperCsmc::MdcSegGrouperCsmc(), MdcSegGrouperSt::MdcSegGrouperSt(), and nextGroup().
|
protected |
Definition at line 94 of file MdcSegGrouper.h.
Referenced by MdcSegGrouper(), MdcSegGrouperAx::MdcSegGrouperAx(), MdcSegGrouperCsmc::MdcSegGrouperCsmc(), MdcSegGrouperSt::MdcSegGrouperSt(), and nextGroup().
|
protected |
Definition at line 90 of file MdcSegGrouper.h.
Referenced by nextGroup(), MdcSegGrouperCsmc::resetComb(), MdcSegGrouperAx::resetComb(), and MdcSegGrouperSt::resetComb().
|
protected |
Definition at line 68 of file MdcSegGrouper.h.
Referenced by MdcSegGrouper(), nextGroup(), nPly(), MdcSegGrouperCsmc::resetComb(), MdcSegGrouperAx::resetComb(), MdcSegGrouperSt::resetComb(), and ~MdcSegGrouper().
|
protected |
Definition at line 89 of file MdcSegGrouper.h.
Referenced by nextGroup(), MdcSegGrouperCsmc::resetComb(), MdcSegGrouperAx::resetComb(), MdcSegGrouperSt::resetComb(), and updateGap().
|
protected |
Definition at line 69 of file MdcSegGrouper.h.
Referenced by nextGroup(), MdcSegGrouperCsmc::resetComb(), MdcSegGrouperAx::resetComb(), MdcSegGrouperSt::resetComb(), resetGap(), resetSegCounters(), and updateGap().
Definition at line 79 of file MdcSegGrouper.h.
Referenced by dumpSegList(), MdcSegGrouperAx::fillWithSegs(), MdcSegGrouperCsmc::fillWithSegs(), MdcSegGrouperSt::fillWithSegs(), MdcSegGrouper(), MdcSegGrouperSt::plotStereo(), MdcSegGrouperCsmc::resetComb(), MdcSegGrouperAx::resetComb(), MdcSegGrouperSt::resetComb(), and ~MdcSegGrouper().