diff --git a/Waveform/WaveRecTools/src/WaveformReconstructionTool.h b/Waveform/WaveRecTools/src/WaveformReconstructionTool.h index 3a6224b1f70ea1909da79431f6c54383c4177984..2559616d52b7fa5b8ffd5d034b5f3da33ec52137 100644 --- a/Waveform/WaveRecTools/src/WaveformReconstructionTool.h +++ b/Waveform/WaveRecTools/src/WaveformReconstructionTool.h @@ -77,7 +77,8 @@ class WaveformReconstructionTool: public extends<AthAlgTool, IWaveformReconstruc // Range of samples to use to find baseline (to avoid signal contamination) // In samples (2 ns intervals) so 350 -> 700 ns in digitizer window IntegerProperty m_baselineSampleLo{this, "BaselineSampleLo", 0}; - IntegerProperty m_baselineSampleHi{this, "BaselineSampleHi", 350}; + // Change this from 350 -> 75 for 2023 data, allows shorter readout + IntegerProperty m_baselineSampleHi{this, "BaselineSampleHi", 75}; // // Parameters for the Gaussian fit to the baseline peak (in counts)