CMS 3D CMS Logo

Variables

Tracker_FrontierConditions_DevDB_cff Namespace Reference

Variables

tuple es_prefer_trackerAlignment = cms.ESPrefer("PoolDBESSource","trackerAlignment")
tuple trackerAlignment

Variable Documentation

Definition at line 26 of file Tracker_FrontierConditions_DevDB_cff.py.

Initial value:
00001 cms.ESSource("PoolDBESSource",
00002     CondDBSetup,
00003     timetype = cms.string('runnumber'),
00004     toGet = cms.VPSet(cms.PSet(
00005         record = cms.string('GlobalPositionRcd'),
00006         tag = cms.string('IdealGeometry')
00007     ), 
00008         cms.PSet(
00009             record = cms.string('TrackerAlignmentRcd'),
00010             tag = cms.string('TrackerIdealGeometry200')
00011         ), 
00012         cms.PSet(
00013             record = cms.string('TrackerAlignmentErrorRcd'),
00014             tag = cms.string('TrackerIdealGeometryErrors200')
00015         )),
00016     connect = cms.string('frontier://FrontierDev/CMS_COND_20X_ALIGNMENT')
00017 )

Definition at line 8 of file Tracker_FrontierConditions_DevDB_cff.py.