CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltExoticaHighPtElectron_cff.py
Go to the documentation of this file.
2 
3 HighPtElectronPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  "HLT_Ele105_CaloIdVT_GsfTrkIdT_v" # Run2 proposal
6  ),
7  recElecLabel = cms.InputTag("gedGsfElectrons"),
8  # -- Analysis specific cuts
9  minCandidates = cms.uint32(1),
10  # -- Analysis specific binnings
11  parametersTurnOn = cms.vdouble( 0, 50, 80, 90, 100, 110, 120, 150, 200, 250,
12  300, 400, 500, 600, 700, 800, 900, 1000,
13  1100, 1200, 1500
14  ),
15  )