Skip to content

Commit f021751

Browse files
authored
Update hStrangeCorrelation.cxx
1 parent c528c48 commit f021751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1836,7 +1836,7 @@ struct HStrangeCorrelation {
18361836
}
18371837
}
18381838
}
1839-
if(mcParticlePdg == -3122 && !v0mcParticle.isPhysicalPrimary()) {
1839+
if (mcParticlePdg == -3122 && !v0mcParticle.isPhysicalPrimary()) {
18401840
auto v0mothers = v0mcParticle.mothers_as<aod::McParticles>();
18411841
if (!v0mothers.empty()) {
18421842
auto& v0mcParticleMother = v0mothers.front(); // First mother

0 commit comments

Comments
 (0)