![]() |
|
|||
File indexing completed on 2023-03-17 11:05:24
0001 import FWCore.ParameterSet.Config as cms 0002 def customise(process): 0003 process.GlobalTag.toGet = cms.VPSet(cms.PSet(record = cms.string('PTrackerParametersRcd'), 0004 tag = cms.string('TKParameters_Geometry_Test01'), 0005 connect = cms.untracked.string("sqlite_file:../myfile.db") 0006 ) 0007 ) 0008 return (process)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |