CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
PseudoBayesGrouping_cfi Namespace Reference

Variables

tuple PseudoBayesPattern
 

Variable Documentation

tuple PseudoBayesGrouping_cfi.PseudoBayesPattern
Initial value:
1 = cms.PSet(pattern_filename = cms.untracked.FileInPath("L1Trigger/DTTriggerPhase2/data/PseudoBayesPatterns_uncorrelated_v0.root"),
2  debug = cms.untracked.bool(False),
3  #Minimum number of layers hit (total). Together with the two parameters under this it means 4+4, 4+3 or 3+3
4  minNLayerHits = cms.untracked.int32(3),
5  #Minimum number of hits in the most hit superlayer
6  minSingleSLHitsMax = cms.untracked.int32(3),
7  #Minimum number of hits in the less hit superlayer
8  minSingleSLHitsMin = cms.untracked.int32(0),
9  #By default pattern width is 1, 0 can be considered (harder fits but, lower efficiency of high quality), 2 is the absolute limit unless we have extremely bent muons somehow
10  allowedVariance = cms.untracked.int32(1),
11  #If true, it will provide all candidate sets with the same hits of the same quality (with lateralities defined). If false only the leading one (with its lateralities).
12  allowDuplicates = cms.untracked.bool(False),
13  #Also provide best estimates for the lateralities
14  setLateralities = cms.untracked.bool(True),
15  #Allow for uncorrelated patterns searching
16  allowUncorrelatedPatterns = cms.untracked.bool(True),
17  #If uncorrelated, minimum hits
18  minUncorrelatedHits = cms.untracked.int32(3),
19  #DTPrimitives are saved in the appropriate element of the muonPath array
20  saveOnPlace = cms.untracked.bool(True),
21  #Maximum number of muonpaths created per final match
22  maxPathsPerMatch = cms.untracked.int32(256),
23  )

Definition at line 3 of file PseudoBayesGrouping_cfi.py.