We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c528c48 commit f021751Copy full SHA for f021751
PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx
@@ -1836,7 +1836,7 @@ struct HStrangeCorrelation {
1836
}
1837
1838
1839
- if(mcParticlePdg == -3122 && !v0mcParticle.isPhysicalPrimary()) {
+ if (mcParticlePdg == -3122 && !v0mcParticle.isPhysicalPrimary()) {
1840
auto v0mothers = v0mcParticle.mothers_as<aod::McParticles>();
1841
if (!v0mothers.empty()) {
1842
auto& v0mcParticleMother = v0mothers.front(); // First mother
0 commit comments