Skip to content

Commit

Permalink
Update PDG code
Browse files Browse the repository at this point in the history
  • Loading branch information
BongHwi authored and TimoWilken committed Jul 28, 2023
1 parent c3f5755 commit f48d017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STEER/STEER/AliMC.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ void AliMC::AddParticles()
}
bratio[0] = 100.;
mode[0][0] = 310; // K0s
mode[0][1] = -310; // K0s
mode[0][1] = 310; // K0s

TVirtualMC::GetMC()->SetDecayMode(9030221,bratio,mode); // f0(1500)
TVirtualMC::GetMC()->SetDecayMode(335,bratio,mode); // f2(1525)
Expand Down

0 comments on commit f48d017

Please sign in to comment.