CMS 3D CMS Logo

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

Variables

tuple DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB
 

Variable Documentation

tuple DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi.DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB
Initial value:
1 = cms.PSet(
2  Reco2DAlgoConfig = cms.PSet(
3  # Parameters for the updator
4  # this is the RecHit1D algo!!
5  DTLinearDriftFromDBAlgo,
6  segmCleanerMode = cms.int32(2),
7  AlphaMaxPhi = cms.double(1.0),
8  MaxAllowedHits = cms.uint32(50),
9  # Parameters for the cleaner
10  nSharedHitsMax = cms.int32(2),
11  AlphaMaxTheta = cms.double(0.9),
12  debug = cms.untracked.bool(False),
13  nUnSharedHitsMin = cms.int32(2),
14  # Parameters for T0 fit segment in the Updator
15  performT0_vdriftSegCorrection = cms.bool(False),
16  hit_afterT0_resolution = cms.double(0.03),
17  performT0SegCorrection = cms.bool(False),
18  perform_delta_rejecting = cms.bool(True)
19  ),
20  Reco2DAlgoName = cms.string('DTCombinatorialPatternReco')
21 )

Definition at line 11 of file DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi.py.