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