We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb99e8 commit 620a81eCopy full SHA for 620a81e
1 file changed
Modules/FIT/FT0/include/FT0/AgingLaserPostProcTask.h
@@ -66,7 +66,7 @@ class AgingLaserPostProcTask final : public quality_control::postprocessing::Pos
66
double mFracWindowB = 0.25; ///< high fractional window parameter b
67
68
/// Amplitude cut
69
- int mDetectorAmpCut = 1;
+ int mDetectorAmpCut = 0;
70
const int mAmplLimit = 4096;
71
std::unique_ptr<TH1F> mAmpVsChNormWeightedMeanA;
72
std::unique_ptr<TH1F> mAmpVsChNormWeightedMeanC;
0 commit comments