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 0b4e777 commit 574c77eCopy full SHA for 574c77e
PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx
@@ -1819,7 +1819,7 @@ struct HStrangeCorrelation {
1819
1820
if (v0Data.has_mcParticle()) {
1821
auto v0mcParticle = v0Data.mcParticle_as<aod::McParticles>();
1822
- Int_t mcParticlePdg = v0mcParticle.pdgCode();
+ int mcParticlePdg = v0mcParticle.pdgCode();
1823
if(mcParticlePdg == 3122 && !v0mcParticle.isPhysicalPrimary()){
1824
auto v0mothers = v0mcParticle.mothers_as<aod::McParticles>();
1825
if (!v0mothers.empty()) {
0 commit comments