From 1936493934365ed89c915ea283ff553376bffc14 Mon Sep 17 00:00:00 2001 From: alibrary Date: Wed, 23 Oct 2002 07:17:34 +0000 Subject: [PATCH] Introducing Riostream.h --- TPC/AliSimDigits.cxx | 5 ++++- TPC/AliTPC.cxx | 7 +++++-- TPC/AliTPCClusterFinder.cxx | 7 +++++-- TPC/AliTPCDigitizer.cxx | 5 ++++- TPC/AliTPCPRF2D.cxx | 5 ++++- TPC/AliTPCParam.cxx | 5 ++++- TPC/AliTPCParamCR.cxx | 5 ++++- TPC/AliTPCParamSR.cxx | 5 ++++- TPC/AliTPCRF1D.cxx | 5 ++++- TPC/AliTPCTrackHits.cxx | 5 ++++- TPC/AliTPCTrackHitsV2.cxx | 5 ++++- TPC/AliTPCclusterer.cxx | 5 ++++- TPC/AliTPCkineGrid.cxx | 5 ++++- TPC/AliTPCtrack.cxx | 5 ++++- TPC/AliTPCtracker.cxx | 5 ++++- TPC/AliTPCv0.cxx | 7 +++++-- TPC/AliTPCv1.cxx | 7 +++++-- TPC/alles.h | 4 ++-- 18 files changed, 74 insertions(+), 23 deletions(-) diff --git a/TPC/AliSimDigits.cxx b/TPC/AliSimDigits.cxx index bcef1be68cd..0b5f2637413 100644 --- a/TPC/AliSimDigits.cxx +++ b/TPC/AliSimDigits.cxx @@ -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 +#include #include "TError.h" #include "AliSegmentID.h" #include "AliH2F.h" diff --git a/TPC/AliTPC.cxx b/TPC/AliTPC.cxx index c1eef630b30..56fdb636edf 100644 --- a/TPC/AliTPC.cxx +++ b/TPC/AliTPC.cxx @@ -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 #include #include "AliRun.h" -#include +#include #include -#include +#include #include "AliMC.h" #include "AliMagF.h" #include "AliTrackReference.h" diff --git a/TPC/AliTPCClusterFinder.cxx b/TPC/AliTPCClusterFinder.cxx index 2ae668697a1..3c98892e2ee 100644 --- a/TPC/AliTPCClusterFinder.cxx +++ b/TPC/AliTPCClusterFinder.cxx @@ -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 -#include +#include +#include //direction constants possible direction in 8 different sectors // diff --git a/TPC/AliTPCDigitizer.cxx b/TPC/AliTPCDigitizer.cxx index e27db32e027..8b04bb507ef 100644 --- a/TPC/AliTPCDigitizer.cxx +++ b/TPC/AliTPCDigitizer.cxx @@ -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 and log #include #include #include -#include +#include #include "AliTPCDigitizer.h" diff --git a/TPC/AliTPCPRF2D.cxx b/TPC/AliTPCPRF2D.cxx index 7af02738692..dfcfa0294d4 100644 --- a/TPC/AliTPCPRF2D.cxx +++ b/TPC/AliTPCPRF2D.cxx @@ -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 +#include #include #include "TCanvas.h" #include "TPad.h" diff --git a/TPC/AliTPCParam.cxx b/TPC/AliTPCParam.cxx index 73e33ca2215..e577c749a2a 100644 --- a/TPC/AliTPCParam.cxx +++ b/TPC/AliTPCParam.cxx @@ -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 +#include #include #include #include diff --git a/TPC/AliTPCParamCR.cxx b/TPC/AliTPCParamCR.cxx index ebf1e2f323b..e1f95209034 100644 --- a/TPC/AliTPCParamCR.cxx +++ b/TPC/AliTPCParamCR.cxx @@ -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 +#include #include #include #include diff --git a/TPC/AliTPCParamSR.cxx b/TPC/AliTPCParamSR.cxx index fb094c34bb2..a1eae05c775 100644 --- a/TPC/AliTPCParamSR.cxx +++ b/TPC/AliTPCParamSR.cxx @@ -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 +#include #include #include #include diff --git a/TPC/AliTPCRF1D.cxx b/TPC/AliTPCRF1D.cxx index dc1af961ea9..57a19b82550 100644 --- a/TPC/AliTPCRF1D.cxx +++ b/TPC/AliTPCRF1D.cxx @@ -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 +#include #include "TCanvas.h" #include "TPad.h" #include "TStyle.h" diff --git a/TPC/AliTPCTrackHits.cxx b/TPC/AliTPCTrackHits.cxx index b0c464deb88..570be0ffc5c 100644 --- a/TPC/AliTPCTrackHits.cxx +++ b/TPC/AliTPCTrackHits.cxx @@ -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 +#include diff --git a/TPC/AliTPCTrackHitsV2.cxx b/TPC/AliTPCTrackHitsV2.cxx index b2e2c04575a..54c98fc47bf 100644 --- a/TPC/AliTPCTrackHitsV2.cxx +++ b/TPC/AliTPCTrackHitsV2.cxx @@ -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 +#include diff --git a/TPC/AliTPCclusterer.cxx b/TPC/AliTPCclusterer.cxx index 1b2631cadc7..ac5605270e7 100644 --- a/TPC/AliTPCclusterer.cxx +++ b/TPC/AliTPCclusterer.cxx @@ -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 +#include #include void AliTPCclusterer::FindPeaks(Int_t k,Int_t max, diff --git a/TPC/AliTPCkineGrid.cxx b/TPC/AliTPCkineGrid.cxx index 90787c134a9..3b2d24eaeb1 100644 --- a/TPC/AliTPCkineGrid.cxx +++ b/TPC/AliTPCkineGrid.cxx @@ -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 +#include #include #include #include "AliTPCkineGrid.h" diff --git a/TPC/AliTPCtrack.cxx b/TPC/AliTPCtrack.cxx index 7e118da1f7a..c754a8c4799 100644 --- a/TPC/AliTPCtrack.cxx +++ b/TPC/AliTPCtrack.cxx @@ -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 +#include #include "AliTPCtrack.h" #include "AliTPCcluster.h" diff --git a/TPC/AliTPCtracker.cxx b/TPC/AliTPCtracker.cxx index 507f45dba14..d23b9e4cd17 100644 --- a/TPC/AliTPCtracker.cxx +++ b/TPC/AliTPCtracker.cxx @@ -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 #include #include -#include +#include #include "AliTPCtracker.h" #include "AliTPCcluster.h" diff --git a/TPC/AliTPCv0.cxx b/TPC/AliTPCv0.cxx index 131453b9292..123f48b3ca7 100644 --- a/TPC/AliTPCv0.cxx +++ b/TPC/AliTPCv0.cxx @@ -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 #include "AliTPCv0.h" #include "AliRun.h" -#include -#include +#include +#include #include "AliMC.h" #include "AliConst.h" diff --git a/TPC/AliTPCv1.cxx b/TPC/AliTPCv1.cxx index b0838f68423..3b96dc47076 100644 --- a/TPC/AliTPCv1.cxx +++ b/TPC/AliTPCv1.cxx @@ -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 #include "AliTPCv1.h" #include "AliRun.h" -#include -#include +#include +#include #include "TLorentzVector.h" #include "AliMC.h" diff --git a/TPC/alles.h b/TPC/alles.h index 33743fcd419..e96a42f1934 100644 --- a/TPC/alles.h +++ b/TPC/alles.h @@ -8,8 +8,8 @@ #include #include #include -#include -#include +#include +#include #include "AliMC.h" #include #include -- 2.39.3