CMS 3D CMS Logo

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

Variables

tuple DTCombinatorialPatternReco4DAlgo_ParamDrift
 

Variable Documentation

tuple DTCombinatorialPatternReco4DAlgo_ParamDrift_cfi.DTCombinatorialPatternReco4DAlgo_ParamDrift
Initial value:
1 = cms.PSet(
2  Reco4DAlgoName = cms.string('DTCombinatorialPatternReco4D'),
3  Reco4DAlgoConfig = cms.PSet(
4  # this are the RecSegment2D algo parameters!
5  DTCombinatorialPatternReco2DAlgo_ParamDrift,
6  # Parameters for the updator
7  # this is the RecHit1D algo!!
8  DTParametrizedDriftAlgo,
9  debug = cms.untracked.bool(False),
10  nUnSharedHitsMin = cms.int32(2),
11  # the input type.
12  # If true the instructions in setDTRecSegment2DContainer will be schipped and the
13  # theta segment will be recomputed from the 1D rechits
14  # If false the theta segment will be taken from the Event. Caveat: in this case the
15  # event must contain the 2D segments!
16  AllDTRecHits = cms.bool(True),
17  # Parameters for T0 fit segment in the Updator
18  performT0SegCorrection = cms.bool(False),
19  hit_afterT0_resolution = cms.double(0.03),
20  performT0_vdriftSegCorrection = cms.bool(False)
21  )
22 )

Definition at line 13 of file DTCombinatorialPatternReco4DAlgo_ParamDrift_cfi.py.