Skip to content
Snippets Groups Projects
Commit 449376e5 authored by FASER Reco's avatar FASER Reco
Browse files

Long lost update from p0010 for baseline determination

parent 2e63f4e6
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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