![]() |
|
|||
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 # To be used on SQLite files. AFS access not required. 0005 DTCabling = cms.ESSource("PoolDBESSource", 0006 CondDBSetup, 0007 toGet = cms.VPSet(cms.PSet( 0008 record = cms.string('DTReadOutMappingRcd'), 0009 tag = cms.string('map_fix17X') 0010 )), 0011 connect = cms.string('sqlite_fip:CondCore/SQLiteData/data/DTFullMap_fix17X.db') 0012 ) 0013 0014
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |