We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9ad7e commit 5bb9627Copy full SHA for 5bb9627
1 file changed
PWGDQ/Tasks/muonGlobalAlignment.cxx
@@ -58,11 +58,11 @@
58
#include <THnSparse.h>
59
#include <TMath.h>
60
61
+#include "rapidjson/document.h"
62
+
63
#include <GPUROOTCartesianFwd.h>
64
#include <RtypesCore.h>
65
-#include "rapidjson/document.h"
-
66
#include <algorithm>
67
#include <array>
68
#include <chrono>
@@ -77,6 +77,7 @@
77
#include <string>
78
#include <unordered_map>
79
#include <vector>
80
81
#include <math.h>
82
83
using namespace o2;
0 commit comments