Skip to content

Commit

Permalink
Update PixelCPEFast_cfi.py following cms-sw#27694
Browse files Browse the repository at this point in the history
  • Loading branch information
fwyzard committed Oct 8, 2020
1 parent 978833b commit 7112113
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions RecoLocalTracker/SiPixelRecHits/python/PixelCPEFast_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7112113

Please sign in to comment.