1 import FWCore.ParameterSet.Config
as cms
2 CentralityDQM = cms.EDAnalyzer(
4 centralitycollection = cms.InputTag(
"hiCentrality"),
5 centralitybincollection = cms.InputTag(
"centralityBin",
"HFtowers"),
6 vertexcollection = cms.InputTag(
"hiSelectedVertex"),
7 eventplanecollection= cms.InputTag(
"hiEvtPlane")