Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
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
00014 )