Skip to content

Commit

Permalink
Changing EDAnalyzer to EDProducer
Browse files Browse the repository at this point in the history
  • Loading branch information
rappoccio committed Jun 26, 2017
1 parent 422c2fd commit 0f13299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQMOffline/Trigger/python/B2GMonitoring_Client_cff.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import FWCore.ParameterSet.Config as cms

b2gjetEfficiency = cms.EDAnalyzer("DQMGenericClient",
b2gjetEfficiency = cms.EDProducer("DQMGenericClient",
subDirs = cms.untracked.vstring("HLT/B2GMonitor/*"),
verbose = cms.untracked.uint32(0), # Set to 2 for all messages
resolution = cms.vstring(),
Expand Down

0 comments on commit 0f13299

Please sign in to comment.