Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:55:38

0001 import FWCore.ParameterSet.Config as cms
0002 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
0003 CentralityDQM = DQMEDAnalyzer(
0004     "CentralityDQM",
0005     centralitycollection = cms.InputTag("hiCentrality"),
0006     centralitybincollection = cms.InputTag("centralityBin","HFtowers"),
0007     vertexcollection = cms.InputTag("hiSelectedVertex"),
0008     eventplanecollection= cms.InputTag("hiEvtPlane")
0009     )