Skip to content

Commit fe0f0f1

Browse files
committed
Update
1 parent 58afc8e commit fe0f0f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ALICE3/TableProducer/OTF/onTheFlyDecayer.cxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ LOG(fatal) << "Particle has daughters";
7272
mass = xi_mass;
7373
tau = 4.91;
7474
break;
75+
case 3112:
76+
mass = la_mass;
77+
tau = 7.89;
78+
break;
7579
}
7680

7781
const double gamma = 1 / sqrt(1 + (particle.p() * particle.p()) / (mass * mass));

0 commit comments

Comments
 (0)