Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 from CondCore.DBCommon.CondDBSetup_cfi import *
00004
00005 geometryESSource = cms.ESSource("PoolDBESSource",
00006 CondDBSetup,
00007 toGet = cms.VPSet(cms.PSet(record = cms.string('GlobalPositionRcd'),
00008 tag = cms.string('IdealGeometry')
00009 ),
00010 cms.PSet(record = cms.string('DTAlignmentRcd'),
00011 tag = cms.string('DTIdealGeometry200_mc')
00012 ),
00013 cms.PSet(record = cms.string('DTAlignmentErrorRcd'),
00014 tag = cms.string('DTIdealGeometryErrors200_mc')
00015 ),
00016 cms.PSet(record = cms.string('CSCAlignmentRcd'),
00017 tag = cms.string('CSCIdealGeometry200_mc')
00018 ),
00019 cms.PSet(record = cms.string('CSCAlignmentErrorRcd'),
00020 tag = cms.string('CSCIdealGeometryErrors200_mc')
00021 ),
00022 cms.PSet(record = cms.string('TrackerAlignmentRcd'),
00023 tag = cms.string('TrackerIdealGeometry210_mc')
00024 ),
00025 cms.PSet(record = cms.string('TrackerAlignmentErrorRcd'),
00026 tag = cms.string('TrackerIdealGeometryErrors210_mc')
00027 )
00028 ),
00029 connect = cms.string('frontier://cms_conditions_data/CMS_COND_21X_ALIGNMENT')
00030 )
00031
00032 beamSpotESSource = cms.ESSource("PoolDBESSource",
00033 CondDBSetup,
00034 timetype = cms.string('runnumber'),
00035 toGet = cms.VPSet(cms.PSet(record = cms.string('BeamSpotObjectsRcd'),
00036 tag = cms.string('Early10TeVCollision_3p8cm_v2_mc')
00037 )
00038 ),
00039 connect = cms.string('frontier://Frontier/CMS_COND_21X_BEAMSPOT'),
00040 authenticationMethod = cms.untracked.uint32(0)
00041 )
00042
00043 dtConditionsESSource = cms.ESSource("PoolDBESSource",
00044 CondDBSetup,
00045 timetype = cms.string('runnumber'),
00046 toGet = cms.VPSet(cms.PSet(record = cms.string('DTReadOutMappingRcd'),
00047 tag = cms.string('DT_map10ddu21X_V01')
00048 ),
00049 cms.PSet(record = cms.string('DTT0Rcd'),
00050 tag = cms.string('t0_CRUZET_hlt')
00051 ),
00052 cms.PSet(record = cms.string('DTStatusFlagRcd'),
00053 tag = cms.string('noise_CRUZET_hlt')
00054 ),
00055 cms.PSet(record = cms.string('DTMtimeRcd'),
00056 tag = cms.string('vDrift_LHCStartUp_543_CMSSW219')
00057 )
00058 ),
00059 connect = cms.string('frontier://Frontier/CMS_COND_21X_DT'),
00060 authenticationMethod = cms.untracked.uint32(0)
00061 )
00062
00063
00064 ttrigsource = cms.ESSource("PoolDBESSource",
00065 CondDBSetup,
00066 timetype = cms.string('runnumber'),
00067 toGet = cms.VPSet(cms.PSet(record = cms.string('DTTtrigRcd'),
00068 tag = cms.string('tTrig_CRAFT_081021_1614_offline')
00069 )
00070 ),
00071 connect = cms.string('frontier://Frontier/CMS_COND_21X_DT'),
00072 authenticationMethod = cms.untracked.uint32(0)
00073 )