CMS 3D CMS Logo

Variables

DTMeantimerPatternReco4DAlgo_LinearDrift_cfi Namespace Reference

Variables

tuple DTMeantimerPatternReco4DAlgo_LinearDrift

Variable Documentation

Initial value:
00001 cms.PSet(
00002     Reco4DAlgoName = cms.string('DTMeantimerPatternReco4D'),
00003     Reco4DAlgoConfig = cms.PSet(
00004         # Parameters for the updator
00005         # this is the RecHit1D algo!!
00006         DTLinearDriftAlgo,
00007         # this are the RecSegment2D algo parameters!
00008         DTMeantimerPatternReco2DAlgo_LinearDrift,
00009         segmCleanerMode = cms.int32(1),
00010         # Parameters for the cleaner
00011         nSharedHitsMax = cms.int32(2),
00012         debug = cms.untracked.bool(False),
00013         nUnSharedHitsMin = cms.int32(2),
00014         # the input type. 
00015         # If true the instructions in setDTRecSegment2DContainer will be schipped and the 
00016         # theta segment will be recomputed from the 1D rechits
00017         # If false the theta segment will be taken from the Event. Caveat: in this case the
00018         # event must contain the 2D segments!
00019         AllDTRecHits = cms.bool(True)
00020     )
00021 )

Definition at line 13 of file DTMeantimerPatternReco4DAlgo_LinearDrift_cfi.py.