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  AlphaMaxPhi = cms.double(1.0),
7  AlphaMaxTheta = cms.double(0.1),
8  MaxChi2 = cms.double(8.0),
9  MaxAllowedHits = cms.uint32(50),
10  debug = cms.untracked.bool(False),
11 
12  # Parameters for the cleaner
13  segmCleanerMode = cms.int32(1),
14  nSharedHitsMax = cms.int32(2),
15  nUnSharedHitsMin = cms.int32(2),
16 
17  # Parameters for T0 fit segment in the Updator
18  performT0_vdriftSegCorrection = cms.bool(False),
19  hit_afterT0_resolution = cms.double(0.03),
20  performT0SegCorrection = cms.bool(False),
21  perform_delta_rejecting = cms.bool(False)
22  ),
23  Reco2DAlgoName = cms.string('DTMeantimerPatternReco')
24 )

Definition at line 11 of file DTMeantimerPatternReco2DAlgo_ParamDrift_cfi.py.