Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 HiggsDQM = cms.EDAnalyzer("HiggsDQM",
00004 elecTriggerPathToPass = cms.string("HLT_Ele10_LW_L1R"),
00005 muonTriggerPathToPass = cms.string("HLT_Mu9"),
00006 triggerResultsCollection = cms.InputTag("TriggerResults", "", "HLT"),
00007 muonCollection = cms.InputTag("muons"),
00008 electronCollection = cms.InputTag("gsfElectrons"),
00009 caloJetCollection = cms.InputTag("ak5CaloJets"),
00010 caloMETCollection = cms.InputTag("corMetGlobalMuons"),
00011 pfMETCollection = cms.InputTag("pfMet"),
00012 genParticleCollection = cms.InputTag("genParticles"),
00013
00014 PtThrMu1 = cms.untracked.double(3.0),
00015 PtThrMu2 = cms.untracked.double(3.0)
00016 )
00017