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