CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
customTrackerParametersRun1 Namespace Reference

Functions

def customise
 

Function Documentation

def customTrackerParametersRun1.customise (   process)

Definition at line 2 of file customTrackerParametersRun1.py.

2 
3 def customise(process):
4  process.GlobalTag.toGet = cms.VPSet(cms.PSet(record = cms.string('PTrackerParametersRcd'),
5  tag = cms.string('TKParameters_Geometry_Test01'),
6  connect = cms.untracked.string("sqlite_file:../myfile.db")
7  )
8  )
9  return (process)