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

#include <MdcSegParams.h>

Public Member Functions

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

Constructor & Destructor Documentation

◆ MdcSegParams() [1/3]

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}

◆ ~MdcSegParams() [1/3]

MdcSegParams::~MdcSegParams ( )

Definition at line 39 of file MdcSegParams.cxx.

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

◆ MdcSegParams() [2/3]

MdcSegParams::MdcSegParams ( )

◆ ~MdcSegParams() [2/3]

MdcSegParams::~MdcSegParams ( )

◆ MdcSegParams() [3/3]

MdcSegParams::MdcSegParams ( )

◆ ~MdcSegParams() [3/3]

MdcSegParams::~MdcSegParams ( )

Member Data Documentation

◆ addHits

◆ ctcut

◆ delCtCut

◆ delZ0Cut

◆ dropDups

int MdcSegParams::dropDups

◆ find3

◆ lHist

int MdcSegParams::lHist

◆ lPlot

◆ lPrint

◆ maxChisq

double MdcSegParams::maxChisq

◆ nsigAddHit

double MdcSegParams::nsigAddHit

◆ phiDiffDropMult

double MdcSegParams::phiDiffDropMult

◆ segRefit

int MdcSegParams::segRefit

◆ slopeDiffDrop

double MdcSegParams::slopeDiffDrop

◆ useAllAmbig

int MdcSegParams::useAllAmbig

◆ z0cut


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