Skip to content

Commit d1e85d3

Browse files
committed
Please consider the following formatting changes
1 parent be04afd commit d1e85d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/TableProducer/mcPidTof.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ struct mcPidTof {
10421042
nSigma = responseDe.GetSeparation(mRespParamsV3, trk);
10431043
if (enableMcRecalib && trk.has_mcParticle()) {
10441044
if (std::abs(trk.mcParticle().pdgCode()) == o2::constants::physics::kDeuteron) { // we rescale only true signal
1045-
nSigma = applyMcRecalib(idxPr, trk.pt(), nSigma); // FIXME: currently postcalibrations for protons applied to deuterons, to be checked
1045+
nSigma = applyMcRecalib(idxPr, trk.pt(), nSigma); // FIXME: currently postcalibrations for protons applied to deuterons, to be checked
10461046
}
10471047
}
10481048
aod::pidutils::packInTable<aod::pidtof_tiny::binning>(nSigma, tablePIDDe);
@@ -1097,7 +1097,7 @@ struct mcPidTof {
10971097
nSigma = responseDe.GetSeparation(mRespParamsV3, trk, resolution);
10981098
if (enableMcRecalib && trk.has_mcParticle()) {
10991099
if (std::abs(trk.mcParticle().pdgCode()) == o2::constants::physics::kDeuteron) { // we rescale only true signal
1100-
nSigma = applyMcRecalib(idxPr, trk.pt(), nSigma); // FIXME: currently postcalibrations for protons applied to deuterons, to be checked
1100+
nSigma = applyMcRecalib(idxPr, trk.pt(), nSigma); // FIXME: currently postcalibrations for protons applied to deuterons, to be checked
11011101
}
11021102
}
11031103
tablePIDFullDe(resolution, nSigma);

0 commit comments

Comments
 (0)