]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Introducing Riostream.h
authoralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 23 Oct 2002 07:17:34 +0000 (07:17 +0000)
committeralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 23 Oct 2002 07:17:34 +0000 (07:17 +0000)
18 files changed:
TPC/AliSimDigits.cxx
TPC/AliTPC.cxx
TPC/AliTPCClusterFinder.cxx
TPC/AliTPCDigitizer.cxx
TPC/AliTPCPRF2D.cxx
TPC/AliTPCParam.cxx
TPC/AliTPCParamCR.cxx
TPC/AliTPCParamSR.cxx
TPC/AliTPCRF1D.cxx
TPC/AliTPCTrackHits.cxx
TPC/AliTPCTrackHitsV2.cxx
TPC/AliTPCclusterer.cxx
TPC/AliTPCkineGrid.cxx
TPC/AliTPCtrack.cxx
TPC/AliTPCtracker.cxx
TPC/AliTPCv0.cxx
TPC/AliTPCv1.cxx
TPC/alles.h

index bcef1be68cdfbb2801a0f7cd3d1d60fb2074028c..0b5f2637413d36b3af472af29a3f91b3f60a3edd 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.6  2002/01/21 17:15:23  kowal2
+Better protection.
+
 Revision 1.5  2001/11/24 16:10:22  kowal2
 Faster algorithms.
 
@@ -58,7 +61,7 @@ Digits handling in a new data structure
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "TClass.h"
-#include <iostream.h>
+#include <Riostream.h>
 #include "TError.h"
 #include "AliSegmentID.h"
 #include "AliH2F.h"
index c1eef630b3046c0de76809ebc1aea26ab639c120..56fdb636edf20265a593fcf4fa4784440288672b 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.63  2002/10/14 14:57:42  hristov
+Merging the VirtualMC branch to the main development branch (HEAD)
+
 Revision 1.54.4.3  2002/10/11 08:34:48  hristov
 Updating VirtualMC to v3-09-02
 
@@ -221,9 +224,9 @@ Introduction of the Copyright and cvs Log
 #include <TROOT.h>
 #include <TSystem.h>     
 #include "AliRun.h"
-#include <iostream.h>
+#include <Riostream.h>
 #include <stdlib.h>
-#include <fstream.h>
+#include <Riostream.h>
 #include "AliMC.h"
 #include "AliMagF.h"
 #include "AliTrackReference.h"
index 2ae668697a100a35de5b3383f56c7a3ff99cd9dd..3c98892e2eefc11fb505965b67370d3d31800476 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.7  2002/02/05 09:12:26  hristov
+Small mods for gcc 3.02
+
 Revision 1.6  2001/10/21 19:07:24  hristov
 Several pointers were set to zero in the default constructors to avoid memory management problems
 
@@ -63,8 +66,8 @@ replacing AliClusterFinder
 #include "TMarker.h"
 #include "AliComplexCluster.h"
 #include "AliTPCClusterFinder.h"
-#include <fstream.h>
-#include <iostream.h>
+#include <Riostream.h>
+#include <Riostream.h>
 
 //direction constants possible direction in 8 different sectors
 //
index e27db32e027ce28420bf9ae6933380eb3f350b66..8b04bb507ef4960d685e1cdba7f4ef6f1594d6f9 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $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
 
@@ -31,7 +34,7 @@ Added #include<stdlib.h> and log
 #include <TObjArray.h>
 #include <TFile.h>
 #include <TDirectory.h>
-#include <iostream.h>
+#include <Riostream.h>
 
 #include "AliTPCDigitizer.h"
 
index 7af0273869231c0a3b1f8a4457271ad52c6a9330..dfcfa0294d4fffb00f9072a31d4d92558a7e3129 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.8  2001/10/21 19:07:24  hristov
+Several pointers were set to zero in the default constructors to avoid memory management problems
+
 Revision 1.7  2001/01/30 09:23:15  hristov
 Streamers removed (R.Brun)
 
@@ -69,7 +72,7 @@ Introduction of the Copyright and cvs Log
 #include "TMath.h"
 #include "AliTPCPRF2D.h"
 #include "TF2.h"
-#include <iostream.h>
+#include <Riostream.h>
 #include <string.h>
 #include "TCanvas.h"
 #include "TPad.h"
