]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCDigitizer.cxx
Removing old classes from LinkDef
[u/mrichter/AliRoot.git] / TPC / AliTPCDigitizer.cxx
index 0fa31496eb2e022cbcfa43a90981908ef672d036..8b04bb507ef4960d685e1cdba7f4ef6f1594d6f9 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
+/*
+$Log$
+Revision 1.7  2002/10/14 14:57:42  hristov
+Merging the VirtualMC branch to the main development branch (HEAD)
 
+Revision 1.3.6.1  2002/06/10 15:26:11  hristov
+Merged with v3-08-02
 
+Revision 1.6  2002/04/06 14:41:04  kowal2
+Added #include<stdlib.h> and log
+
+*/
+
+
+
+
+#include <stdlib.h>
 #include <TTree.h> 
 #include <TObjArray.h>
 #include <TFile.h>
 #include <TDirectory.h>
-#include <iostream.h>
+#include <Riostream.h>
 
 #include "AliTPCDigitizer.h"