CMS 3D CMS Logo

Variables

TIFSurveyInfo_cff Namespace Reference

Variables

tuple PoolDBESSource

Variable Documentation

Initial value:
00001 cms.ESSource("PoolDBESSource",
00002     CondDBSetup,
00003     connect = cms.string('frontier://FrontierProd/CMS_COND_21X_ALIGNMENT'),
00004     toGet = cms.VPSet(cms.PSet(
00005         record = cms.string('TrackerAlignmentRcd'),
00006         tag = cms.string('TibTidTecAllSurvey_v2')
00007     ), 
00008         cms.PSet(
00009             record = cms.string('TrackerAlignmentErrorRcd'),
00010             tag = cms.string('TibTidTecAllSurveyAPE_v2')
00011         ))
00012 )

Definition at line 5 of file TIFSurveyInfo_cff.py.