]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Old style include needed on HP
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 25 Oct 2001 06:40:11 +0000 (06:40 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 25 Oct 2001 06:40:11 +0000 (06:40 +0000)
RICH/AliRICHMerger.cxx

index f01d53cb8a4398cbf2677d14fee3b17c0d0680e9..495b4d7bac0a28fc9b7503161cb048cfd0e2dc5d 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.5  2001/10/23 13:03:35  hristov
+The access to several data members was changed from public to protected. The digitisation was adapted to the multi-event case (J.Chudoba)
+
 Revision 1.4  2001/10/21 18:31:24  hristov
 Several pointers were set to zero in the default constructors to avoid memory management problems
 
@@ -29,7 +32,7 @@ Revision 1.1  2001/02/27 22:13:34  jbarbosa
 Implementing merger class.
 
 */
-#include <iostream> 
+#include <iostream.h
 
 #include <TTree.h> 
 #include <TVector.h>