CMS 3D CMS Logo

totemDAQMappingESSourceXML_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 totemDAQMappingESSourceXML = cms.ESSource("TotemDAQMappingESSourceXML",
4  verbosity = cms.untracked.uint32(0),
5 
6  # set it to: TrackingStrip, ...
7  subSystem = cms.untracked.string(""),
8 
9  configuration = cms.VPSet(
10  # example configuration block:
11  #cms.PSet(
12  # validityRange = cms.EventRange("1:min - 999999999:max"),
13  # mappingFileNames = cms.vstring("CondFormats/CTPPSReadoutObjects/xml/ctpps_mapping_to_fill_5288.xml"),
14  # maskFileNames = cms.vstring()
15  #)
16  )
17 )