Main Page
Namespaces
Classes
Package Documentation
EventFilter
CTPPSRawToDigi
python
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
)
Generated for CMSSW Reference Manual by
1.8.11