Back to home page

Project CMSSW displayed by LXR

 
 

    


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)