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(True), 00013 debug = cms.untracked.bool(False), 00014 00015 # Parameters for the cleaner 00016 segmCleanerMode = cms.int32(1), 00017 nSharedHitsMax = cms.int32(2), 00018 nUnSharedHitsMin = cms.int32(2), 00019 00020 # Parameters for T0 fit segment in the Updator 00021 performT0_vdriftSegCorrection = cms.bool(False), 00022 hit_afterT0_resolution = cms.double(0.03), 00023 performT0SegCorrection = cms.bool(False) 00024 00025 ), 00026 Reco2DAlgoName = cms.string('DTMeantimerPatternReco') 00027 )
Definition at line 11 of file DTMeantimerPatternReco2DAlgo_LinearDriftFromDBLoose_cfi.py.