Skip to content

Commit 89bbe82

Browse files
Merge pull request #54 from alibuild/alibot-cleanup-11518
[PWGHF] Please consider the following formatting changes to AliceO2Group#11518
2 parents f7af3ba + f5ec937 commit 89bbe82

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

PWGHF/TableProducer/candidateCreator2Prong.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ struct HfCandidateCreator2Prong {
764764
void processCollisionsUpc(soa::Join<aod::Collisions, aod::EvSels> const& collisions,
765765
aod::BCFullInfos const& bcs,
766766
aod::FT0s const& /*ft0s*/,
767-
aod::FV0As const& /*fv0as*/,
767+
aod::FV0As const& /*fv0as*/,
768768
aod::FDDs const& /*fdds*/,
769769
aod::Zdcs const& /*zdcs*/)
770770
{

PWGHF/TableProducer/candidateCreator3Prong.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ struct HfCandidateCreator3Prong {
242242
}
243243

244244
template <bool doPvRefit = false, bool useUpcSel, o2::hf_centrality::CentralityEstimator centEstimator, typename Coll, typename Cand, typename BCsType>
245-
void runCreator3ProngWithDCAFitterN(Coll const&,
245+
void runCreator3ProngWithDCAFitterN(Coll const&,
246246
Cand const& rowsTrackIndexProng3,
247247
TracksWCovExtraPidPiKaPr const&,
248248
BCsType const& bcs)

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)