Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
CalibTracker
Configuration
python
TrackerAlignment
TrackerAlignment_Frontier_cff.py
Go to the documentation of this file.
1
# This is a template in case constants are not taken from global tag:
2
import
FWCore.ParameterSet.Config
as
cms
3
4
from
Alignment.CommonAlignmentProducer.GlobalPosition_Frontier_cff
import
*
5
import
CalibTracker.Configuration.Common.PoolDBESSource_cfi
6
# 'connect' to be adjusted to release, 'tags' to newer payloads...
7
trackerAlignment = CalibTracker.Configuration.Common.PoolDBESSource_cfi.poolDBESSource.clone(
8
# connect = 'sqlite_file:afile.db'
9
connect =
'frontier://FrontierProd/CMS_COND_21X_ALIGNMENT'
,
10
toGet = cms.VPSet(cms.PSet(record = cms.string(
'TrackerAlignmentRcd'
),
11
tag = cms.string(
'TrackerIdealGeometry210_mc'
)
12
),
13
cms.PSet(record = cms.string(
'TrackerAlignmentErrorRcd'
),
14
tag = cms.string(
'TrackerIdealGeometryErrors210_mc'
)
15
))
16
)
17
18
# Might be needed if you want to overwrite the global tag:
19
# ESPrefer("PoolDBESSource", "trackerAlignment")
GlobalPosition_Frontier_cff
PoolDBESSource_cfi
Generated for CMSSW Reference Manual by
1.8.5