CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCFrontierCabling_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 CondDBSetup.DBParameters.authenticationPath = cms.untracked.string('/afs/cern.ch/cms/DB/conddb')
5 RPCCabling = cms.ESSource("PoolDBESSource",
6  CondDBSetup,
7  toGet = cms.VPSet(cms.PSet(
8  record = cms.string('RPCEMapRcd'),
9  tag = cms.string('RPCEMap_v2')
10  )),
11  connect = cms.string('frontier://FrontierProd/CMS_COND_36X_RPC')
12 )
13 
14