CMS 3D CMS Logo

totemT2DAQMapping_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from CalibPPS.ESProducers.totemDAQMappingESSourceXML_cfi import totemDAQMappingESSourceXML as _xml
4 
5 totemDAQMappingESSourceXML = _xml.clone(
6  subSystem = "TotemT2",
7  configuration = cms.VPSet(
8  cms.PSet(
9  validityRange = cms.EventRange("1:min - 999999999:max"),
10  mappingFileNames = cms.vstring("CondFormats/PPSObjects/xml/mapping_totem_nt2_2021.xml"),
11  maskFileNames = cms.vstring()
12  )
13  ),
14  sampicSubDetId = cms.uint32(6),
15 )