Skip to content

Commit 361541c

Browse files
committed
Please consider the following formatting changes
1 parent 6e1b667 commit 361541c

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

PWGCF/FemtoUniverse/Core/FemtoUniverseParticleHisto.h

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ class FemtoUniverseParticleHisto
346346
break;
347347
default:
348348
LOG(fatal) << "femtouniverseparticleMC: not known value for ParticleOriginMCTruth - please check. Quitting!";
349-
}
349+
}
350350
} else if constexpr (mParticleType == o2::aod::femtouniverseparticle::ParticleType::kV0) {
351351
/// V0 histograms
352352
} else if constexpr (mParticleType == o2::aod::femtouniverseparticle::ParticleType::kCascade) {
@@ -390,11 +390,10 @@ class FemtoUniverseParticleHisto
390390
}
391391
}
392392
} else {
393-
LOG(fatal) << "FemtoUniverseParticleHisto: Histogramming for requested object not defined - quitting!";
394-
}
393+
LOG(fatal) << "FemtoUniverseParticleHisto: Histogramming for requested object not defined - quitting!";
394+
}
395395
}
396396

397-
398397
/// Templated function to fill particle histograms for data/ Monte Carlo reconstructed and Monte Carlo truth
399398
/// Always calls fillQA_base fill histogramms with data/ Monte Carlo reconstructed
400399
/// In case of Monte Carlo, calls fillQA_base with Monte Carlo truth info and specialized function fillQA_MC for additional histogramms
@@ -457,7 +456,7 @@ class FemtoUniverseParticleHisto
457456
static constexpr o2::aod::femtouniverseparticle::ParticleType mParticleType = particleType; ///< Type of the particle under analysis // o2-linter: disable=name/constexpr-constant
458457
static constexpr int mFolderSuffixType = suffixType; ///< Counter for the folder suffix specified below // o2-linter: disable=name/constexpr-constant
459458
static constexpr std::string_view mFolderSuffix[5] = {"", "_one", "_two", "_pos", "_neg"}; ///< Suffix for the folder name in case of analyses of pairs of the same kind (T-T, V-V, C-C) // o2-linter: disable=name/constexpr-constant
460-
int mConfPDGCodePart[4] = {211, 321, 2212, 9999}; ///< PDG code as per analysis
459+
int mConfPDGCodePart[4] = {211, 321, 2212, 9999}; ///< PDG code as per analysis
461460
int mPDG = 0; ///< PDG code of the selected particle
462461
int PDGbin = 0;
463462
};

PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackTrack3DMultKtExtended.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ struct femtoUniversePairTaskTrackTrack3DMultKtExtended {
462462
continue;
463463
}
464464
trackHistoPartOne.fillQA<isMC, true>(part);
465-
trackHistoPartOne.fillQAMisIden<isMC, true>(part, trackonefilter.ConfPDGCodePartOne);
465+
trackHistoPartOne.fillQAMisIden<isMC, true>(part, trackonefilter.ConfPDGCodePartOne);
466466
}
467467
}
468468

0 commit comments

Comments
 (0)