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_Ele145_CaloIdVT_GsfTrkIdT_v",
4  "HLT_Ele200_CaloIdVT_GsfTrkIdT_v",
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  )

Definition at line 3 of file hltExoticaHighPtElectron_cff.py.