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 816fc37 commit 6359d61Copy full SHA for 6359d61
PWGLF/TableProducer/Strangeness/Converters/straevselsconverter4.cxx
@@ -8,11 +8,12 @@
8
// In applying this license CERN does not waive the privileges and immunities
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
// or submit itself to any jurisdiction.
11
-#include "Framework/runDataProcessing.h"
12
-#include "Framework/AnalysisTask.h"
13
-#include "Framework/AnalysisDataModel.h"
14
#include "PWGLF/DataModel/LFStrangenessTables.h"
15
+#include "Framework/AnalysisDataModel.h"
+#include "Framework/AnalysisTask.h"
+#include "Framework/runDataProcessing.h"
16
+
17
using namespace o2;
18
using namespace o2::framework;
19
0 commit comments