Skip to content

Commit ce36613

Browse files
committed
Merge branch 'ResoLambdaPDG' of github.com:BongHwi/AliceO2 into ResoLambdaPDG
2 parents 79c7ddc + 9f9f953 commit ce36613

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DataFormats/simulation/include/SimulationDataFormat/O2DatabasePDG.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ inline void O2DatabasePDG::addALICEParticles(TDatabasePDG* db)
469469
db->AddParticle("f2_1270", "f2_1270", 1.275, kFALSE,
470470
0.185, 0, "Resonance", ionCode);
471471
}
472-
472+
473473
// Lambda(1520)0
474474
ionCode = 102134;
475475
if (!db->GetParticle(ionCode)) {

Steer/src/O2MCApplication.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ void addSpecialParticles()
11391139
// Int_t mode[6][3];
11401140
// Float_t bratio[6];
11411141

1142-
for (Int_t kz = 0; kz < 9; kz++) {
1142+
for (Int_t kz = 0; kz < 6; kz++) {
11431143
bratio[kz] = 0.;
11441144
mode[kz][0] = 0;
11451145
mode[kz][1] = 0;

0 commit comments

Comments
 (0)