Skip to content

Commit

Permalink
[EMCAL-529] changed the default medium threshold (#2373)
Browse files Browse the repository at this point in the history
Co-authored-by: Sierra Weyhmiller <sierra.lisa.weyhmiller@cern.ch>
  • Loading branch information
sweyh99 and Sierra Weyhmiller authored Aug 7, 2024
1 parent 2fc7cd7 commit 4c8dac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/EMCAL/include/EMCAL/NumPatchesPerFastORCheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c8dac4

Please sign in to comment.