BOSS 7.0.2
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcSegParams.cxx
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2// File and Version Information:
3// $Id: MdcSegParams.cxx,v 1.3 2011/09/26 01:06:37 zhangy Exp $
4//
5// Description:
6//
7//
8// Environment:
9// Software developed for the BaBar Detector at the SLAC B-Factory.
10//
11// Author(s): Steve Schaffner
12//
13//------------------------------------------------------------------------
14
15#include "MdcTrkRecon/MdcSegParams.h"
16
17//------------------------------------------------------------------------
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}
37
38//------------------------------------------------------------------------
40//------------------------------------------------------------------------
41}