CMS 3D CMS Logo

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

Variables

tuple DTMeantimerPatternReco4DAlgo_LinearDrift
 

Variable Documentation

tuple DTMeantimerPatternReco4DAlgo_LinearDrift_cfi.DTMeantimerPatternReco4DAlgo_LinearDrift
Initial value:
1 = cms.PSet(
2  Reco4DAlgoName = cms.string('DTMeantimerPatternReco4D'),
3  Reco4DAlgoConfig = cms.PSet(
4  # Parameters for the updator
5  # this is the RecHit1D algo!!
6  DTLinearDriftAlgo,
7  # this are the RecSegment2D algo parameters!
8  DTMeantimerPatternReco2DAlgo_LinearDrift,
9  debug = cms.untracked.bool(False),
10 
11  # Parameters for the cleaner
12  segmCleanerMode = cms.int32(1),
13  nSharedHitsMax = cms.int32(2),
14  nUnSharedHitsMin = cms.int32(2),
15 
16  # the input type.
17  # If true the instructions in setDTRecSegment2DContainer will be schipped and the
18  # theta segment will be recomputed from the 1D rechits
19  # If false the theta segment will be taken from the Event. Caveat: in this case the
20  # event must contain the 2D segments!
21  AllDTRecHits = cms.bool(True)
22  )
23 )

Definition at line 13 of file DTMeantimerPatternReco4DAlgo_LinearDrift_cfi.py.