From 02c16581b52226e65900a8b896d4029afcc88a43 Mon Sep 17 00:00:00 2001 From: morsch Date: Fri, 12 Oct 2001 11:13:59 +0000 Subject: [PATCH 1/1] Missing break statements added (thanks to Nicola Carrer) --- EVGEN/AliPythia.cxx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/EVGEN/AliPythia.cxx b/EVGEN/AliPythia.cxx index 5d965a2e577..028fc08095f 100644 --- a/EVGEN/AliPythia.cxx +++ b/EVGEN/AliPythia.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.15 2001/03/27 10:54:50 morsch +Add ResetDecayTable() and SsetDecayTable() methods. + Revision 1.14 2001/03/09 13:03:40 morsch Process_t and Struc_Func_t moved to AliPythia.h @@ -124,6 +127,7 @@ void AliPythia::ProcInit(Process_t process, Float_t energy, StrucFunc_t strucfun SetMSUB(88,1); // gg-> chi_2c g SetMSUB(89,1); + break; case kPyCharmUnforced: SetMSEL(0); // gq->qg @@ -132,6 +136,7 @@ void AliPythia::ProcInit(Process_t process, Float_t energy, StrucFunc_t strucfun SetMSUB(53,1); // gg->gg SetMSUB(68,1); + break; case kPyBeautyUnforced: SetMSEL(0); // gq->qg -- 2.31.1