CMS 3D CMS Logo

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

Variables

tuple DiPhotonPSet
 

Variable Documentation

tuple hltExoticaDiPhoton_cff.DiPhotonPSet
Initial value:
1 = cms.PSet(
2  hltPathsToCheck = cms.vstring(
3  "HLT_DoublePho85_v", # Run2 proposal
4  "HLT_Photon36_R9Id85_OR_CaloId24b40e_Iso50T80L_Photon22_AND_HE10_R9Id65_Eta2_Mass15_v",
5  "HLT_Photon26_R9Id85_OR_CaloId24b40e_Iso50T80L_Photon16_AND_HE10_R9Id65_Eta2_Mass60_v"
6  #"HLT_DoublePhoton70_v" # Run1 (frozenHLT)
7  ),
8  recPhotonLabel = cms.InputTag("gedPhotons"),
9  # -- Analysis specific cuts
10  minCandidates = cms.uint32(2),
11  # -- Analysis specific binnings
12  parametersTurnOn = cms.vdouble( 0, 50, 100, 150, 200, 250, 300, 400, 500, 600, 700, 800, 900, 1000,
13  1100, 1200, 1500
14  ),
15  )

Definition at line 3 of file hltExoticaDiPhoton_cff.py.