CMS 3D CMS Logo

hltExoticaPhotonMET_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 PhotonMETPSet = cms.PSet(
4  hltPathsToCheck = cms.vstring(
5  ),
6  recPFMETLabel = cms.InputTag("pfMet"),
7  recPhotonLabel = cms.InputTag("gedPhotons"),
8  # -- Analysis specific cuts
9  minCandidates = cms.uint32(1),
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  dropPt2 = cms.bool(True),
22  dropPt3 = cms.bool(True),
23  )