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