index 73e33ca22157a2656206f604c635e53368b824c3..e577c749a2afc40cf14f2c450c914a5da2e522e5 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.16  2002/10/14 14:57:42  hristov
+Merging the VirtualMC branch to the main development branch (HEAD)
+
 Revision 1.13.4.1  2002/06/10 15:26:11  hristov
 Merged with v3-08-02
 
@@ -90,7 +93,7 @@ Introduction of the Copyright and cvs Log
 
 //
 
-#include <iostream.h>
+#include <Riostream.h>
 #include <TMath.h>
 #include <TObject.h>
 #include <TRandom.h>
index ebf1e2f323b44f5101b2f75ce1269c97c9abd17a..e1f95209034d0958d21c9f9282e37e336e26ebd7 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.6  2002/03/18 17:59:13  kowal2
+Chnges in the pad geometry - 3 pad lengths introduced.
+
 Revision 1.5  2001/01/26 19:57:22  hristov
 Major upgrade of AliRoot code
 
@@ -49,7 +52,7 @@ New Detector parameters handling class
 ///////////////////////////////////////////////////////////////////////
 
 
-#include <iostream.h>
+#include <Riostream.h>
 #include <TMath.h>
 #include <TClass.h>
 #include <AliTPCParamCR.h>
index fb094c34bb2812964b5faa6e9bc5e666556d3642..a1eae05c77537792737fe674b91d361c179e563e 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.10  2002/10/14 14:57:43  hristov
+Merging the VirtualMC branch to the main development branch (HEAD)
+
 Revision 1.7.4.1  2002/07/24 10:09:01  alibrary
 Updating VirtualMC
 
@@ -68,7 +71,7 @@ New Detector parameters handling class
 ///////////////////////////////////////////////////////////////////////
 
 
-#include <iostream.h>
+#include <Riostream.h>
 #include <TMath.h>
 #include <TObject.h>
 #include <AliTPCParamSR.h>
index dc1af961ea974d731e6df7b578b12c3b74c5df38..57a19b8255072864087080acb9e2e5a2aa853ade 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.8  2002/02/12 16:07:43  kowal2
+coreccted bug in SetGauss
+
 Revision 1.7  2001/01/26 19:57:22  hristov
 Major upgrade of AliRoot code
 
@@ -58,7 +61,7 @@ Introduction of the Copyright and cvs Log
 #include "TMath.h"
 #include "AliTPCRF1D.h"
 #include "TF2.h"
-#include <iostream.h>
+#include <Riostream.h>
 #include "TCanvas.h"
 #include "TPad.h"
 #include "TStyle.h"
index b0c464deb88abe88a505f7ee55afbb8553a4b6c3..570be0ffc5ce89873a54801168d337c3c79516cf 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.6  2002/10/14 14:57:43  hristov
+Merging the VirtualMC branch to the main development branch (HEAD)
+
 Revision 1.4.10.1  2002/08/28 15:06:52  alibrary
 Updating to v3-09-01
 
@@ -52,7 +55,7 @@ Logs added
 #include "AliTPCTrackHits.h"
 #include "AliTPC.h"
 
-#include <iostream.h>
+#include <Riostream.h>
 
 
 
index b2e2c04575a257ab3ac2695af77d840f18f01f7f..54c98fc47bf000d79a80c341e4497801ca74b439 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.6  2002/10/14 14:57:43  hristov
+Merging the VirtualMC branch to the main development branch (HEAD)
+
 Revision 1.4.6.1  2002/07/26 12:12:55  alibrary
 Updating VirtualMC
 
@@ -71,7 +74,7 @@ New track hits using root containers.
 #include "TClonesArray.h"    
 #include "AliTPC.h"
 
-#include <iostream.h>
+#include <Riostream.h>
 
 
 
index 1b2631cadc755db04d838c4ea1512da798e3ddd1..ac5605270e700fe230991e0c922860dcf71d5c2f 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.10  2002/10/14 14:57:43  hristov
+Merging the VirtualMC branch to the main development branch (HEAD)
+
 Revision 1.7.6.1  2002/06/10 15:26:12  hristov
 Merged with v3-08-02
 
@@ -62,7 +65,7 @@ Splitted from AliTPCtracking
 #include "AliDigits.h"
 #include "AliSimDigits.h"
 #include "AliTPCParam.h"
