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

Go to the documentation of this file.
00001 //--------------------------------------------------------------------------
00002 // File and Version Information:
00003 //      $Id: MdcTrackParams.cxx,v 1.4 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/MdcTrackParams.h"
00016 
00017 //------------------------------------------------------------------------
00018 MdcTrackParams::MdcTrackParams() { 
00019   //------------------------------------------------------------------------
00020   lPrint = 1;
00021   lPlot = 1;
00022   lHist = 0;
00023   lUseQualCuts = 0;
00024   minHits = 10;
00025   maxChisq = 10.;
00026   maxNmissTrack = 100; 
00027   maxNmissNorm = 100;  
00028   nOverlap = 3;
00029   maxSegChisqO = 10.;
00030   maxInactiveResid = 1.;
00031   maxActiveSigma = 5.0;
00032   pickHitFract = 0.6;
00033   pickHitMargin = 0.2;
00034   pickHitFactor = 2.;
00035   lRemoveInActive = 0;
00036   pickHitPhiFactor = 5.;
00037   pickUitlLastLayer = 0;
00038   nHitDeleted = 10;
00039   pickSkipExistLayer = 0;
00040   combineByFitHits = 0;
00041   nGapGE2 = 99;//yzhang 2011-07-29 
00042   nGapGE3 = 99;
00043   maxGapLength = 8;
00044 }
00045 
00046 //------------------------------------------------------------------------
00047 MdcTrackParams::~MdcTrackParams() { 
00048 //------------------------------------------------------------------------
00049 }

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