Skip to content

Commit 05148ee

Browse files
committed
Please consider the following formatting changes
1 parent 6c28332 commit 05148ee

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Steer/src/O2MCApplication.cxx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,13 +1394,13 @@ void addSpecialParticles()
13941394
// 33.3 % sigma-pi+, sigma+pi-, sigma0pi0
13951395
bratio[0] = 33.3;
13961396
mode[0][0] = 3112; // Sigma-
1397-
mode[0][1] = 211; // negative pion
1397+
mode[0][1] = 211; // negative pion
13981398
bratio[1] = 33.3;
13991399
mode[1][0] = 3222; // Sigma+
1400-
mode[1][1] = -211; // positive pion
1400+
mode[1][1] = -211; // positive pion
14011401
bratio[2] = 33.3;
1402-
mode[2][0] = 3212; // Sigma0
1403-
mode[2][1] = 111; // neutral pion
1402+
mode[2][0] = 3212; // Sigma0
1403+
mode[2][1] = 111; // neutral pion
14041404
TVirtualMC::GetMC()->SetDecayMode(102132, bratio, mode); // Lambda(1405)
14051405
// Define the decay modes for the Anti-Lambda(1405)
14061406
for (Int_t kz = 0; kz < 6; kz++) {
@@ -1412,13 +1412,13 @@ void addSpecialParticles()
14121412
// 33.3 % sigma-pi-, sigma-pi+, sigma0pi0
14131413
abratio[0] = 33.3;
14141414
amode[0][0] = -3112; // AntiSigma-
1415-
amode[0][1] = -211; // positive pion
1415+
amode[0][1] = -211; // positive pion
14161416
abratio[1] = 33.3;
14171417
amode[1][0] = -3222; // AntiSigma+
1418-
amode[1][1] = 211; // negative pion
1418+
amode[1][1] = 211; // negative pion
14191419
abratio[2] = 33.3;
1420-
amode[2][0] = -3212; // Sigma0
1421-
amode[2][1] = 111; // negative pion
1420+
amode[2][0] = -3212; // Sigma0
1421+
amode[2][1] = 111; // negative pion
14221422
TVirtualMC::GetMC()->SetDecayMode(-102132, abratio, amode); // Anti-Lambda(1405)
14231423

14241424
// Lambda1520/Lambda1520bar

0 commit comments

Comments
 (0)