]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Introducing Riostream.h
authoralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 22 Oct 2002 16:28:21 +0000 (16:28 +0000)
committeralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 22 Oct 2002 16:28:21 +0000 (16:28 +0000)
RICH/AliRICH.cxx
RICH/AliRICHChamber.h
RICH/AliRICHDigitizer.cxx
RICH/AliRICHGeometry.h
RICH/AliRICHMerger.cxx
RICH/AliRICHResponseV0.h
RICH/AliRICHSegmentationV1.h
RICH/AliRICHv0.cxx
RICH/AliRICHv1.cxx
RICH/AliRICHv2.cxx
RICH/AliRICHv3.cxx

index 541b5cafe28df52cfdb91e2507b72426c575da36..4c7e9cdf75bbc18e12a5df3b7ac6d818ad176ed4 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
   $Log$
+  Revision 1.59  2002/10/14 14:57:31  hristov
+  Merging the VirtualMC branch to the main development branch (HEAD)
+
   Revision 1.58.6.1  2002/06/10 15:12:46  hristov
   Merged with v3-08-02
 
 //#include <TPad.h>
 #include <TF1.h>
 
-#include <iostream.h>
+#include <Riostream.h>
 #include <strings.h>
 
 #include "AliRICH.h"
index 814e3603cd6d508b84e5e123589908a9d666ff7f..9242cb35e5758dea08d98206a2fe4830c6858d25 100644 (file)
@@ -6,7 +6,7 @@
 
 /* $Id$ */
 
-#include <iostream.h>
+#include <Riostream.h>
 
 #include <TRotMatrix.h>
 #include <TVector3.h>
index 2d5f5e9d49c9b3f08f4dc6f7f121a1ba1f4494a1..12fb7a98a95a0d44d5f2eea34cdd0f5537837e92 100644 (file)
@@ -15,6 +15,9 @@
 
 /* 
    $Log$
+   Revision 1.6  2002/10/14 14:57:32  hristov
+   Merging the VirtualMC branch to the main development branch (HEAD)
+
    Revision 1.3.6.2  2002/07/24 10:07:52  alibrary
    Updating VirtualMC
 
@@ -33,7 +36,7 @@
    Revision 1.1  2001/11/02 15:37:26  hristov
    Digitizer class created. Code cleaning and bug fixes (J.Chudoba)
 */
-#include <iostream.h> 
+#include <Riostream.h> 
 
 #include <TTree.h> 
 #include <TObjArray.h>
index 14e3070950ec2ae0c6d40da9a8094882cbd52fcb..fa1adfff5c996dba9a9594dcd9350f2e095584ac 100644 (file)
@@ -7,7 +7,7 @@
 
 /* $Id$ */
 
-#include <iostream.h>
+#include <Riostream.h>
 #include <TObject.h>
 
 class AliRICHGeometry :public TObject  
index 7689087ed1ebd5b57562d2c76e3d8387e579a6a9..35c2fa958bf42ae913d008b21cead8aa5aa4e1bf 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.9  2002/10/14 14:57:32  hristov
+Merging the VirtualMC branch to the main development branch (HEAD)
+
 Revision 1.7.6.1  2002/07/24 10:07:52  alibrary
 Updating VirtualMC
 
@@ -38,7 +41,7 @@ Revision 1.1  2001/02/27 22:13:34  jbarbosa
 Implementing merger class.
 
 */
-#include <iostream.h> 
+#include <Riostream.h> 
 
 #include <TTree.h> 
 #include <TObjArray.h>
index d41b05a98529c085fe536cf480623d450f81c65d..ab14d5b74fa0ce57414b9ce8345a511992e6cccf 100644 (file)
@@ -9,7 +9,7 @@
 
 
 #include "AliRICHResponse.h"
-#include <iostream.h>
+#include <Riostream.h>
 
 class AliSegmentation;
 
index c6421e06c54fa23d1f0a6255e6743e9ef5c9d113..86ad65e94816af0ce96b1c2d52c271facfa17f1c 100644 (file)
@@ -7,7 +7,7 @@
 /* $Id$ */
 
 #include "AliRICHSegmentationV0.h"
-#include <iostream.h>
+#include <Riostream.h>
 
 class AliRICHSegmentationV1 : public AliRICHSegmentationV0 
 {    
index 1487d674989d01def591387c742d5c1760022c88..1eab57e4975c4defe6ef4982041e1c9a2c63b945 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
   $Log$
+  Revision 1.24  2002/10/14 14:57:32  hristov
+  Merging the VirtualMC branch to the main development branch (HEAD)
+
   Revision 1.23.8.2  2002/07/24 10:07:52  alibrary
   Updating VirtualMC
 
 #include "AliRICHGeometry.h"
 #include "AliRun.h"
 #include "AliMC.h"
-#include "iostream.h"
+#include "Riostream.h"
 #include "AliConst.h" 
 #include "AliPDG.h" 
 
index 0f1151e37fde27952ae1843c3ff2c6ba2431bdc3..9b422b761f2721109608921e5ed0cdf1d263aeab 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
   $Log$
+  Revision 1.17  2002/10/14 14:57:32  hristov
+  Merging the VirtualMC branch to the main development branch (HEAD)
+
   Revision 1.16.6.2  2002/07/24 10:07:52  alibrary
   Updating VirtualMC
 
 #include "AliRICHGeometry.h"
 #include "AliRun.h"
 #include "AliMC.h"
-#include "iostream.h"
+#include "Riostream.h"
 #include "AliConst.h" 
 #include "AliPDG.h" 
 
index 28cbeb88be5e53b4040162a7097d69d76485e5e9..5e3e035a324d4c933292a835b545e0cd6e3e2403 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
   $Log$
+  Revision 1.9  2002/10/14 14:57:32  hristov
+  Merging the VirtualMC branch to the main development branch (HEAD)
+
   Revision 1.8.10.2  2002/07/24 10:07:52  alibrary
   Updating VirtualMC
 
@@ -93,7 +96,7 @@
 #include "AliRICHHit.h"
 #include "AliRun.h"
 #include "AliMC.h"
-#include "iostream.h"
+#include "Riostream.h"
 #include "AliConst.h" 
 #include "AliPDG.h" 
 
index a7f53ca1898f366db1eaeb097db2d090472a5ec0..beaf347fd818929fcb7d3d5b2a8dc39417fe072c 100644 (file)
@@ -21,7 +21,7 @@
 #include "AliConst.h"
 #include "AliPDG.h"
 
-#include <iostream.h>
+#include <Riostream.h>
 #include <TNode.h>
 #include <TGeometry.h>
 #include <TBRIK.h>