/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Reconstruction/MdcPatRec/MdcTrkRecon/MdcTrkRecon-00-03-45/src/MdcSegParams.cxx

Go to the documentation of this file.
00001 //--------------------------------------------------------------------------
00002 // File and Version Information:
00003 //      $Id: MdcSegParams.cxx,v 1.3 2011/09/26 01:06:37 zhangy Exp $
00004 //
00005 // Description:
00006 //     
00007 //
00008 // Environment:
00009 //      Software developed for the BaBar Detector at the SLAC B-Factory.
00010 //
00011 // Author(s): Steve Schaffner
00012 //
00013 //------------------------------------------------------------------------
00014 
00015 #include "MdcTrkRecon/MdcSegParams.h"
00016 
00017 //------------------------------------------------------------------------
00018 MdcSegParams::MdcSegParams() {
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   for (int i=0;i<11;i++) find3[i]=1;
00034   addHits = 1;
00035   lPrint = 1;
00036 }
00037 
00038 //------------------------------------------------------------------------
00039 MdcSegParams::~MdcSegParams() {
00040 //------------------------------------------------------------------------
00041 }

Generated on Tue Nov 29 23:13:34 2016 for BOSS_7.0.2 by  doxygen 1.4.7