diff --git a/RecoLocalTracker/SiPixelRecHits/python/PixelCPEFast_cfi.py b/RecoLocalTracker/SiPixelRecHits/python/PixelCPEFast_cfi.py index bda1fe45a3705..3e8957530722c 100644 --- a/RecoLocalTracker/SiPixelRecHits/python/PixelCPEFast_cfi.py +++ b/RecoLocalTracker/SiPixelRecHits/python/PixelCPEFast_cfi.py @@ -5,22 +5,29 @@ ComponentName = cms.string('PixelCPEFast'), Alpha2Order = cms.bool(True), - # Edge cluster errors in microns (determined by looking at residual RMS) - EdgeClusterErrorX = cms.double( 50.0 ), - EdgeClusterErrorY = cms.double( 85.0 ), + # Edge cluster errors in microns (determined by looking at residual RMS) + EdgeClusterErrorX = cms.double( 50.0 ), + EdgeClusterErrorY = cms.double( 85.0 ), - # these for CPEBase + # for CPEBase useLAWidthFromDB = cms.bool(True), useLAAlignmentOffsets = cms.bool(False), + # for CPEBase, used only for testing + lAOffset = cms.double(0), + lAWidthBPix = cms.double(0), + lAWidthFPix = cms.double(0), + + # only for Templates, compute the Lorentz shifts + DoLorentz = cms.bool(False), # Can use errors predicted by the template code # If UseErrorsFromTemplates is False, must also set - # TruncatePixelCharge and LoadTemplatesFromDB to be False + # TruncatePixelCharge and LoadTemplatesFromDB to be False UseErrorsFromTemplates = cms.bool(True), LoadTemplatesFromDB = cms.bool(True), - # When set True this gives a slight improvement in resolution at no cost + # When set True this gives a slight improvement in resolution at no cost TruncatePixelCharge = cms.bool(True), # petar, for clusterProbability() from TTRHs