Skip to content

Commit 1998c21

Browse files
Merge pull request #6 from alibuild/alibot-cleanup-11593
Please consider the following formatting changes to #11593
2 parents 2156720 + 5e91a6f commit 1998c21

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGLF/Tasks/Nuspex/spectraTOF.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1909,7 +1909,7 @@ struct tofSpectra {
19091909
if (enablePureDCAHistogram) {
19101910
const auto& nsigmaTPCKa = o2::aod::pidutils::tpcNSigma<3>(track);
19111911
const auto& nsigmaTOFKa = o2::aod::pidutils::tofNSigma<3>(track);
1912-
1912+
19131913
// Filling DCA info with the TPC+TOF PID
19141914
bool isDCAPureSample = (std::sqrt(nsigmaTOFKa * nsigmaTOFKa + nsigmaTPCKa * nsigmaTPCKa) < 2.f);
19151915
if (track.pt() <= 0.4) {
@@ -2072,7 +2072,6 @@ struct tofSpectra {
20722072
const bool isKaonTOF = std::abs(nsigmaTOFKa) < trkselOptions.cfgCutNsigma;
20732073
const bool isProtonTOF = std::abs(nsigmaTOFPr) < trkselOptions.cfgCutNsigma;
20742074

2075-
20762075
if (!mcParticle.isPhysicalPrimary()) { // Is not physical primary
20772076
if (mcParticle.getProcess() == 4) { // Is from decay
20782077
if (includeCentralityMC) {

0 commit comments

Comments
 (0)