CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  configuration = cms.VPSet(
7  # example configuration block:
8  #cms.PSet(
9  # validityRange = cms.EventRange("1:min - 999999999:max"),
10  # mappingFileNames = cms.vstring("CondFormats/CTPPSReadoutObjects/xml/ctpps_mapping_to_fill_5288.xml"),
11  # maskFileNames = cms.vstring()
12  #)
13  )
14 )