BOSS 7.1.3
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcSegParams Class Reference

#include <MdcSegParams.h>

Public Member Functions

 MdcSegParams ()
 
 ~MdcSegParams ()
 

Public Attributes

double maxChisq
 
int lPlot
 
int lHist
 
int segRefit
 
double nsigAddHit
 
int useAllAmbig
 
double z0cut
 
double ctcut
 
double phiDiffDropMult
 
double slopeDiffDrop
 
double delCtCut
 
double delZ0Cut
 
int dropDups
 
int find3 [11]
 
int addHits
 
int lPrint
 

Detailed Description

Definition at line 12 of file MdcSegParams.h.

Constructor & Destructor Documentation

◆ MdcSegParams()

MdcSegParams::MdcSegParams ( )

Definition at line 18 of file MdcSegParams.cxx.

18 {
19//------------------------------------------------------------------------
20 maxChisq = 20.;
21 lPlot = 1;
22 lHist = 0;
23 segRefit = 0;
24 nsigAddHit = 3.5;
25 useAllAmbig = 0;
26 z0cut = 300.0;
27 ctcut = 3.0;
28 phiDiffDropMult = 0.0001;
29 slopeDiffDrop = 0.0001;
30 delZ0Cut = 15.;
31 delCtCut = 0.6;
32 dropDups = 1;
33 for (int i=0;i<11;i++) find3[i]=1;
34 addHits = 1;
35 lPrint = 1;
36}
double phiDiffDropMult
double delCtCut
double slopeDiffDrop
double delZ0Cut
double nsigAddHit
int find3[11]
double maxChisq

◆ ~MdcSegParams()

MdcSegParams::~MdcSegParams ( )

Definition at line 39 of file MdcSegParams.cxx.

39 {
40//------------------------------------------------------------------------
41}

Member Data Documentation

◆ addHits

int MdcSegParams::addHits

Definition at line 32 of file MdcSegParams.h.

Referenced by MdcSegFinder::createSegs(), and MdcSegParams().

◆ ctcut

double MdcSegParams::ctcut

Definition at line 25 of file MdcSegParams.h.

Referenced by MdcSegGrouperSt::fillWithSegs(), and MdcSegParams().

◆ delCtCut

double MdcSegParams::delCtCut

Definition at line 28 of file MdcSegParams.h.

Referenced by MdcSegGrouperSt::incompWithGroup(), and MdcSegParams().

◆ delZ0Cut

double MdcSegParams::delZ0Cut

Definition at line 29 of file MdcSegParams.h.

Referenced by MdcSegGrouperSt::incompWithGroup(), and MdcSegParams().

◆ dropDups

int MdcSegParams::dropDups

Definition at line 30 of file MdcSegParams.h.

Referenced by MdcSegParams().

◆ find3

int MdcSegParams::find3[11]

Definition at line 31 of file MdcSegParams.h.

Referenced by MdcSegFinder::createSegs(), and MdcSegParams().

◆ lHist

int MdcSegParams::lHist

Definition at line 20 of file MdcSegParams.h.

Referenced by MdcSegParams().

◆ lPlot

int MdcSegParams::lPlot

Definition at line 18 of file MdcSegParams.h.

Referenced by MdcSegParams(), and MdcSegList::setPlot().

◆ lPrint

int MdcSegParams::lPrint

Definition at line 33 of file MdcSegParams.h.

Referenced by MdcSegFinder::createSegs(), and MdcSegParams().

◆ maxChisq

double MdcSegParams::maxChisq

Definition at line 17 of file MdcSegParams.h.

Referenced by MdcSegParams().

◆ nsigAddHit

double MdcSegParams::nsigAddHit

Definition at line 22 of file MdcSegParams.h.

Referenced by MdcSegParams().

◆ phiDiffDropMult

double MdcSegParams::phiDiffDropMult

Definition at line 26 of file MdcSegParams.h.

Referenced by MdcSegParams().

◆ segRefit

int MdcSegParams::segRefit

Definition at line 21 of file MdcSegParams.h.

Referenced by MdcSegParams().

◆ slopeDiffDrop

double MdcSegParams::slopeDiffDrop

Definition at line 27 of file MdcSegParams.h.

Referenced by MdcSegParams().

◆ useAllAmbig

int MdcSegParams::useAllAmbig

Definition at line 23 of file MdcSegParams.h.

Referenced by MdcSegParams().

◆ z0cut

double MdcSegParams::z0cut

Definition at line 24 of file MdcSegParams.h.

Referenced by MdcSegGrouperSt::fillWithSegs(), and MdcSegParams().


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