CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTMeantimerPatternReco2DAlgo_ParamDrift_cfi.py
Go to the documentation of this file.
2 
3 #
4 # This is the include file with the parameters
5 # for the DTMeantimerPatternReco algorithm,
6 # which is the concrete algo for the DTRecSegment2D production.
7 # The Param Drift algos is used.
8 #
9 # The reconstruction algo and its parameter set
11 DTMeantimerPatternReco2DAlgo_ParamDrift = cms.PSet(
12  Reco2DAlgoConfig = cms.PSet(
13  # Parameters for the updator
14  # this is the RecHit1D algo!!
15  DTParametrizedDriftAlgo,
16  segmCleanerMode = cms.int32(1),
17  AlphaMaxPhi = cms.double(1.0),
18  MaxChi2 = cms.double(8.0),
19  MaxT0 = cms.double(50.0),
20  MaxAllowedHits = cms.uint32(50),
21  # Parameters for the cleaner
22  nSharedHitsMax = cms.int32(2),
23  AlphaMaxTheta = cms.double(0.1),
24  debug = cms.untracked.bool(False),
25  nUnSharedHitsMin = cms.int32(2),
26  MinT0 = cms.double(-10.0)
27  ),
28  Reco2DAlgoName = cms.string('DTMeantimerPatternReco')
29 )
30