Skip to content
Snippets Groups Projects
Commit 36096e45 authored by Eric Torrence's avatar Eric Torrence
Browse files

Set waveform time threshold to 40 percent

parent 127caf7e
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ class WaveformReconstructionTool: public extends<AthAlgTool, IWaveformReconstruc
//
// Fraction of peak to set local hit time
FloatProperty m_timingPeakFraction{this, "TimingPeakFraction", 0.5};
FloatProperty m_timingPeakFraction{this, "TimingPeakFraction", 0.4};
//
// When looking for secondary hits with a primary found above threshold
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment