Skip to content

Commit 7165d35

Browse files
Merge pull request #53 from alibuild/alibot-cleanup-11518
[PWGHF] Please consider the following formatting changes to AliceO2Group#11518
2 parents 91efd9e + de60974 commit 7165d35

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

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)