CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
L1TMuonEndCapForestOnlineProxy_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #from L1Trigger.L1TMuonEndCap.fakeEmtfParams_cff import *
4 
5 from CondCore.CondDB.CondDB_cfi import CondDB
6 CondDB.connect = cms.string('oracle://cms_orcon_prod/CMS_CONDITIONS')
7 
8 l1emtfForestProtodb = cms.ESSource("PoolDBESSource",
9  CondDB,
10  toGet = cms.VPSet(
11  cms.PSet(
12  record = cms.string('L1TMuonEndCapForestRcd'),
13  tag = cms.string('L1TMuonEndCapForest_static_Sq_20170613_v7_mc')
14  )
15  )
16 )
17 
18 L1TMuonEndCapForestOnlineProxy = cms.ESProducer("L1TMuonEndCapForestOnlineProxy")