Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 PixelCPEGenericESProducer = cms.ESProducer("PixelCPEGenericESProducer",
00004
00005 ComponentName = cms.string('PixelCPEGeneric'),
00006 TanLorentzAnglePerTesla = cms.double(0.106),
00007 Alpha2Order = cms.bool(True),
00008 PixelErrorParametrization = cms.string('NOTcmsim'),
00009
00010
00011 eff_charge_cut_lowX = cms.double(0.0),
00012 eff_charge_cut_lowY = cms.double(0.0),
00013 eff_charge_cut_highX = cms.double(1.0),
00014 eff_charge_cut_highY = cms.double(1.0),
00015 size_cutX = cms.double(3.0),
00016 size_cutY = cms.double(3.0),
00017
00018
00019 EdgeClusterErrorX = cms.double( 50.0 ),
00020 EdgeClusterErrorY = cms.double( 85.0 ),
00021
00022
00023 inflate_errors = cms.bool(False),
00024 inflate_all_errors_no_trk_angle = cms.bool(False),
00025
00026
00027
00028
00029 UseErrorsFromTemplates = cms.bool(True),
00030
00031
00032 TruncatePixelCharge = cms.bool(True),
00033
00034
00035 IrradiationBiasCorrection = cms.bool(False),
00036
00037
00038 DoCosmics = cms.bool(False),
00039
00040 LoadTemplatesFromDB = cms.bool(True),
00041
00042
00043 ClusterProbComputationFlag = cms.int32(0)
00044
00045
00046 )
00047
00048