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 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 # 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 ) 00026 )
Definition at line 13 of file DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_cfi.py.