Skip to content

Commit 70bbf24

Browse files
committed
Please consider the following formatting changes
1 parent 6f5b393 commit 70bbf24

File tree

6 files changed

+15
-18
lines changed

6 files changed

+15
-18
lines changed

Tutorials/PWGLF/Strangeness/Original/strangeness_skeleton.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
/// \author Nepeivoda Roman (roman.nepeivoda@cern.ch)
1414
/// \author Chiara De Martin (chiara.de.martin@cern.ch)
1515

16-
#include "Framework/runDataProcessing.h"
17-
#include "Framework/AnalysisTask.h"
18-
#include "Common/DataModel/EventSelection.h"
1916
#include "PWGLF/DataModel/LFStrangenessTables.h"
2017

18+
#include "Common/DataModel/EventSelection.h"
19+
2120
#include "Framework/AnalysisTask.h"
2221
#include "Framework/runDataProcessing.h"
2322

Tutorials/PWGLF/Strangeness/Original/strangeness_step0.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
/// \author Nepeivoda Roman (roman.nepeivoda@cern.ch)
1414
/// \author Chiara De Martin (chiara.de.martin@cern.ch)
1515

16-
#include "Framework/runDataProcessing.h"
17-
#include "Framework/AnalysisTask.h"
18-
#include "Common/DataModel/EventSelection.h"
1916
#include "PWGLF/DataModel/LFStrangenessTables.h"
2017

18+
#include "Common/DataModel/EventSelection.h"
19+
2120
#include "Framework/AnalysisTask.h"
2221
#include "Framework/runDataProcessing.h"
2322

Tutorials/PWGLF/Strangeness/Original/strangeness_step1.cxx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@
1313
/// \author Nepeivoda Roman (roman.nepeivoda@cern.ch)
1414
/// \author Chiara De Martin (chiara.de.martin@cern.ch)
1515

16-
#include "Framework/runDataProcessing.h"
17-
#include "Framework/AnalysisTask.h"
18-
#include "Common/DataModel/EventSelection.h"
1916
#include "PWGLF/DataModel/LFStrangenessTables.h"
2017

18+
#include "Common/DataModel/EventSelection.h"
19+
20+
#include "Framework/AnalysisTask.h"
21+
#include "Framework/runDataProcessing.h"
22+
2123
using namespace o2;
2224
using namespace o2::framework;
2325
using namespace o2::framework::expressions;

Tutorials/PWGLF/Strangeness/Original/strangeness_step2.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
/// \author Nepeivoda Roman (roman.nepeivoda@cern.ch)
1414
/// \author Chiara De Martin (chiara.de.martin@cern.ch)
1515

16-
#include "Framework/runDataProcessing.h"
17-
#include "Framework/AnalysisTask.h"
18-
#include "Common/DataModel/EventSelection.h"
1916
#include "PWGLF/DataModel/LFStrangenessTables.h"
2017

18+
#include "Common/DataModel/EventSelection.h"
19+
2120
#include "Framework/AnalysisTask.h"
2221
#include "Framework/runDataProcessing.h"
2322

Tutorials/PWGLF/Strangeness/Original/strangeness_step3.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
/// \author Nepeivoda Roman (roman.nepeivoda@cern.ch)
1414
/// \author Chiara De Martin (chiara.de.martin@cern.ch)
1515

16-
#include "Framework/runDataProcessing.h"
17-
#include "Framework/AnalysisTask.h"
18-
#include "Common/DataModel/EventSelection.h"
1916
#include "PWGLF/DataModel/LFStrangenessTables.h"
2017

18+
#include "Common/DataModel/EventSelection.h"
19+
2120
#include "Framework/AnalysisTask.h"
2221
#include "Framework/runDataProcessing.h"
2322

Tutorials/PWGLF/Strangeness/Original/strangeness_step4.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
/// \author Nepeivoda Roman (roman.nepeivoda@cern.ch)
1414
/// \author Chiara De Martin (chiara.de.martin@cern.ch)
1515

16-
#include "Framework/runDataProcessing.h"
17-
#include "Framework/AnalysisTask.h"
18-
#include "Common/DataModel/EventSelection.h"
1916
#include "PWGLF/DataModel/LFStrangenessTables.h"
2017

18+
#include "Common/DataModel/EventSelection.h"
19+
2120
#include "Framework/AnalysisTask.h"
2221
#include "Framework/runDataProcessing.h"
2322

0 commit comments

Comments
 (0)