CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Tracker_FrontierConditions_DevDB_cff.py
Go to the documentation of this file.
1 # The following comments couldn't be translated into the new config version:
2 
3 # FRONTIER
4 
5 import FWCore.ParameterSet.Config as cms
6 
8 trackerAlignment = cms.ESSource("PoolDBESSource",
9  CondDBSetup,
10  timetype = cms.string('runnumber'),
11  toGet = cms.VPSet(cms.PSet(
12  record = cms.string('GlobalPositionRcd'),
13  tag = cms.string('IdealGeometry')
14  ),
15  cms.PSet(
16  record = cms.string('TrackerAlignmentRcd'),
17  tag = cms.string('TrackerIdealGeometry200')
18  ),
19  cms.PSet(
20  record = cms.string('TrackerAlignmentErrorRcd'),
21  tag = cms.string('TrackerIdealGeometryErrors200')
22  )),
23  connect = cms.string('frontier://FrontierDev/CMS_COND_20X_ALIGNMENT')
24 )
25 
26 es_prefer_trackerAlignment = cms.ESPrefer("PoolDBESSource","trackerAlignment")
27