From d1ab2e8db0ea8c16aa9f9ec77191116f7d0c180a Mon Sep 17 00:00:00 2001 From: Sierra Weyhmiller Date: Tue, 16 Jul 2024 12:22:01 -0400 Subject: [PATCH] [EMCAL-529] changed the default medium threshold --- Modules/EMCAL/include/EMCAL/NumPatchesPerFastORCheck.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/EMCAL/include/EMCAL/NumPatchesPerFastORCheck.h b/Modules/EMCAL/include/EMCAL/NumPatchesPerFastORCheck.h index b28a36984e..0c6c6cf5ba 100644 --- a/Modules/EMCAL/include/EMCAL/NumPatchesPerFastORCheck.h +++ b/Modules/EMCAL/include/EMCAL/NumPatchesPerFastORCheck.h @@ -91,7 +91,7 @@ class NumPatchesPerFastORCheck : public o2::quality_control::checker::CheckInter ************************************************/ float mBadSigmaNumPatchesPerFastOR = 5.; ///< Number of sigmas used in the Number of Patches Per FastOR fastORs outside of mean bad check - float mMedSigmaNumPatchesPerFastOR = 3.; ///< Number of sigmas used in the Number of Patches Per FastOR fastORs outside of mean medium check + float mMedSigmaNumPatchesPerFastOR = 999.; ///< Number of sigmas used in the Number of Patches Per FastOR fastORs outside of mean medium check int mLogLevelIL = 0; ///< Log level on InfoLogger o2::emcal::Geometry* mGeometry = o2::emcal::Geometry::GetInstanceFromRunNumber(300000); ///< Geometry for mapping position between SM and full EMCAL