CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltExoticaLowPtDielectron_cff.py
Go to the documentation of this file.
2 
3 LowPtDielectronPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  "HLT_DoubleEle33_CaloIdL_GsfTrkIdVL_MW_v", # Run2
6  "HLT_DoubleEle33_CaloIdL_GsfTrkIdVL_v" # Run1 & Run2
7  ),
8  recElecLabel = cms.InputTag("gedGsfElectrons"),
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  )