test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Geometry
TrackerGeometryBuilder
python
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)
customTrackerParametersRun2.customise
def customise
Definition:
customTrackerParametersRun2.py:2
Generated for CMSSW Reference Manual by
1.8.5