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

#include <MdcTrackParams.h>

Public Member Functions

 MdcTrackParams ()
 
 ~MdcTrackParams ()
 
 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

Constructor & Destructor Documentation

◆ MdcTrackParams() [1/2]

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}

◆ ~MdcTrackParams() [1/2]

MdcTrackParams::~MdcTrackParams ( )

Definition at line 47 of file MdcTrackParams.cxx.

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

◆ MdcTrackParams() [2/2]

MdcTrackParams::MdcTrackParams ( )

◆ ~MdcTrackParams() [2/2]

MdcTrackParams::~MdcTrackParams ( )

Member Data Documentation

◆ combineByFitHits

◆ lHist

◆ lPlot

◆ lPrint

◆ lRemoveInActive

◆ lUseQualCuts

◆ maxActiveSigma

◆ maxChisq

◆ maxGapLength

◆ maxInactiveResid

◆ maxNmissNorm

◆ maxNmissTrack

◆ maxSegChisqO

◆ minHits

◆ nGapGE2

◆ nGapGE3

◆ nHitDeleted

◆ nOverlap

◆ pickHitFactor

◆ pickHitFract

◆ pickHitMargin

◆ pickHitPhiFactor

◆ pickSkipExistLayer

◆ pickUitlLastLayer


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