Skip to content

Commit

Permalink
Add 1710
Browse files Browse the repository at this point in the history
  • Loading branch information
BongHwi authored and TimoWilken committed Jul 28, 2023
1 parent 86a0a48 commit b40174d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion STEER/STEER/AliMC.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ void AliMC::AddParticles()

TVirtualMC::GetMC()->SetDecayMode(225,bratio,mode);

// Define the 2-body phase space decay for the resonances: f0(1500), f2(1525)
// Define the 2-body phase space decay for the resonances: f0(1500), f2(1525), f0(1710
for (Int_t kz = 0; kz < 6; kz++) {
bratio[kz] = 0.;
mode[kz][0] = 0;
Expand All @@ -1188,6 +1188,7 @@ void AliMC::AddParticles()

TVirtualMC::GetMC()->SetDecayMode(9030221,bratio,mode); // f0(1500)
TVirtualMC::GetMC()->SetDecayMode(335,bratio,mode); // f2(1525)
TVirtualMC::GetMC()->SetDecayMode(10331,bratio,mode); // f0(1710)
// TVirtualMC::GetMC()->SetDecayMode(10221,bratio,mode); // f0(1370)

// Define the 2-body phase space decay for the resonances: f1(1285), f1(1420)
Expand Down

0 comments on commit b40174d

Please sign in to comment.