Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-05-05 02:46:46

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 ctppsPixelRawData = cms.EDProducer('CTPPSPixelDigiToRaw',
0004   isRun3 = cms.bool(True),
0005   InputLabel = cms.InputTag('RPixDetDigitizer'),
0006   mappingLabel = cms.string('RPix'),
0007   mightGet = cms.optional.untracked.vstring
0008 )