We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51d13a commit 322f996Copy full SHA for 322f996
2 files changed
PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx
@@ -52,14 +52,14 @@
52
#include "ReconstructionDataFormats/PID.h"
53
#include "ReconstructionDataFormats/Track.h"
54
55
-#include <string>
56
-#include <vector>
57
#include <array>
58
#include <cmath>
59
#include <cstdlib>
60
#include <iterator>
61
#include <map>
+#include <string>
62
#include <utility>
+#include <vector>
63
64
using namespace o2;
65
using namespace o2::framework;
PWGLF/Utils/strangenessBuilderModule.h
@@ -34,12 +34,12 @@
34
#include "Framework/HistogramRegistry.h"
35
#include "Framework/HistogramSpec.h"
36
37
38
39
40
41
#include <memory>
42
#include <string>
43
44
//__________________________________________
45
// strangeness builder module
0 commit comments