CMS 3D CMS Logo

ctppsPixelDQMSource_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ctppsPixelDQMSource = cms.EDAnalyzer("CTPPSPixelDQMSource",
4 # tagRPixDigi = cms.InputTag("RPixDetDigitizer", ""),
5  tagRPixDigi = cms.InputTag("ctppsPixelDigis", ""),
6  tagRPixCluster = cms.InputTag("clusterProd", ""),
7  RPStatusWord = cms.untracked.uint32(0x8000), # rpots included in readout
8  verbosity = cms.untracked.uint32(0)
9 )