We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5209d4f commit 76037afCopy full SHA for 76037af
PWGJE/Tasks/jetOutlierQA.cxx
@@ -36,6 +36,8 @@
36
#include <algorithm>
37
#include <cmath>
38
#include <cstddef>
39
+#include <map>
40
+#include <set>
41
#include <string>
42
#include <type_traits>
43
#include <vector>
PWGJE/Tasks/jetSubstructure.cxx
@@ -46,10 +46,12 @@
46
47
48
#include <cstdint>
49
+#include <string>
50
#include <utility>
51
52
53
#include <math.h>
54
+
55
using namespace o2;
56
using namespace o2::framework;
57
using namespace o2::framework::expressions;
0 commit comments