Skip to content

Commit

Permalink
Merge pull request #2 from alibuild/alibot-cleanup-12896
Browse files Browse the repository at this point in the history
Please consider the following formatting changes to AliceO2Group#12896
  • Loading branch information
BongHwi authored Mar 22, 2024
2 parents b2f098e + a4f8661 commit b22e84f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Steer/src/O2MCApplication.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1162,10 +1162,10 @@ void addSpecialParticles()
mode[0][0] = 310; // K0s
mode[0][1] = 310; // K0s

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)
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 3-body phase space decay for the resonances: f1(1285), f1(1420)
for (Int_t kz = 0; kz < 6; kz++) {
Expand All @@ -1176,17 +1176,17 @@ void addSpecialParticles()
}

bratio2[0] = 50.;
mode[0][0] = 310; // K0s
mode[0][0] = 310; // K0s
mode[0][1] = -321; // anti-K
mode[0][2] = 211; // pion+
mode[0][2] = 211; // pion+

bratio2[1] = 50.;
mode[1][0] = 310; // K0s
mode[1][1] = 321; // K
mode[1][0] = 310; // K0s
mode[1][1] = 321; // K
mode[1][2] = -211; // pion-

TVirtualMC::GetMC()->SetDecayMode(20223,bratio2,mode); // f1(1285)
TVirtualMC::GetMC()->SetDecayMode(20333,bratio2,mode); // f1(1420)
TVirtualMC::GetMC()->SetDecayMode(20223, bratio2, mode); // f1(1285)
TVirtualMC::GetMC()->SetDecayMode(20333, bratio2, mode); // f1(1420)

// Lambda1520/Lambda1520bar

Expand Down

0 comments on commit b22e84f

Please sign in to comment.