CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
customTrackerParametersRun2.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 def customise(process):
3  process.GlobalTag.toGet = cms.VPSet(cms.PSet(record = cms.string('PTrackerParametersRcd'),
4  tag = cms.string('TKParameters_Geometry_Run2_Test02'),
5  connect = cms.untracked.string("sqlite_file:../myfilerun2.db")
6  )
7  )
8  return (process)