|
||||
File indexing completed on 2024-04-06 12:10:59
0001 import FWCore.ParameterSet.Config as cms 0002 0003 from CondCore.DBCommon.CondDBSetup_cfi import * 0004 RPCCabling = cms.ESSource("PoolDBESSource", 0005 CondDBSetup, 0006 toGet = cms.VPSet(cms.PSet( 0007 record = cms.string('RPCEMapRcd'), 0008 tag = cms.string('RPCEMap_v2') 0009 )), 0010 connect = cms.string('oracle://orcon/CMS_COND_ON_200_RPC') 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 |