CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltExoticaPhotonMET_cff.py
Go to the documentation of this file.
2 
3 PhotonMETPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  "HLT_Photon135_PFMET100_NoiseCleaned_v"
6  ),
7  recPFMETLabel = cms.InputTag("pfMet"),
8  recPhotonLabel = cms.InputTag("gedPhotons"),
9  # -- Analysis specific cuts
10  minCandidates = cms.uint32(1),
11  # -- Analysis specific binnings
12  parametersTurnOn = cms.vdouble( 0, 5, 10, 15, 20,
13  25, 30, 35, 40,
14  45, 50, 55, 60,
15  65, 70, 75, 80,
16  85, 90, 95, 100,
17  105, 110, 115, 120,
18  125, 130, 135, 140,
19  145, 150, 155, 160,
20  165, 170, 175, 180,
21  185, 190, 195, 200),
22  )