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

Definition at line 3 of file hltExoticaPhotonMET_cff.py.