]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITShitDigitizer.cxx
small correction for error calculation
[u/mrichter/AliRoot.git] / ITS / AliITShitDigitizer.cxx
index 96c1ee37199ad495804cfb4ae2e27175f1d2441b..b6f28daf3f6aeeb78bd1918bf2c254180f94e63a 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
  
-/*
-$Log$
-Revision 1.1  2001/11/27 16:27:28  nilsen
-Adding AliITSDigitizer class to do merging and digitization . Based on the
-TTask method. AliITSDigitizer class added to the Makefile and ITSLinkDef.h
-file. The following files required minor changes. AliITS, added functions
-SetHitsAddressBranch, MakeBranchInTreeD and modified MakeBranchD.
-AliITSsimulationSDD.cxx needed a Tree indepenent way of returning back to
-the original Root Directory in function Compress1D. Now it uses gDirectory.
-
-*/
+/* $Id$ */
 
 #include <stdlib.h>
-#include <iostream.h>
+#include <Riostream.h>
 #include <TObjArray.h>
 #include <TTree.h>
 #include <TBranch.h>