CMS 3D CMS Logo

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

Variables

tuple EleMuPSet
 

Variable Documentation

tuple hltExoticaEleMu_cff.EleMuPSet
Initial value:
1 = cms.PSet(
2  hltPathsToCheck = cms.vstring(
3  "HLT_Mu17_Ele8_CaloIdT_CaloIsoVL_TrkIdVL_TrkIsoVL_v",
4  "HLT_Mu8_Ele17_CaloIdT_CaloIsoVL_TrkIdVL_TrkIsoVL_v"
5  ),
6  recElecLabel = cms.InputTag("gedGsfElectrons"),
7  recMuonLabel = cms.InputTag("muons"),
8  # -- Analysis specific cuts
9  minCandidates = cms.uint32(2),
10  # -- Analysis specific binnings
11  parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20,
12  25, 30, 35, 40,
13  45, 50, 55, 60,
14  65, 70, 75, 80,
15  85, 90, 95, 100,
16  105, 110, 115, 120,
17  125, 130, 135, 140,
18  145, 150, 155, 160,
19  165, 170, 175, 180,
20  185, 190, 195, 200),
21  )

Definition at line 3 of file hltExoticaEleMu_cff.py.