Variables | |
tuple | DTCombinatorialPatternReco4DAlgo_ParamDrift |
00001 cms.PSet( 00002 Reco4DAlgoName = cms.string('DTCombinatorialPatternReco4D'), 00003 Reco4DAlgoConfig = cms.PSet( 00004 # this are the RecSegment2D algo parameters! 00005 DTCombinatorialPatternReco2DAlgo_ParamDrift, 00006 # Parameters for the updator 00007 # this is the RecHit1D algo!! 00008 DTParametrizedDriftAlgo, 00009 debug = cms.untracked.bool(False), 00010 nUnSharedHitsMin = cms.int32(2), 00011 # the input type. 00012 # If true the instructions in setDTRecSegment2DContainer will be schipped and the 00013 # theta segment will be recomputed from the 1D rechits 00014 # If false the theta segment will be taken from the Event. Caveat: in this case the 00015 # event must contain the 2D segments! 00016 AllDTRecHits = cms.bool(True), 00017 # Parameters for T0 fit segment in the Updator 00018 performT0SegCorrection = cms.bool(False), 00019 hit_afterT0_resolution = cms.double(0.03), 00020 performT0_vdriftSegCorrection = cms.bool(False) 00021 ) 00022 )
Definition at line 13 of file DTCombinatorialPatternReco4DAlgo_ParamDrift_cfi.py.