CMS 3D CMS Logo

ctppsOpticalFunctionsESSource_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ctppsOpticalFunctionsESSource = cms.ESSource("CTPPSOpticalFunctionsESSource",
4  appendToDataLabel = cms.string(''),
5  configuration = cms.VPSet(cms.PSet(
6  opticalFunctions = cms.VPSet(
7  cms.PSet(
8  fileName = cms.FileInPath('CalibPPS/ESProducers/data/optical_functions/2018/version4/120urad.root'),
9  xangle = cms.double(120)
10  ),
11  cms.PSet(
12  fileName = cms.FileInPath('CalibPPS/ESProducers/data/optical_functions/2018/version4/130urad.root'),
13  xangle = cms.double(130)
14  ),
15  cms.PSet(
16  fileName = cms.FileInPath('CalibPPS/ESProducers/data/optical_functions/2018/version4/140urad.root'),
17  xangle = cms.double(140)
18  )
19  ),
20  validityRange = cms.EventRange(0, 0, 1, 999999, 0, 0)
21  )),
22  label = cms.string('')
23 )