File indexing completed on 2023-07-18 22:34:05
0001 import FWCore.ParameterSet.Config as cms
0002
0003 _generic_default = cms.ESProducer('PixelCPEGenericESProducer',
0004 LoadTemplatesFromDB = cms.bool(True),
0005 Alpha2Order = cms.bool(True),
0006 ClusterProbComputationFlag = cms.int32(0),
0007 useLAWidthFromDB = cms.bool(True),
0008 lAOffset = cms.double(0),
0009 lAWidthBPix = cms.double(0),
0010 lAWidthFPix = cms.double(0),
0011 doLorentzFromAlignment = cms.bool(False),
0012 useLAFromDB = cms.bool(True),
0013 xerr_barrel_l1 = cms.vdouble(
0014 0.00115,
0015 0.0012,
0016 0.00088
0017 ),
0018 yerr_barrel_l1 = cms.vdouble(
0019 0.00375,
0020 0.0023,
0021 0.0025,
0022 0.0025,
0023 0.0023,
0024 0.0023,
0025 0.0021,
0026 0.0021,
0027 0.0024
0028 ),
0029 xerr_barrel_ln = cms.vdouble(
0030 0.00115,
0031 0.0012,
0032 0.00088
0033 ),
0034 yerr_barrel_ln = cms.vdouble(
0035 0.00375,
0036 0.0023,
0037 0.0025,
0038 0.0025,
0039 0.0023,
0040 0.0023,
0041 0.0021,
0042 0.0021,
0043 0.0024
0044 ),
0045 xerr_endcap = cms.vdouble(
0046 0.002,
0047 0.002
0048 ),
0049 yerr_endcap = cms.vdouble(0.0021),
0050 xerr_barrel_l1_def = cms.double(0.0103),
0051 yerr_barrel_l1_def = cms.double(0.0021),
0052 xerr_barrel_ln_def = cms.double(0.0103),
0053 yerr_barrel_ln_def = cms.double(0.0021),
0054 xerr_endcap_def = cms.double(0.002),
0055 yerr_endcap_def = cms.double(0.00075),
0056 eff_charge_cut_highX = cms.double(1),
0057 eff_charge_cut_highY = cms.double(1),
0058 eff_charge_cut_lowX = cms.double(0),
0059 eff_charge_cut_lowY = cms.double(0),
0060 size_cutX = cms.double(3),
0061 size_cutY = cms.double(3),
0062 EdgeClusterErrorX = cms.double(50),
0063 EdgeClusterErrorY = cms.double(85),
0064 inflate_errors = cms.bool(False),
0065 inflate_all_errors_no_trk_angle = cms.bool(False),
0066 NoTemplateErrorsWhenNoTrkAngles = cms.bool(False),
0067 UseErrorsFromTemplates = cms.bool(True),
0068 TruncatePixelCharge = cms.bool(True),
0069 IrradiationBiasCorrection = cms.bool(False),
0070 DoCosmics = cms.bool(False),
0071 isPhase2 = cms.bool(False),
0072 SmallPitch = cms.bool(False),
0073 ComponentName = cms.string('PixelCPEGeneric'),
0074 MagneticFieldRecord = cms.ESInputTag('', ''),
0075 appendToDataLabel = cms.string('')
0076 )