]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliMC.cxx
Updated code/macros to be compliant with the current HEAD (from Y. Belikov)
[u/mrichter/AliRoot.git] / STEER / AliMC.cxx
index 203c367106d75fd8c6bf1368f12f0f97010e4ff6..b7f9d476b657782ffba645162ebb3c03d855e2ab 100644 (file)
 
 /*
 $Log$
+Revision 1.7  2000/11/30 07:12:49  alibrary
+Introducing new Rndm and QA classes
+
+Revision 1.6  2000/07/13 16:19:09  fca
+Mainly coding conventions + some small bug fixes
+
+Revision 1.5  2000/07/12 08:56:25  fca
+Coding convention correction and warning removal
+
 Revision 1.4  2000/07/11 18:24:59  fca
 Coding convention corrections + few minor bug fixes
 
@@ -28,6 +37,7 @@ Introduction of the Copyright and cvs Log
 #include <stdlib.h>
 
 #include "AliMC.h"
+#include "AliConfig.h"
 
 ClassImp(AliMC)
 
@@ -46,14 +56,8 @@ AliMC::AliMC(const char *name, const char *title) : TNamed(name,title)
   } else {
     fgMC=this;
     gMC=this;
+    AliConfig::Instance()->Add(this);    
   }
 }
 
-void AliMC::Copy(AliMC &mc) const
-{
-  //
-  // Copy *this onto mc -- not implemented
-  //
-  Fatal("Copy","Not implemented~\n");
-}