From 16bdd9f8e97fd9edc65e76f623497209f3c48e8e Mon Sep 17 00:00:00 2001 From: hristov Date: Thu, 17 Oct 2002 16:24:41 +0000 Subject: [PATCH] Removing AliDecayer class (I.Hrivnacova) --- EVGEN/AliDecayer.cxx | 29 ----------------------------- EVGEN/EVGENLinkDef.h | 3 ++- EVGEN/libEVGEN.pkg | 2 +- 3 files changed, 3 insertions(+), 31 deletions(-) delete mode 100644 EVGEN/AliDecayer.cxx diff --git a/EVGEN/AliDecayer.cxx b/EVGEN/AliDecayer.cxx deleted file mode 100644 index d8eb6e8c880..00000000000 --- a/EVGEN/AliDecayer.cxx +++ /dev/null @@ -1,29 +0,0 @@ -/************************************************************************** - * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * - * * - * Author: The ALICE Off-line Project. * - * Contributors are mentioned in the code where appropriate. * - * * - * Permission to use, copy, modify and distribute this software and its * - * documentation strictly for non-commercial purposes is hereby granted * - * without fee, provided that the above copyright notice appears in all * - * copies and that both the copyright notice and this permission notice * - * appear in the supporting documentation. The authors make no claims * - * about the suitability of this software for any purpose. It is * - * provided "as is" without express or implied warranty. * - **************************************************************************/ - -/* -$Log$ -Revision 1.1 2000/09/06 14:22:45 morsch -Particle decayer virtual base class. - -*/ -// This is an abstract base class ! -// No -// implemenataion -// needed. -// andreas.morsch@cern.ch - -#include "AliDecayer.h" -ClassImp(AliDecayer) diff --git a/EVGEN/EVGENLinkDef.h b/EVGEN/EVGENLinkDef.h index 705846eddb2..7674267a55e 100644 --- a/EVGEN/EVGENLinkDef.h +++ b/EVGEN/EVGENLinkDef.h @@ -8,6 +8,8 @@ #pragma link off all classes; #pragma link off all functions; +#pragma link C++ typedef AliDecayer; + #pragma link C++ enum Process_t; #pragma link C++ enum Decay_t; #pragma link C++ enum StrucFunc_t; @@ -40,7 +42,6 @@ #pragma link C++ class AliGenHerwig+; #pragma link C++ class AliGenPythiaEventHeader+; #pragma link C++ class AliGenHijing+; -#pragma link C++ class AliDecayer+; #pragma link C++ class AliDecayerPythia+; #pragma link C++ class AliMevSimConfig+; #pragma link C++ class AliMevSimParticle+; diff --git a/EVGEN/libEVGEN.pkg b/EVGEN/libEVGEN.pkg index 53d10ee4fa3..8bf5cded62c 100644 --- a/EVGEN/libEVGEN.pkg +++ b/EVGEN/libEVGEN.pkg @@ -10,7 +10,7 @@ SRCS = AliGenHIJINGpara.cxx AliGenBox.cxx AliGenFixed.cxx \ AliGenGSIlib.cxx AliGenPMDlib.cxx\ AliGenHijing.cxx \ AliGenHijingEventHeader.cxx AliGenPythiaEventHeader.cxx \ - AliDecayer.cxx AliDecayerPythia.cxx \ + AliDecayerPythia.cxx \ AliGenMevSim.cxx AliMevSimParticle.cxx AliMevSimConfig.cxx \ AliGenMC.cxx AliGenCocktailAfterBurner.cxx \ AliGenHBTprocessor.cxx \ -- 2.39.3