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_Photon"),
00004                 # Plot results of these triggers too (these don't *have* to be passed)
00005                 plotTheseTriggersToo      = cms.vstring("HLT_Photon20","HLT_Photon25","HLT_Photon30","HLT_Photon50","HLT_DoublePhoton"),
00006                 # Collections
00007                 trigTag                   = cms.untracked.InputTag("TriggerResults::HLT"),
00008                 photonCollection          = cms.InputTag("photons"),
00009                 jetCollection             = cms.InputTag("ak5PFJets"),
00010                 vertexCollection          = cms.InputTag("offlinePrimaryVertices"),
00011                 # Cuts on the reco objects
00012                 minJetPt                  = cms.double(5.0),
00013                 minPhotonEt               = cms.double(25.0),
00014                 requirePhotonFound        = cms.bool(True),
00015                 # Max Et on plots
00016                 plotPhotonMaxEt           = cms.double(200.0),
00017                 plotPhotonMaxEta          = cms.double(5.0),
00018                 plotJetMaxEta             = cms.double(5.0)
00019 )

Definition at line 3 of file qcdPhotonsDQM_cfi.py.