File indexing completed on 2024-09-26 05:06:18
0001 import FWCore.ParameterSet.Config as cms
0002
0003 def alpaka_rocm_async_PixelCPEFastParamsESProducerAlpakaPhase2(*args, **kwargs):
0004 mod = cms.ESProducer('alpaka_rocm_async::PixelCPEFastParamsESProducerAlpakaPhase2',
0005 LoadTemplatesFromDB = cms.bool(True),
0006 Alpha2Order = cms.bool(True),
0007 ClusterProbComputationFlag = cms.int32(0),
0008 useLAWidthFromDB = cms.bool(True),
0009 lAOffset = cms.double(0),
0010 lAWidthBPix = cms.double(0),
0011 lAWidthFPix = cms.double(0),
0012 doLorentzFromAlignment = cms.bool(False),
0013 useLAFromDB = cms.bool(True),
0014 xerr_barrel_l1 = cms.vdouble(
0015 0.00115,
0016 0.0012,
0017 0.00088
0018 ),
0019 yerr_barrel_l1 = cms.vdouble(
0020 0.00375,
0021 0.0023,
0022 0.0025,
0023 0.0025,
0024 0.0023,
0025 0.0023,
0026 0.0021,
0027 0.0021,
0028 0.0024
0029 ),
0030 xerr_barrel_ln = cms.vdouble(
0031 0.00115,
0032 0.0012,
0033 0.00088
0034 ),
0035 yerr_barrel_ln = cms.vdouble(
0036 0.00375,
0037 0.0023,
0038 0.0025,
0039 0.0025,
0040 0.0023,
0041 0.0023,
0042 0.0021,
0043 0.0021,
0044 0.0024
0045 ),
0046 xerr_endcap = cms.vdouble(
0047 0.002,
0048 0.002
0049 ),
0050 yerr_endcap = cms.vdouble(0.0021),
0051 xerr_barrel_l1_def = cms.double(0.0103),
0052 yerr_barrel_l1_def = cms.double(0.0021),
0053 xerr_barrel_ln_def = cms.double(0.0103),
0054 yerr_barrel_ln_def = cms.double(0.0021),
0055 xerr_endcap_def = cms.double(0.002),
0056 yerr_endcap_def = cms.double(0.00075),
0057 EdgeClusterErrorX = cms.double(50),
0058 EdgeClusterErrorY = cms.double(85),
0059 UseErrorsFromTemplates = cms.bool(True),
0060 TruncatePixelCharge = cms.bool(True),
0061 ComponentName = cms.string('PixelCPEFastParamsPhase2'),
0062 MagneticFieldRecord = cms.ESInputTag('', ''),
0063 appendToDataLabel = cms.string(''),
0064 alpaka = cms.untracked.PSet(
0065 backend = cms.untracked.string('')
0066 )
0067 )
0068 for a in args:
0069 mod.update_(a)
0070 mod.update_(kwargs)
0071 return mod