![]() |
|
|||
File indexing completed on 2025-04-17 02:42:11
0001 import FWCore.ParameterSet.Config as cms 0002 0003 from CondCore.DBCommon.CondDBSetup_cfi import * 0004 DTCabling = cms.ESSource("PoolDBESSource", 0005 CondDBSetup, 0006 toGet = cms.VPSet(cms.PSet( 0007 record = cms.string('DTReadOutMappingRcd'), 0008 tag = cms.string('DTROMap') 0009 )), 0010 connect = cms.string('frontier://FrontierDev/CMS_COND_DT'), 0011 ) 0012 0013
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |