CMS 3D CMS Logo

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

Variables

tuple qcdPhotonsDQM
 

Variable Documentation

tuple qcdPhotonsDQM_cfi.qcdPhotonsDQM
Initial value:
1 = cms.EDAnalyzer("QcdPhotonsDQM",
2  # Event must pass this trigger
3  triggerPathToPass = cms.string("HLT_Photon20_Cleaned_L1R"),
4  # Plot results of these triggers too (these don't *have* to be passed)
5  plotTheseTriggersToo = cms.vstring("HLT_Photon20_Cleaned_L1R","HLT_Photon30_Cleaned_L1R","HLT_Photon50_NoHE_Cleaned_L1R","HLT_DoublePhoton17_L1R"),
6  # Collections
7  hltMenu = cms.string("HLT"),
8  triggerResultsCollection = cms.string("TriggerResults"),
9  photonCollection = cms.InputTag("photons"),
10  caloJetCollection = cms.InputTag("ak5CaloJets"),
11  vertexCollection = cms.InputTag("offlinePrimaryVertices"),
12  # Cuts on the reco objects
13  minCaloJetPt = cms.double(5.0),
14  minPhotonEt = cms.double(25.0),
15  requirePhotonFound = cms.bool(True),
16  # Max Et on plots
17  plotPhotonMaxEt = cms.double(200.0),
18  plotPhotonMaxEta = cms.double(5.0),
19  plotJetMaxEta = cms.double(5.0)
20 )

Definition at line 3 of file qcdPhotonsDQM_cfi.py.