CMS 3D CMS Logo

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

Variables

tuple DTLPPatternReco4DAlgo_ParamDrift
 

Variable Documentation

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

Definition at line 13 of file DTLPPatternReco4DAlgo_ParamDrift_cfi.py.