1 import FWCore.ParameterSet.Config
as cms
3 PseudoBayesPattern = cms.PSet(pattern_filename = cms.FileInPath(
"L1Trigger/DTTriggerPhase2/data/PseudoBayesPatterns_uncorrelated_v0.root"),
4 debug = cms.untracked.bool(
False),
6 minNLayerHits = cms.int32(3),
8 minSingleSLHitsMax = cms.int32(3),
10 minSingleSLHitsMin = cms.int32(0),
12 allowedVariance = cms.int32(1),
14 allowDuplicates = cms.bool(
False),
16 setLateralities = cms.bool(
True),
18 allowUncorrelatedPatterns = cms.bool(
True),
20 minUncorrelatedHits = cms.int32(3),
22 saveOnPlace = cms.bool(
True),
24 maxPathsPerMatch = cms.int32(256),