CMS 3D CMS Logo

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

Variables

tuple PhotonMETPSet
 

Variable Documentation

tuple hltExoticaPhotonMET_cff.PhotonMETPSet
Initial value:
1 = cms.PSet(
2  hltPathsToCheck = cms.vstring(
3  "HLT_Photon135_PFMET100_v",
4  "HLT_Photon135_PFMET100_JetIdCleaned_v", # For backward compatibility
5  "HLT_Photon125_v" # 0T
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  dropPt2 = cms.bool(True),
23  dropPt3 = cms.bool(True),
24  )

Definition at line 3 of file hltExoticaPhotonMET_cff.py.