CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
DTMeantimerPatternReco2DAlgo_ParamDrift_cfi Namespace Reference

Variables

tuple DTMeantimerPatternReco2DAlgo_ParamDrift
 

Variable Documentation

tuple DTMeantimerPatternReco2DAlgo_ParamDrift_cfi.DTMeantimerPatternReco2DAlgo_ParamDrift
Initial value:
1 = cms.PSet(
2  Reco2DAlgoConfig = cms.PSet(
3  # Parameters for the updator
4  # this is the RecHit1D algo!!
5  DTParametrizedDriftAlgo,
6  segmCleanerMode = cms.int32(1),
7  AlphaMaxPhi = cms.double(1.0),
8  MaxChi2 = cms.double(8.0),
9  MaxT0 = cms.double(50.0),
10  MaxAllowedHits = cms.uint32(50),
11  # Parameters for the cleaner
12  nSharedHitsMax = cms.int32(2),
13  AlphaMaxTheta = cms.double(0.1),
14  debug = cms.untracked.bool(False),
15  nUnSharedHitsMin = cms.int32(2),
16  MinT0 = cms.double(-10.0)
17  ),
18  Reco2DAlgoName = cms.string('DTMeantimerPatternReco')
19 )

Definition at line 11 of file DTMeantimerPatternReco2DAlgo_ParamDrift_cfi.py.