CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/DQM/Physics/python/HiggsDQM_cfi.py

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