BOSS 7.1.2
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) |
void | setNoInner (bool noInnerFlag) |
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 |
bool | _noInner |
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 595 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 480 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 271 of file MdcSegGrouper.cxx.
Referenced by MdcTrackList::createFromSegs(), and MdcTrackListCsmc::createFromSegs().
void MdcSegGrouper::dumpSegList | ( | ) |
Definition at line 469 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 84 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 215 of file MdcSegGrouper.cxx.
Referenced by nextGroup().
|
protected |
Definition at line 263 of file MdcSegGrouper.cxx.
Referenced by nextGroup(), MdcSegGrouperAx::resetComb(), MdcSegGrouperCsmc::resetComb(), and MdcSegGrouperSt::resetComb().
|
inline |
Definition at line 66 of file MdcSegGrouper.h.
Referenced by MdcTrackList::createFromSegs().
|
pure virtual |
Implemented in MdcSegGrouperAx, MdcSegGrouperCsmc, and MdcSegGrouperSt.
Referenced by combineSegs().
Definition at line 413 of file MdcSegGrouper.cxx.
Referenced by combineSegs().
int MdcSegGrouper::updateGap | ( | ) |
Definition at line 227 of file MdcSegGrouper.cxx.
Referenced by nextGroup().
|
protected |
Definition at line 97 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 79 of file MdcSegGrouper.h.
Referenced by MdcSegGrouperAx::fillWithSegs(), MdcSegGrouperCsmc::fillWithSegs(), MdcSegGrouperSt::fillWithSegs(), MdcSegGrouper(), MdcSegGrouperSt::plotStereo(), MdcSegGrouperAx::resetComb(), MdcSegGrouperCsmc::resetComb(), MdcSegGrouperSt::resetComb(), MdcSegGrouperAx::storePar(), and MdcSegGrouperCsmc::storePar().
|
protected |
Definition at line 100 of file MdcSegGrouper.h.
Referenced by calcParBySegs(), combineSegs(), MdcSegGrouper(), and setNoInner().
Definition at line 78 of file MdcSegGrouper.h.
Referenced by MdcSegGrouperSt::incompWithGroup(), MdcSegGrouper(), nextGroup(), MdcSegGrouperAx::resetComb(), MdcSegGrouperCsmc::resetComb(), MdcSegGrouperSt::resetComb(), and ~MdcSegGrouper().
|
protected |
Definition at line 71 of file MdcSegGrouper.h.
Referenced by MdcSegGrouperSt::incompWithGroup(), MdcSegGrouper(), nextGroup(), resetSegCounters(), and ~MdcSegGrouper().
|
protected |
Definition at line 73 of file MdcSegGrouper.h.
Referenced by MdcSegGrouper(), nextGroup(), MdcSegGrouperAx::resetComb(), MdcSegGrouperCsmc::resetComb(), MdcSegGrouperSt::resetComb(), and ~MdcSegGrouper().
|
protected |
Definition at line 72 of file MdcSegGrouper.h.
Referenced by MdcSegGrouper(), nextGroup(), MdcSegGrouperAx::resetComb(), MdcSegGrouperCsmc::resetComb(), MdcSegGrouperSt::resetComb(), resetSegCounters(), and ~MdcSegGrouper().
|
protected |
Definition at line 92 of file MdcSegGrouper.h.
Referenced by MdcSegGrouper(), resetGap(), updateGap(), and ~MdcSegGrouper().
|
protected |
Definition at line 74 of file MdcSegGrouper.h.
Referenced by MdcSegGrouperAx::MdcSegGrouperAx(), MdcSegGrouperCsmc::MdcSegGrouperCsmc(), MdcSegGrouperSt::MdcSegGrouperSt(), nextGroup(), MdcSegGrouperAx::resetComb(), MdcSegGrouperCsmc::resetComb(), MdcSegGrouperSt::resetComb(), and ~MdcSegGrouper().
|
protected |
Definition at line 89 of file MdcSegGrouper.h.
Referenced by MdcSegGrouperSt::incompWithGroup(), MdcSegGrouper(), nextGroup(), MdcSegGrouperAx::resetComb(), MdcSegGrouperCsmc::resetComb(), MdcSegGrouperSt::resetComb(), updateGap(), and ~MdcSegGrouper().
|
protected |
Definition at line 94 of file MdcSegGrouper.h.
Referenced by MdcSegGrouper(), MdcSegGrouperAx::MdcSegGrouperAx(), MdcSegGrouperCsmc::MdcSegGrouperCsmc(), MdcSegGrouperSt::MdcSegGrouperSt(), and nextGroup().
|
protected |
Definition at line 95 of file MdcSegGrouper.h.
Referenced by MdcSegGrouper(), MdcSegGrouperAx::MdcSegGrouperAx(), MdcSegGrouperCsmc::MdcSegGrouperCsmc(), MdcSegGrouperSt::MdcSegGrouperSt(), and nextGroup().
|
protected |
Definition at line 91 of file MdcSegGrouper.h.
Referenced by nextGroup(), MdcSegGrouperAx::resetComb(), MdcSegGrouperCsmc::resetComb(), and MdcSegGrouperSt::resetComb().
|
protected |
Definition at line 69 of file MdcSegGrouper.h.
Referenced by MdcSegGrouper(), nextGroup(), nPly(), MdcSegGrouperAx::resetComb(), MdcSegGrouperCsmc::resetComb(), MdcSegGrouperSt::resetComb(), and ~MdcSegGrouper().
|
protected |
Definition at line 90 of file MdcSegGrouper.h.
Referenced by nextGroup(), MdcSegGrouperAx::resetComb(), MdcSegGrouperCsmc::resetComb(), MdcSegGrouperSt::resetComb(), and updateGap().
|
protected |
Definition at line 70 of file MdcSegGrouper.h.
Referenced by nextGroup(), MdcSegGrouperAx::resetComb(), MdcSegGrouperCsmc::resetComb(), MdcSegGrouperSt::resetComb(), resetGap(), resetSegCounters(), and updateGap().
Definition at line 80 of file MdcSegGrouper.h.
Referenced by dumpSegList(), MdcSegGrouperAx::fillWithSegs(), MdcSegGrouperCsmc::fillWithSegs(), MdcSegGrouperSt::fillWithSegs(), MdcSegGrouper(), MdcSegGrouperSt::plotStereo(), MdcSegGrouperAx::resetComb(), MdcSegGrouperCsmc::resetComb(), MdcSegGrouperSt::resetComb(), and ~MdcSegGrouper().