CMS 3D CMS Logo

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

Variables

tuple DTMeantimerPatternReco2DAlgo_LinearDriftFromDBLoose
 

Variable Documentation

tuple DTMeantimerPatternReco2DAlgo_LinearDriftFromDBLoose_cfi.DTMeantimerPatternReco2DAlgo_LinearDriftFromDBLoose
Initial value:
1 = cms.PSet(
2  Reco2DAlgoConfig = cms.PSet(
3  # Parameters for the updator
4  # this is the RecHit1D algo!!
5  DTLinearDriftFromDBAlgo,
6  AlphaMaxPhi = cms.double(100.0),
7  AlphaMaxTheta = cms.double(100.),
8  MaxChi2 = cms.double(4.0),
9  MaxT0 = cms.double(100.0),
10  MinT0 = cms.double(-100.0),
11  MaxAllowedHits = cms.uint32(50),
12 # debug = cms.untracked.bool(True),
13  debug = cms.untracked.bool(False),
14 
15  # Parameters for the cleaner
16  segmCleanerMode = cms.int32(1),
17  nSharedHitsMax = cms.int32(2),
18  nUnSharedHitsMin = cms.int32(2),
19 
20  # Parameters for T0 fit segment in the Updator
21  performT0_vdriftSegCorrection = cms.bool(False),
22  hit_afterT0_resolution = cms.double(0.03),
23  performT0SegCorrection = cms.bool(False)
24 
25  ),
26  Reco2DAlgoName = cms.string('DTMeantimerPatternReco')
27 )

Definition at line 11 of file DTMeantimerPatternReco2DAlgo_LinearDriftFromDBLoose_cfi.py.