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_NoiseCleaned_v"
4  "HLT_Photon135_PFMET100_JetIdCleaned_v"
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  )

Definition at line 3 of file hltExoticaPhotonMET_cff.py.