CMS 3D CMS Logo

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

Functions

def customise
 

Function Documentation

def customTrackerParametersRun2.customise (   process)

Definition at line 2 of file customTrackerParametersRun2.py.

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