-#include <iostream.h>
+#include <Riostream.h>
 #include <TTree.h>
 
 void AliTPCclusterer::FindPeaks(Int_t k,Int_t max,
index 90787c134a99b088adaab43368c2b4b5f3dc0af6..3b2d24eaeb1f907877558d7b5f1f9cab1f33dd28 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.2  2002/10/14 14:57:43  hristov
+Merging the VirtualMC branch to the main development branch (HEAD)
+
 Revision 1.1.6.1  2002/06/10 15:26:12  hristov
 Merged with v3-08-02
 
@@ -34,7 +37,7 @@ AliTPCtrackerParam (efficiences, pulls etc)
 //  Origin: Andrea Dainese, Padova - e-mail: andrea.dainese@pd.infn.it
 ////////////////////////////////////////////////////////////////////////
 
-#include <iostream.h>
+#include <Riostream.h>
 #include <TMatrixD.h>
 #include <TArrayD.h>
 #include "AliTPCkineGrid.h"
index 7e118da1f7a81143fe6917d671d646ffe8a6f45a..c754a8c47997ba36f2663c3852a956f35c850409 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.12  2002/10/14 14:57:43  hristov
+Merging the VirtualMC branch to the main development branch (HEAD)
+
 Revision 1.9.6.1  2002/10/11 08:34:48  hristov
 Updating VirtualMC to v3-09-02
 
@@ -30,7 +33,7 @@ Logs added
 // Origin: Iouri Belikov, CERN, Jouri.Belikov@cern.ch
 //-----------------------------------------------------------------
 
-#include <iostream.h>
+#include <Riostream.h>
 
 #include "AliTPCtrack.h"
 #include "AliTPCcluster.h"
index 507f45dba1464c0e576c1dfbabd4222b41a6f1a2..d23b9e4cd17e2df04e4063ff6981e2b2a47a1b84 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.21  2002/10/21 16:49:46  hristov
+Replacing the old sorting by the Root one (M.Ivanov)
+
 Revision 1.20  2002/10/14 14:57:43  hristov
 Merging the VirtualMC branch to the main development branch (HEAD)
 
@@ -82,7 +85,7 @@ Splitted from AliTPCtracking
 #include <TObjArray.h>
 #include <TFile.h>
 #include <TTree.h>
-#include <iostream.h>
+#include <Riostream.h>
 
 #include "AliTPCtracker.h"
 #include "AliTPCcluster.h"
index 131453b9292996740f4a8ecf42808cfd7e57904d..123f48b3ca7fc9a36fa64597441b2e00cd1c57ba 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.27  2001/06/12 07:07:41  kowal2
+New files for folder and stack
+
 Revision 1.26  2001/05/08 16:03:06  kowal2
 Geometry update according to the latest technical spec.
 
@@ -114,8 +117,8 @@ Introduction of the Copyright and cvs Log
 #include <TTUBE.h>
 #include "AliTPCv0.h"
 #include "AliRun.h"
-#include <iostream.h>
-#include <fstream.h>
+#include <Riostream.h>
+#include <Riostream.h>
 #include "AliMC.h"
 #include "AliConst.h"
 
index b0838f68423709656ba1bc9056c0d29cf6440487..3b96dc470766304e6a38cafafc0e0584145b4fd3 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.30  2001/06/12 07:07:41  kowal2
+New files for folder and stack
+
 Revision 1.29  2001/05/08 16:03:06  kowal2
 Geometry update according to the latest technical spec.
 
@@ -119,8 +122,8 @@ Introduction of the Copyright and cvs Log
 #include <TTUBE.h>
 #include "AliTPCv1.h"
 #include "AliRun.h"
-#include <iostream.h>
-#include <fstream.h>
+#include <Riostream.h>
+#include <Riostream.h>
 #include "TLorentzVector.h"
 
 #include "AliMC.h"
index 33743fcd41949c559ec3c7bcf6b7f3d093c93a0f..e96a42f1934b925f9a4d7ae03912f7ff94b938dc 100644 (file)
@@ -8,8 +8,8 @@
 #include <TNode.h>
 #include <TTUBS.h>
 #include <TObjectTable.h>
-#include <iostream.h>
-#include <fstream.h>
+#include <Riostream.h>
+#include <Riostream.h>
 #include "AliMC.h"
 #include <TFile.h>
 #include <TStyle.h>