CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CentralityDQM_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
3 CentralityDQM = DQMEDAnalyzer(
4  "CentralityDQM",
5  centralitycollection = cms.InputTag("hiCentrality"),
6  centralitybincollection = cms.InputTag("centralityBin","HFtowers"),
7  vertexcollection = cms.InputTag("hiSelectedVertex"),
8  eventplanecollection= cms.InputTag("hiEvtPlane")
9  )