CMS 3D CMS Logo

ctppsInterpolatedOpticalFunctionsESSource_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ctppsInterpolatedOpticalFunctionsESSource = cms.ESProducer("CTPPSInterpolatedOpticalFunctionsESSource",
4  appendToDataLabel = cms.string(''),
5  lhcInfoLabel = cms.string(''),
6  opticsLabel = cms.string('')
7 )