]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Introducing Riostream.h
authoralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 22 Oct 2002 15:53:08 +0000 (15:53 +0000)
committeralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 22 Oct 2002 15:53:08 +0000 (15:53 +0000)
TRD/AliTRD.cxx
TRD/AliTRDdigitsManager.cxx
TRD/AliTRDrawData.cxx
TRD/AliTRDtrack.cxx
TRD/AliTRDtrackHits.cxx
TRD/AliTRDtracker.cxx

index 41587fb620eaa485d001ecb80355ff14f92ffe6b..29c78010171b552cad00b2e0415664cbaf00fd26 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.41  2002/10/14 14:57:43  hristov
+Merging the VirtualMC branch to the main development branch (HEAD)
+
 Revision 1.36.6.2  2002/07/24 10:09:30  alibrary
 Updating VirtualMC
 
@@ -155,7 +158,7 @@ Introduction of the Copyright and cvs Log
 ///////////////////////////////////////////////////////////////////////////////
 
 #include <stdlib.h>
-#include <iostream.h>
+#include <Riostream.h>
 
 #include <TMath.h>
 #include <TNode.h>
index ab1d5f27c925f38afcfb4d22638cb1dda36881e3..5aedb358336812eb1b11e5af7820ceb44885b3dc 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.19  2002/10/14 14:57:43  hristov
+Merging the VirtualMC branch to the main development branch (HEAD)
+
 Revision 1.16.6.2  2002/07/24 10:09:30  alibrary
 Updating VirtualMC
 
@@ -99,7 +102,7 @@ Add new class AliTRDdigitsManager
 //                                                                           //
 ///////////////////////////////////////////////////////////////////////////////
 
-#include <iostream.h>
+#include <Riostream.h>
  
 #include <TROOT.h>
 #include <TTree.h>                                                              
index 85bdbe1751fccbd0cbd748efc2fce5f710bd09ab..8f3ae748c3a8be5ddcd1eac93605665d288bb421 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.2  2002/10/14 14:57:44  hristov
+Merging the VirtualMC branch to the main development branch (HEAD)
+
 Revision 1.1.2.1  2002/10/11 07:26:37  hristov
 Updating VirtualMC to v3-09-02
 
@@ -29,7 +32,7 @@ Add conversion class to produce fake raw data
 //                                                                           //
 ///////////////////////////////////////////////////////////////////////////////
 
-#include <fstream.h>
+#include <Riostream.h>
 
 #include "AliTRDrawData.h"
 #include "AliTRDdigitsManager.h"
index 0a6db3649bc7c35d07e0ae22e4030a26228dfc2c..c5996ab189225ea7b926695faaaafd826b29f342 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.12  2002/10/14 14:57:44  hristov
+Merging the VirtualMC branch to the main development branch (HEAD)
+
 Revision 1.8.10.2  2002/07/24 10:09:31  alibrary
 Updating VirtualMC
 
@@ -44,7 +47,7 @@ Add the tracking code
 
 */                                                        
 
-#include <iostream.h>
+#include <Riostream.h>
 #include <TObject.h>   
 
 #include "AliTRDgeometry.h" 
index 069f4a947843d29053b0ce56112390833b756937..9577e05d7674e208d9762ff156d1e319e1ad22d0 100644 (file)
@@ -23,7 +23,7 @@
 #include "TClonesArray.h"    
 #include "AliTRDhit.h"    
 
-#include <iostream.h>
+#include <Riostream.h>
 
 
 ClassImp(AliTRDtrackHits)
index 416b6fecfd60d9c774f80fdb286c26796d291cc1..569460547a2c7c9ed32896651ccd8783e354f674 100644 (file)
@@ -15,6 +15,9 @@
                                                       
 /*
 $Log$
+Revision 1.18  2002/10/14 14:57:44  hristov
+Merging the VirtualMC branch to the main development branch (HEAD)
+
 Revision 1.14.6.2  2002/07/24 10:09:31  alibrary
 Updating VirtualMC
 
@@ -62,7 +65,7 @@ Add the tracking code
 
 */   
 
-#include <iostream.h>
+#include <Riostream.h>
 
 #include <TFile.h>
 #include <TBranch.h>