Skip to content

Commit

Permalink
Set inter plane drift correction to false at table level
Browse files Browse the repository at this point in the history
  • Loading branch information
henrylay97 committed Feb 1, 2024
1 parent d30cd25 commit 40a5b1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sbndcode/Utilities/detectorproperties_sbnd.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,11 @@ sbnd_detproperties.InheritNumberTimeSamples: false
sbnd_detproperties.NumberTimeSamples: 3400
sbnd_detproperties.ReadOutWindowSize: 3400

# WireCell corrects for the interplane drift in its signal processing. This is
# not something traditional 1D approaches do. Setting this flag to false
# ensures that we don't 'double correct' at the start of pandora. This
# should be set to true when using 1D signal processing.
# Henry Lay - Nov 2023
sbnd_detproperties.IncludeInterPlanePitchInXTickOffsets: false

END_PROLOG

0 comments on commit 40a5b1e

Please sign in to comment.