Skip to content

Commit 14256f2

Browse files
committed
Please consider the following formatting changes
1 parent 161eaea commit 14256f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PWGHF/HFC/TableProducer/correlatorLcHadrons.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ struct HfCorrelatorLcHadrons {
203203
Configurable<bool> isRecTrkPhyPrimary{"isRecTrkPhyPrimary", true, "Calculate the efficiency of reconstructed primary physical tracks"};
204204
Configurable<bool> calEffLcEvent{"calEffLcEvent", true, "Calculate the efficiency of Lc candidate"};
205205
Configurable<float> eventFractionToAnalyze{"eventFractionToAnalyze", -1, "Fraction of events to analyze (use only for ME offline on very large samples)"};
206-
206+
207207
HfHelper hfHelper;
208208
SliceCache cache;
209209
Service<o2::framework::O2DatabasePDG> pdg;
@@ -404,8 +404,8 @@ struct HfCorrelatorLcHadrons {
404404
outputMl[iclass] = candidate.mlProbLcToPiKP()[classMl->at(iclass)];
405405
}
406406
entryLcCandRecoInfo(hfHelper.invMassLcToPiKP(candidate), candidate.pt() * chargeLc, outputMl[0], outputMl[1]); // 0: BkgBDTScore, 1:PromptBDTScore
407-
if(!skipMixedEventTableFilling) {
408-
entryLc(candidate.phi(), candidate.eta(), candidate.pt(), hfHelper.invMassLcToPiKP(candidate), poolBin, gCollisionId, timeStamp);
407+
if (!skipMixedEventTableFilling) {
408+
entryLc(candidate.phi(), candidate.eta(), candidate.pt(), hfHelper.invMassLcToPiKP(candidate), poolBin, gCollisionId, timeStamp);
409409
}
410410
}
411411

@@ -462,13 +462,13 @@ struct HfCorrelatorLcHadrons {
462462
}
463463
}
464464
if (countLc == 0) {
465-
if(!skipMixedEventTableFilling) {
465+
if (!skipMixedEventTableFilling) {
466466
entryHadron(track.phi(), track.eta(), track.pt() * track.sign(), poolBin, gCollisionId, timeStamp);
467467
if (fillTrkPID) {
468468
entryTrkPID(track.tpcNSigmaPr(), track.tpcNSigmaKa(), track.tpcNSigmaPi(), track.tofNSigmaPr(), track.tofNSigmaKa(), track.tofNSigmaPi());
469469
}
470470
registry.fill(HIST("hTracksBin"), poolBin);
471-
}
471+
}
472472
}
473473
} // Hadron Tracks loop
474474
countLc++;

0 commit comments

Comments
 (0)