Skip to content

Commit 284cc31

Browse files
committed
Please consider the following formatting changes
1 parent 0b761e5 commit 284cc31

File tree

2 files changed

+29
-27
lines changed

2 files changed

+29
-27
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;

PWGHF/Utils/utilsEvSelHf.h

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,31 +18,32 @@
1818
#ifndef PWGHF_UTILS_UTILSEVSELHF_H_
1919
#define PWGHF_UTILS_UTILSEVSELHF_H_
2020

21-
#include <fairlogger/Logger.h>
21+
#include "PWGHF/Core/CentralityEstimation.h"
22+
#include "PWGUD/Core/SGSelector.h"
2223

23-
#include <Rtypes.h>
24-
#include <TH1.h>
25-
#include <TH2.h>
24+
#include "Common/CCDB/EventSelectionParams.h"
25+
#include "Common/CCDB/RCTSelectionFlags.h"
26+
#include "EventFiltering/Zorro.h"
27+
#include "EventFiltering/ZorroSummary.h"
2628

2729
#include <Framework/AnalysisHelpers.h>
2830
#include <Framework/Configurable.h>
2931
#include <Framework/DeviceSpec.h>
3032
#include <Framework/HistogramRegistry.h>
3133
#include <Framework/HistogramSpec.h>
3234

33-
#include <cstdint>
35+
#include <TH1.h>
36+
#include <TH2.h>
37+
38+
#include <fairlogger/Logger.h>
39+
40+
#include <Rtypes.h>
41+
3442
#include <cstddef>
43+
#include <cstdint>
3544
#include <memory> // std::shared_ptr
3645
#include <string> // std::string
3746

38-
#include "Common/CCDB/EventSelectionParams.h"
39-
#include "Common/CCDB/RCTSelectionFlags.h"
40-
#include "EventFiltering/Zorro.h"
41-
#include "EventFiltering/ZorroSummary.h"
42-
43-
#include "PWGHF/Core/CentralityEstimation.h"
44-
#include "PWGUD/Core/SGSelector.h"
45-
4647
namespace o2::hf_occupancy
4748
{
4849
// centrality selection estimators

0 commit comments

Comments
 (0)