CMS 3D CMS Logo

Variables

DTLPPatternReco4DAlgo_ParamDrift_cfi Namespace Reference

Variables

tuple DTLPPatternReco4DAlgo_ParamDrift

Variable Documentation

Initial value:
00001 cms.PSet(
00002     Reco4DAlgoName = cms.string('DTLPPatternReco4D'),
00003     Reco4DAlgoConfig = cms.PSet(
00004         # this are the RecSegment2D algo parameters!
00005         DTLPPatternReco2DAlgo_ParamDrift,
00006         # Parameters for the updator
00007         # this is the RecHit1D algo!!
00008         DTParametrizedDriftAlgo,
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 skipped 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         # Parameters for  T0 fit segment in the Updator 
00021         performT0SegCorrection = cms.bool(False),
00022         hit_afterT0_resolution = cms.double(0.03),
00023         performT0_vdriftSegCorrection = cms.bool(False)
00024     )
00025 )

Definition at line 13 of file DTLPPatternReco4DAlgo_ParamDrift_cfi.py.