CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RPCLinkMap_CondDB_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 RPCLinkMapSource = cms.ESSource('PoolDBESSource'
4  , DBParameters = cms.PSet()
5  , timetype = cms.string('timestamp')
6  , toGet = cms.VPSet(
7  cms.PSet(
8  record = cms.string('RPCLBLinkMapRcd')
9  , tag = cms.string('RPCLBLinkMap_L1T_v1')
10  )
11  , cms.PSet(
12  record = cms.string('RPCDCCLinkMapRcd')
13  , tag = cms.string('RPCDCCLinkMap_L1T_v1')
14  )
15  , cms.PSet(
16  record = cms.string('RPCTwinMuxLinkMapRcd')
17  , tag = cms.string('RPCTwinMuxLinkMap_L1T_v1')
18  )
19  , cms.PSet(
20  record = cms.string('RPCCPPFLinkMapRcd')
21  , tag = cms.string('RPCCPPFLinkMap_L1T_v1')
22  )
23  , cms.PSet(
24  record = cms.string('RPCOMTFLinkMapRcd')
25  , tag = cms.string('RPCOMTFLinkMap_L1T_v1')
26  )
27  )
28  , connect = cms.string("frontier://FrontierProd/CMS_CONDITIONS")
29 )