Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

MdcSegParams Class Reference

#include <MdcSegParams.h>

List of all members.

Public Member Functions

 MdcSegParams ()
 MdcSegParams ()
 ~MdcSegParams ()
 ~MdcSegParams ()

Public Attributes

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


Constructor & Destructor Documentation

MdcSegParams::MdcSegParams  ) 
 

00018                            {
00019 //------------------------------------------------------------------------
00020   maxChisq = 20.;
00021   lPlot = 1;
00022   lHist = 0;
00023   segRefit = 0;
00024   nsigAddHit = 3.5;
00025   useAllAmbig = 0;
00026   z0cut = 300.0;
00027   ctcut = 3.0;
00028   phiDiffDropMult = 0.0001;
00029   slopeDiffDrop = 0.0001;
00030   delZ0Cut = 15.;
00031   delCtCut = 0.6;
00032   dropDups = 1;
00033   find3 = 1;
00034   addHits = 1;
00035   lPrint = 1;
00036 }

MdcSegParams::~MdcSegParams  ) 
 

00039                             {
00040 //------------------------------------------------------------------------
00041 }

MdcSegParams::MdcSegParams  ) 
 

MdcSegParams::~MdcSegParams  ) 
 


Member Data Documentation

int MdcSegParams::addHits
 

double MdcSegParams::ctcut
 

double MdcSegParams::delCtCut
 

double MdcSegParams::delZ0Cut
 

int MdcSegParams::dropDups
 

int MdcSegParams::find3
 

int MdcSegParams::lHist
 

int MdcSegParams::lPlot
 

int MdcSegParams::lPrint
 

double MdcSegParams::maxChisq
 

double MdcSegParams::nsigAddHit
 

double MdcSegParams::phiDiffDropMult
 

int MdcSegParams::segRefit
 

double MdcSegParams::slopeDiffDrop
 

int MdcSegParams::useAllAmbig
 

double MdcSegParams::z0cut
 


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 16:28:42 2011 for BOSS6.5.5 by  doxygen 1.3.9.1