Skip to content

Commit cb6ec4b

Browse files
authored
Merge pull request #26 from alibuild/alibot-cleanup-16721
Please consider the following formatting changes to #16721
2 parents 2e047f7 + b03fd1d commit cb6ec4b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

PWGHF/D2H/Tasks/taskMixingDstarCandTreeCreator.cxx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
///
1717
/// \author Mingze li <mingze.li@cern.ch>, CCNU/UniTo
1818

19+
#include "PWGHF/Core/CentralityEstimation.h"
1920
#include "PWGHF/Core/DecayChannels.h"
2021
#include "PWGHF/D2H/Utils/utilsFlow.h"
21-
#include "PWGHF/Core/CentralityEstimation.h"
2222
#include "PWGHF/DataModel/CandidateReconstructionTables.h"
2323
#include "PWGHF/DataModel/CandidateSelectionTables.h"
2424

@@ -82,7 +82,7 @@ DECLARE_SOA_COLUMN(TimeStamp, timeStamp, int64_t);
8282
// Tracks
8383
DECLARE_SOA_COLUMN(MinAbsEtaTrack, MinabsEtaTrack, float);
8484
DECLARE_SOA_COLUMN(MinNumItsCls, minNumItsCls, int);
85-
DECLARE_SOA_COLUMN(MinNumTpcCls, minNumTpcCls, int);
85+
DECLARE_SOA_COLUMN(MinNumTpcCls, minNumTpcCls, int);
8686
} // namespace mixing_dstar
8787

8888
DECLARE_SOA_TABLE(HfCandDstMix, "AOD", "HFCANDDSTMIX",
@@ -127,7 +127,6 @@ struct HfTaskMixingDstarCandTreeCreator {
127127
Configurable<int> centEstimator{"centEstimator", 2, "Centrality estimator ((None: 0, FT0C: 2, FT0M: 3))"};
128128
Configurable<int> occEstimator{"occEstimator", 2, "If enabled, replace number of PV contributors with occupancy estimation (0: don't use, 1: ITS, 2: FT0C)"};
129129

130-
131130
using CollsWithQVecs = soa::Join<aod::Collisions, aod::EvSels, aod::QvectorFT0Cs, aod::QvectorFT0As, aod::QvectorFT0Ms, aod::QvectorFV0As, aod::QvectorBPoss, aod::QvectorBNegs, aod::QvectorBTots, aod::CentFT0Ms, aod::CentFT0Cs>;
132131
using TracksWithExtra = soa::Join<aod::Tracks, aod::TracksExtra>;
133132
using CandDstarWSelFlag = soa::Join<aod::HfCandDstars, aod::HfSelDstarToD0Pi>;
@@ -235,7 +234,7 @@ struct HfTaskMixingDstarCandTreeCreator {
235234
auto groupedDstarCandidates = dstarCandidates.sliceBy(dstarWithMlPerCollision, thisCollId);
236235
for (const auto& dstarCandidate : groupedDstarCandidates) {
237236
fillCandidateTable(collision, dstarCandidate, tracks, bcWithTimeStamps);
238-
}
237+
}
239238
}
240239
}
241240
PROCESS_SWITCH(HfTaskMixingDstarCandTreeCreator, processData, "Process data", true);

0 commit comments

Comments
 (0)