CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltExoticaDisplacedDimuonDijet_cff.py
Go to the documentation of this file.
2 
3 DisplacedDimuonDijetPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  "HLT_DoubleDisplacedMu8NoFilters_DisplacedDijet60_v"
6  ),
7  recMuonLabel = cms.InputTag("muons"),
8  recPFJetLabel = cms.InputTag("ak4PFJets"),
9  # -- Analysis specific cuts
10  minCandidates = cms.uint32(2),
11  # -- Analysis specific binnings
12 
13  parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
14  60, 70, 80, 100
15  ),
16  )