CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCTFObjectKeysOnline_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 CSCTFObjectKeysOnline = cms.ESProducer("CSCTFObjectKeysOnlineProd",
3  onlineAuthentication = cms.string('.'),
4  subsystemLabel = cms.string('CSCTF'),
5  onlineDB = cms.string('oracle://CMS_OMDS_LB/CMS_TRG_R'),
6  enableConfiguration = cms.bool( True ),
7  enablePtLut = cms.bool( True )
8 )