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_Mu30_Ele30_CaloIdL_GsfTrkIdVL_v"
4  ),
5  recElecLabel = cms.InputTag("gedGsfElectrons"),
6  recMuonLabel = cms.InputTag("muons"),
7  # -- Analysis specific cuts
8  minCandidates = cms.uint32(1),
9  # -- Analysis specific binnings
10  parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20,
11  25, 30, 35, 40,
12  45, 50, 55, 60,
13  65, 70, 75, 80,
14  85, 90, 95, 100,
15  105, 110, 115, 120,
16  125, 130, 135, 140,
17  145, 150, 155, 160,
18  165, 170, 175, 180,
19  185, 190, 195, 200),
20  dropPt2 = cms.bool(True),
21  dropPt3 = cms.bool(True),
22  )

Definition at line 3 of file hltExoticaEleMu_cff.py.