CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
hltExoticaHighPtElectron_cff Namespace Reference

Variables

tuple HighPtElectronPSet
 

Variable Documentation

tuple hltExoticaHighPtElectron_cff.HighPtElectronPSet
Initial value:
1 = cms.PSet(
2  hltPathsToCheck = cms.vstring(
3  "HLT_Ele105_CaloIdVT_GsfTrkIdT_v", # Run2 proposal
4  "HLT_Ele115_CaloIdVT_GsfTrkIdT_v" # 50ns backup menu
5  ),
6  recElecLabel = cms.InputTag("gedGsfElectrons"),
7  # -- Analysis specific cuts
8  minCandidates = cms.uint32(1),
9  # -- Analysis specific binnings
10  parametersTurnOn = cms.vdouble( 0, 50, 80, 90, 100, 110, 120, 150, 200, 250,
11  300, 400, 500, 600, 700, 800, 900, 1000,
12  1100, 1200, 1500
13  ),
14  dropPt2 = cms.bool(True),
15  dropPt3 = cms.bool(True),
16  )

Definition at line 3 of file hltExoticaHighPtElectron_cff.py.