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 e08697b commit d3df55bCopy full SHA for d3df55b
PWGLF/TableProducer/Strangeness/Converters/stradautracksconverter.cxx
@@ -16,13 +16,14 @@
16
/// \author Romain Schotter <romain.schotter@cern.ch>, Austrian Academy of Sciences & SMI
17
//
18
19
-#include <vector>
+#include "PWGLF/DataModel/LFStrangenessPIDTables.h"
20
+#include "PWGLF/DataModel/LFStrangenessTables.h"
21
-#include "Framework/runDataProcessing.h"
22
-#include "Framework/AnalysisTask.h"
23
#include "Framework/AnalysisDataModel.h"
24
-#include "PWGLF/DataModel/LFStrangenessTables.h"
25
-#include "PWGLF/DataModel/LFStrangenessPIDTables.h"
+#include "Framework/AnalysisTask.h"
+#include "Framework/runDataProcessing.h"
+
26
+#include <vector>
27
28
using namespace o2;
29
using namespace o2::framework;
0 commit comments