From d5f86442a302784653ef42867c636aedfd2fcf72 Mon Sep 17 00:00:00 2001 From: morsch Date: Fri, 26 Apr 2002 10:42:35 +0000 Subject: [PATCH] Case kNoDecayHeavy added. (N. Carrer) --- EVGEN/AliGenMC.cxx | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/EVGEN/AliGenMC.cxx b/EVGEN/AliGenMC.cxx index 799d7b3..73398c4 100644 --- a/EVGEN/AliGenMC.cxx +++ b/EVGEN/AliGenMC.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.7 2002/04/17 10:32:32 morsch +Coding Rule violations corrected. + Revision 1.6 2002/03/26 14:19:36 morsch Saver calculation of rapdity. @@ -114,6 +117,7 @@ void AliGenMC::Init() case kOmega: case kAll: case kNoDecay: + case kNoDecayHeavy: break; } } -- 1.7.1