1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-18 07:17:05 +01:00

CMake first working compilation for library

This commit is contained in:
2024-01-29 17:00:32 +01:00
parent 0b5c6e851c
commit 4419139bd1
9 changed files with 31 additions and 21 deletions

View File

@ -30,8 +30,12 @@ namespace ROOT
};
// macros necessary in the ROOT-based version of Minuit2
#ifndef ROOT_Math_VecTypes
#define ROOT_Math_VecTypes
#endif
#ifndef MATHCORE_STANDALONE
#define MATHCORE_STANDALONE
#endif
#include <Minuit2/Minuit2Minimizer.h>
#include <Math/Functor.h>