We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab9361c + 9225dc2 commit 63b4a51Copy full SHA for 63b4a51
PWGLF/TableProducer/Strangeness/sigmaHadCorr.cxx
@@ -25,12 +25,13 @@
25
#include "Framework/runDataProcessing.h"
26
#include "ReconstructionDataFormats/PID.h"
27
28
-#include <vector>
29
#include <Math/GenVector/Boost.h>
30
#include <Math/Vector4D.h>
31
#include <TLorentzVector.h>
32
#include <TMath.h>
33
+#include <vector>
34
+
35
using namespace o2;
36
using namespace o2::framework;
37
using namespace o2::framework::expressions;
0 commit comments