Skip to content

Commit 620a81e

Browse files
author
Wiktor Pierozak
committed
Changed default amplitude cut to 0 in aging post proc
1 parent beb99e8 commit 620a81e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/FIT/FT0/include/FT0/AgingLaserPostProcTask.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class AgingLaserPostProcTask final : public quality_control::postprocessing::Pos
6666
double mFracWindowB = 0.25; ///< high fractional window parameter b
6767

6868
/// Amplitude cut
69-
int mDetectorAmpCut = 1;
69+
int mDetectorAmpCut = 0;
7070
const int mAmplLimit = 4096;
7171
std::unique_ptr<TH1F> mAmpVsChNormWeightedMeanA;
7272
std::unique_ptr<TH1F> mAmpVsChNormWeightedMeanC;

0 commit comments

Comments
 (0)