CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltExoticaHighPtDielectron_cff.py
Go to the documentation of this file.
2 
3 HighPtDielectronPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  "HLT_DoubleEle33_CaloIdL_GsfTrkIdVL_v",
6  ),
7  recElecLabel = cms.InputTag("gedGsfElectrons"),
8  # -- Analysis specific cuts
9  minCandidates = cms.uint32(2),
10  # -- Analysis specific binnings
11  parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
12  60, 70, 80, 100, 120, 140, 160, 180, 200
13  ),
14  )