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  "HLT_Ele115_CaloIdVT_GsfTrkIdT_v" # 50ns backup menu
7  ),
8  recElecLabel = cms.InputTag("gedGsfElectrons"),
9  # -- Analysis specific cuts
10  minCandidates = cms.uint32(1),
11  # -- Analysis specific binnings
12  parametersTurnOn = cms.vdouble( 0, 50, 80, 90, 100, 110, 120, 150, 200, 250,
13  300, 400, 500, 600, 700, 800, 900, 1000,
14  1100, 1200, 1500
15  ),
16  dropPt2 = cms.bool(True),
17  dropPt3 = cms.bool(True),
18  )