BOSS 7.0.7
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcTrackParams.h
Go to the documentation of this file.
1// Kludgy class to hold misc track parameters that are run-time settable
2// just a convenient way of moving them about
3// Note that assignment operator has not been redefined.
4
5// Interface Dependencies ----------------------------------------------
6
7#ifndef MDCTRACKPARAMS_H
8#define MDCTRACKPARAMS_H
9
10// End Interface Dependencies -----------------------------------------
11
12// Class //
14 public:
17
18 int lPrint; // print track info
19 int lPlot;
20 int lHist;
22 int minHits; // min # of hits in Track
23 double maxChisq; // per DOF
24 double maxNmissTrack; // # of missing (= inactive) hits on track
25 double maxNmissNorm; // = fraction of hits "missing" on track
26 int nOverlap; // if >= nOverLap hits in common between tracks,
27 //award all common hits to one or the other
28 double maxSegChisqO; // max chisq/dof allowed when combining segs from origin
29 double maxInactiveResid;// max resid allowed for hit to be included at all
30 double maxActiveSigma; // max # sigma allowed for hit inclusion as active
31 double pickHitFract; // min % of predicted hits actually found for good track
32 double pickHitMargin; // portion (mm) of outer cell to ignore in calc. above
33 double pickHitFactor; // yzhang add 2010-05-12
34 int lRemoveInActive;// remove in-active hits in arbitrate hits
35 double pickHitPhiFactor;// factor in pickHits
36 int pickUitlLastLayer;// pick hits util last layer(in hit list)
37 // or max MDC layer(43)
38 int nHitDeleted;// delete track when number of removed hits reach nHitDeleted
39 int pickSkipExistLayer;// if pick hits skip layer exist hot 2011-05-04
40 int combineByFitHits;// if true fit stereo hits, false fit stereo segment 2011-05-11
41 int nGapGE2; //delete track with # of gap with gap length >=2
42 int nGapGE3; //delete track with # of gap with gap length >=3
43 int maxGapLength; //delete track max gap length >=3
44};
45#endif
double pickHitFactor
double pickHitPhiFactor
double pickHitMargin
double maxNmissTrack
double maxActiveSigma
double maxInactiveResid