Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:22:23

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 #from L1Trigger.L1TMuonEndCap.fakeEmtfParams_cff import *
0004 
0005 from CondCore.CondDB.CondDB_cfi import CondDB
0006 CondDB.connect = cms.string('oracle://cms_orcon_prod/CMS_CONDITIONS')
0007 
0008 l1emtfForestProtodb = cms.ESSource("PoolDBESSource",
0009        CondDB,
0010        toGet = cms.VPSet(
0011             cms.PSet(
0012                  record = cms.string('L1TMuonEndCapForestRcd'),
0013                  tag    = cms.string('L1TMuonEndCapForest_static_Sq_20170613_v7_mc')
0014             )
0015        )
0016 )
0017 
0018 L1TMuonEndCapForestOnlineProxy = cms.ESProducer("L1TMuonEndCapForestOnlineProxy")