Skip to content

Commit 9abb4bb

Browse files
committed
Please consider the following formatting changes
1 parent 409ff58 commit 9abb4bb

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

PWGHF/Tasks/taskPidStudies.cxx

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,27 @@
1717
/// \author Marcello Di Costanzo <marcello.di.costanzo@cern.ch>, Politecnico and INFN Torino
1818
/// \author Luca Aglietta <luca.aglietta@unito.it>, Università and INFN Torino
1919

20-
#include <string>
21-
#include <memory>
20+
#include "PWGHF/Core/CentralityEstimation.h"
21+
#include "PWGHF/Utils/utilsEvSelHf.h"
22+
#include "PWGLF/DataModel/LFStrangenessPIDTables.h"
23+
#include "PWGLF/DataModel/LFStrangenessTables.h"
2224

23-
#include "TPDGCode.h"
25+
#include "Common/CCDB/ctpRateFetcher.h"
26+
#include "Common/DataModel/Centrality.h"
27+
#include "Common/DataModel/EventSelection.h"
28+
#include "Common/DataModel/Multiplicity.h"
29+
#include "Common/DataModel/PIDResponse.h"
30+
#include "Common/DataModel/TrackSelectionTables.h"
2431

2532
#include "CCDB/BasicCCDBManager.h"
2633
#include "Framework/AnalysisTask.h"
27-
#include "Framework/runDataProcessing.h"
2834
#include "Framework/HistogramRegistry.h"
35+
#include "Framework/runDataProcessing.h"
2936

30-
#include "Common/CCDB/ctpRateFetcher.h"
31-
#include "Common/DataModel/PIDResponse.h"
32-
#include "Common/DataModel/Centrality.h"
33-
#include "Common/DataModel/Multiplicity.h"
34-
#include "Common/DataModel/EventSelection.h"
35-
#include "Common/DataModel/TrackSelectionTables.h"
36-
#include "PWGLF/DataModel/LFStrangenessTables.h"
37-
#include "PWGLF/DataModel/LFStrangenessPIDTables.h"
38-
#include "PWGHF/Utils/utilsEvSelHf.h"
39-
#include "PWGHF/Core/CentralityEstimation.h"
37+
#include "TPDGCode.h"
38+
39+
#include <memory>
40+
#include <string>
4041
using namespace o2;
4142
using namespace o2::framework;
4243
using namespace o2::framework::expressions;

0 commit comments

Comments
 (0)