Variables | |
tuple | DTMeantimerPatternReco2DAlgo_LinearDriftFromDBLoose |
00001 cms.PSet( 00002 Reco2DAlgoConfig = cms.PSet( 00003 # Parameters for the updator 00004 # this is the RecHit1D algo!! 00005 DTLinearDriftFromDBAlgo, 00006 AlphaMaxPhi = cms.double(100.0), 00007 AlphaMaxTheta = cms.double(100.), 00008 MaxChi2 = cms.double(4.0), 00009 MaxT0 = cms.double(100.0), 00010 MinT0 = cms.double(-100.0), 00011 MaxAllowedHits = cms.uint32(50), 00012 debug = cms.untracked.bool(False), 00013 # Parameters for the cleaner 00014 segmCleanerMode = cms.int32(2), 00015 nSharedHitsMax = cms.int32(2), 00016 nUnSharedHitsMin = cms.int32(2), 00017 # Parameters for T0 fit segment in the Updator 00018 performT0_vdriftSegCorrection = cms.bool(False), 00019 hit_afterT0_resolution = cms.double(0.03), 00020 performT0SegCorrection = cms.bool(False), 00021 perform_delta_rejecting = cms.bool(True) 00022 ), 00023 Reco2DAlgoName = cms.string('DTMeantimerPatternReco') 00024 )
Definition at line 11 of file DTMeantimerPatternReco2DAlgo_LinearDriftFromDBLoose_cfi.py.