CMS 3D CMS Logo

Variables

qcdPhotonsDQM_cfi Namespace Reference

Variables

tuple QcdPhotonsDQM

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("QcdPhotonsDQM",
00002                 # Event must pass this trigger
00003                 triggerPathToPass         = cms.string("HLT_Photon20_Cleaned_L1R"),
00004                 # Plot results of these triggers too (these don't *have* to be passed)
00005                 plotTheseTriggersToo      = cms.vstring("HLT_Photon20_Cleaned_L1R","HLT_Photon30_Cleaned_L1R","HLT_Photon50_NoHE_Cleaned_L1R","HLT_DoublePhoton17_L1R"),
00006                 # Collections
00007                 hltMenu                   = cms.string("HLT"),
00008                 triggerResultsCollection  = cms.string("TriggerResults"),
00009                 photonCollection          = cms.InputTag("photons"),
00010                 caloJetCollection         = cms.InputTag("ak5CaloJets"),
00011                 vertexCollection          = cms.InputTag("offlinePrimaryVertices"),
00012                 # Cuts on the reco objects
00013                 minCaloJetPt              = cms.double(5.0),
00014                 minPhotonEt               = cms.double(25.0),
00015                 requirePhotonFound        = cms.bool(True),
00016                 # Max Et on plots
00017                 plotPhotonMaxEt           = cms.double(200.0),
00018                 plotPhotonMaxEta          = cms.double(5.0),
00019                 plotJetMaxEta             = cms.double(5.0)
00020 )

Definition at line 3 of file qcdPhotonsDQM_cfi.py.