1 import FWCore.ParameterSet.Config
as cms
3 ctppsPixelDAQMappingESSourceXML = cms.ESSource(
"CTPPSPixelDAQMappingESSourceXML",
4 verbosity = cms.untracked.uint32(2),
5 subSystem= cms.untracked.string(
"RPix"),
6 configuration = cms.VPSet(
9 validityRange = cms.EventRange(
"1:min - 999999999:max"),
10 mappingFileNames = cms.vstring(
"CondFormats/CTPPSReadoutObjects/xml/rpix_mapping_220_far.xml"),
11 maskFileNames = cms.vstring(
"CondFormats/CTPPSReadoutObjects/xml/rpix_channel_mask_220_far.xml")