There was an error while loading. Please reload this page.
1 parent 81405af commit 303a57eCopy full SHA for 303a57e
1 file changed
PWGJE/Tasks/jetFinderQA.cxx
@@ -22,6 +22,7 @@
22
23
#include "Common/Core/RecoDecay.h"
24
25
+#include <CommonConstants/MathConstants.h>
26
#include <Framework/ASoA.h>
27
#include <Framework/AnalysisDataModel.h>
28
#include <Framework/AnalysisTask.h>
@@ -31,8 +32,6 @@
31
32
#include <Framework/InitContext.h>
33
#include <Framework/runDataProcessing.h>
34
-#include <TMath.h>
35
-#include <TMathBase.h>
36
#include <TRandom3.h>
37
38
#include <algorithm>
@@ -42,8 +41,6 @@
42
41
#include <type_traits>
43
#include <vector>
44
45
-#include <math.h>
46
-
47
using namespace o2;
48
using namespace o2::framework;
49
using namespace o2::framework::expressions;
0 commit comments