Skip to content

Commit 6e4ecc4

Browse files
authored
Merge pull request #20 from alibuild/alibot-cleanup-10830
Please consider the following formatting changes to AliceO2Group#10830
2 parents ab61bcf + 50aabe9 commit 6e4ecc4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

PWGHF/HFC/TableProducer/correlatorDplusHadrons.cxx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ struct HfCorrelatorDplusHadrons {
197197
HfHelper hfHelper;
198198
SliceCache cache;
199199
BinningType corrBinning{{binsZVtx, binsMultiplicity}, true};
200-
int idxBdtScore = 1; // Index BDTScore 1 for Prompt and 2 for FD Analysis
200+
int idxBdtScore = 1; // Index BDTScore 1 for Prompt and 2 for FD Analysis
201201
// Event Mixing for the Data Mode
202202
using SelCollisionsWithDplus = soa::Filtered<soa::Join<aod::Collisions, aod::Mults, aod::EvSels, aod::DmesonSelection>>;
203203
using SelCollisionsWithDplusMc = soa::Filtered<soa::Join<aod::McCollisions, aod::DmesonSelection, aod::MultsExtraMC>>; // collisionFilter applied
@@ -292,12 +292,11 @@ struct HfCorrelatorDplusHadrons {
292292
registry.add("hPhiMcGen", "D+,Hadron particles - MC Gen", {HistType::kTH1F, {axisPhi}});
293293
registry.add("hMultFT0AMcGen", "D+,Hadron multiplicity FT0A - MC Gen", {HistType::kTH1F, {axisMultiplicity}});
294294
corrBinning = {{binsZVtx, binsMultiplicity}, true};
295-
if (isPromptAnalysis){
295+
if (isPromptAnalysis) {
296296
idxBdtScore = 1;
297-
}
298-
else{
297+
} else {
299298
idxBdtScore = 2;
300-
}
299+
}
301300
}
302301

303302
/// Dplus-hadron correlation pair builder - for real data and data-like analysis (i.e. reco-level w/o matching request via MC truth)
@@ -352,7 +351,7 @@ struct HfCorrelatorDplusHadrons {
352351
for (unsigned int iclass = 0; iclass < classMl->size(); iclass++) {
353352
outputMl[iclass] = candidate.mlProbDplusToPiKPi()[classMl->at(iclass)];
354353
}
355-
entryDplusCandRecoInfo(hfHelper.invMassDplusToPiKPi(candidate), candidate.pt(), outputMl[0], outputMl[idxBdtScore]); // 0: BkgBDTScore, 1:PromptBDTScore; 2:FDBDTScore
354+
entryDplusCandRecoInfo(hfHelper.invMassDplusToPiKPi(candidate), candidate.pt(), outputMl[0], outputMl[idxBdtScore]); // 0: BkgBDTScore, 1:PromptBDTScore; 2:FDBDTScore
356355
entryDplus(candidate.phi(), candidate.eta(), candidate.pt(), hfHelper.invMassDplusToPiKPi(candidate), poolBin, gCollisionId, timeStamp);
357356

358357
// Dplus-Hadron correlation dedicated section

0 commit comments

Comments
 (0)