]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing AliDecayer class (I.Hrivnacova)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 17 Oct 2002 16:24:41 +0000 (16:24 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 17 Oct 2002 16:24:41 +0000 (16:24 +0000)
EVGEN/AliDecayer.cxx [deleted file]
EVGEN/EVGENLinkDef.h
EVGEN/libEVGEN.pkg

diff --git a/EVGEN/AliDecayer.cxx b/EVGEN/AliDecayer.cxx
deleted file mode 100644 (file)
index d8eb6e8..0000000
+++ /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)
index 705846eddb223d77f86e5119e80f735bf45c5e39..7674267a55eb9cd0168165ae07bc6598692cc9d7 100644 (file)
@@ -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+;
index 53d10ee4fa3917796836e7f011860148e33ae71b..8bf5cded62ca8b17492a58cf4ee719f871e38966 100644 (file)
@@ -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 \