BOSS 7.0.6
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcTrackParams Class Reference

#include <MdcTrackParams.h>

Public Member Functions

 MdcTrackParams ()
 
 ~MdcTrackParams ()
 

Public Attributes

int lPrint
 
int lPlot
 
int lHist
 
int lUseQualCuts
 
int minHits
 
double maxChisq
 
double maxNmissTrack
 
double maxNmissNorm
 
int nOverlap
 
double maxSegChisqO
 
double maxInactiveResid
 
double maxActiveSigma
 
double pickHitFract
 
double pickHitMargin
 
double pickHitFactor
 
int lRemoveInActive
 
double pickHitPhiFactor
 
int pickUitlLastLayer
 
int nHitDeleted
 
int pickSkipExistLayer
 
int combineByFitHits
 
int nGapGE2
 
int nGapGE3
 
int maxGapLength
 

Detailed Description

Definition at line 13 of file MdcTrackParams.h.

Constructor & Destructor Documentation

◆ MdcTrackParams()

MdcTrackParams::MdcTrackParams ( )

Definition at line 18 of file MdcTrackParams.cxx.

18 {
19 //------------------------------------------------------------------------
20 lPrint = 1;
21 lPlot = 1;
22 lHist = 0;
23 lUseQualCuts = 0;
24 minHits = 10;
25 maxChisq = 10.;
26 maxNmissTrack = 100;
27 maxNmissNorm = 100;
28 nOverlap = 3;
29 maxSegChisqO = 10.;
31 maxActiveSigma = 5.0;
32 pickHitFract = 0.6;
33 pickHitMargin = 0.2;
34 pickHitFactor = 2.;
38 nHitDeleted = 10;
41 nGapGE2 = 99;//yzhang 2011-07-29
42 nGapGE3 = 99;
43 maxGapLength = 8;
44}
double pickHitFactor
double pickHitPhiFactor
double pickHitMargin
double maxNmissTrack
double maxActiveSigma
double maxInactiveResid

◆ ~MdcTrackParams()

MdcTrackParams::~MdcTrackParams ( )

Definition at line 47 of file MdcTrackParams.cxx.

47 {
48//------------------------------------------------------------------------
49}

Member Data Documentation

◆ combineByFitHits

int MdcTrackParams::combineByFitHits

◆ lHist

int MdcTrackParams::lHist

◆ lPlot

int MdcTrackParams::lPlot

◆ lPrint

◆ lRemoveInActive

int MdcTrackParams::lRemoveInActive

◆ lUseQualCuts

int MdcTrackParams::lUseQualCuts

◆ maxActiveSigma

double MdcTrackParams::maxActiveSigma

◆ maxChisq

◆ maxGapLength

int MdcTrackParams::maxGapLength

◆ maxInactiveResid

double MdcTrackParams::maxInactiveResid

◆ maxNmissNorm

double MdcTrackParams::maxNmissNorm

◆ maxNmissTrack

double MdcTrackParams::maxNmissTrack

◆ maxSegChisqO

◆ minHits

◆ nGapGE2

int MdcTrackParams::nGapGE2

◆ nGapGE3

int MdcTrackParams::nGapGE3

◆ nHitDeleted

int MdcTrackParams::nHitDeleted

◆ nOverlap

int MdcTrackParams::nOverlap

◆ pickHitFactor

double MdcTrackParams::pickHitFactor

◆ pickHitFract

double MdcTrackParams::pickHitFract

◆ pickHitMargin

double MdcTrackParams::pickHitMargin

◆ pickHitPhiFactor

double MdcTrackParams::pickHitPhiFactor

◆ pickSkipExistLayer

int MdcTrackParams::pickSkipExistLayer

◆ pickUitlLastLayer

int MdcTrackParams::pickUitlLastLayer

The documentation for this class was generated from the following files: