CMS 3D CMS Logo

ctppsPixelRawToDigi_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
4 ctppsPixelDigis = cms.EDProducer(
5  "CTPPSPixelRawToDigi",
6  # InputLabel = cms.InputTag("ctppsPixelRawData"),
7  InputLabel = cms.InputTag("rawDataCollector"),
8  mappingLabel = cms.string("RPix")
9 
10  )