Skip to content
Snippets Groups Projects
Commit 7dab2300 authored by Johannes Elmsheuser's avatar Johannes Elmsheuser
Browse files

Merge branch 'macOSFixes-master-20201226' into 'master'

macOS 11 Fix, master branch (2020.12.26.)

See merge request !39414
parents 5f7f5a8c e16190ee
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!39414macOS 11 Fix, master branch (2020.12.26.)
......@@ -91,7 +91,7 @@ namespace CompScaleVar
{
// Error state
UNKNOWN=0, // Failure/unset/etc
// Scale uncertainties
FourVec, // The full jet 4-vector
Pt, // The jet pT
......@@ -106,7 +106,7 @@ namespace CompScaleVar
C2Beta1, // The value of C_2^{beta=1} (ECF ratio)
Qw, // The value of Qw
TagScaleFactor, // Tagging efficiency SF
// Resolution uncertainties
MassRes, // The jet mass resolution, relative
MassResAbs, // The jet mass resolution, absolute
......@@ -212,6 +212,14 @@ namespace JetTopology
TypeEnum stringToEnum(const TString type);
}
// Unset the TRUE and FALSE macros, defined in a custom way on macOS 11.
#ifdef TRUE
# undef TRUE
#endif
#ifdef FALSE
# undef FALSE
#endif
namespace ExtendedBool
{
enum TypeEnum
......
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