CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQM/Physics/python/ewkDQM_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # DQM monitor module for EWK
00004 EwkDQM = cms.EDAnalyzer("EwkDQM",
00005             elecTriggerPathToPass    = cms.string("HLT_Ele10_LW_L1R"),
00006             muonTriggerPathToPass    = cms.string("HLT_Mu9"),
00007             triggerResultsCollection = cms.InputTag("TriggerResults", "", "HLT"),
00008             muonCollection           = cms.InputTag("muons"),
00009             electronCollection       = cms.InputTag("gsfElectrons"),
00010             caloJetCollection        = cms.InputTag("ak5CaloJets"),
00011             caloMETCollection        = cms.InputTag("corMetGlobalMuons"),
00012             genParticleCollection    = cms.InputTag("genParticles")
00013 #           caloJetCollection        = cms.InputTag("L2L3CorJetSC5Calo"),
00014 )