We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58afc8e commit fe0f0f1Copy full SHA for fe0f0f1
1 file changed
ALICE3/TableProducer/OTF/onTheFlyDecayer.cxx
@@ -72,6 +72,10 @@ LOG(fatal) << "Particle has daughters";
72
mass = xi_mass;
73
tau = 4.91;
74
break;
75
+ case 3112:
76
+ mass = la_mass;
77
+ tau = 7.89;
78
+ break;
79
}
80
81
const double gamma = 1 / sqrt(1 + (particle.p() * particle.p()) / (mass * mass));
0 commit comments