Line Code
1 2 3 4 5 6 7 8 9
import FWCore.ParameterSet.Config as cms
from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
CentralityDQM = DQMEDAnalyzer(
    "CentralityDQM",
    centralitycollection = cms.InputTag("hiCentrality"),
    centralitybincollection = cms.InputTag("centralityBin","HFtowers"),
    vertexcollection = cms.InputTag("hiSelectedVertex"),
    eventplanecollection= cms.InputTag("hiEvtPlane")
    )