From 4ae5bbc42cfe522ada925ee3effaf3feca1e95a3 Mon Sep 17 00:00:00 2001 From: alibrary Date: Tue, 22 Oct 2002 14:46:03 +0000 Subject: [PATCH] Introducing Riostream.h --- ITS/AliCascadeVertex.cxx | 2 +- ITS/AliCascadeVertexer.cxx | 2 +- ITS/AliITS.cxx | 7 ++++--- ITS/AliITSClusterFinderSDD.cxx | 5 ++++- ITS/AliITSClusterFinderSPDdubna.cxx | 5 ++++- ITS/AliITSClusterFinderSSD.cxx | 2 +- ITS/AliITSDigitizer.cxx | 5 ++++- ITS/AliITSFDigitizer.cxx | 5 ++++- ITS/AliITSHuffman.cxx | 2 +- ITS/AliITSPid.cxx | 2 +- ITS/AliITSRad.cxx | 4 ++-- ITS/AliITSRawCluster.cxx | 5 ++++- ITS/AliITSRecPoint.h | 2 +- ITS/AliITSRiemannFit.cxx | 4 ++-- ITS/AliITSTableSSD.cxx | 2 +- ITS/AliITSTrackV1.cxx | 2 +- ITS/AliITSTrackerV1.cxx | 7 +++++-- ITS/AliITSVertex.cxx | 2 +- ITS/AliITSclusterSSD.cxx | 5 ++++- ITS/AliITSdigit.h | 4 ++-- ITS/AliITSetfSDD.cxx | 5 ++++- ITS/AliITSgeoinfo.cxx | 4 +--- ITS/AliITSgeom.cxx | 7 ++++--- ITS/AliITSgeom.h | 2 +- ITS/AliITSgeomMatrix.cxx | 6 ++++-- ITS/AliITSgeomSDD.cxx | 16 ++++++++++++---- ITS/AliITSgeomSPD.cxx | 15 +++++++++++++-- ITS/AliITSgeomSSD.cxx | 15 +++++++++++++-- ITS/AliITSglobalRecPoint.cxx | 2 +- ITS/AliITShit.cxx | 5 ++++- ITS/AliITShit.h | 2 +- ITS/AliITShitDigitizer.cxx | 5 ++++- ITS/AliITSneuralTrack.cxx | 4 ++-- ITS/AliITSneuralTracker.cxx | 4 ++-- ITS/AliITSpList.cxx | 3 +-- ITS/AliITSpackageSSD.cxx | 6 +++++- ITS/AliITSresponseSDD.h | 2 +- ITS/AliITSsDigitize.cxx | 5 ++++- ITS/AliITSsegmentationSDD.cxx | 4 +--- ITS/AliITSsegmentationSSD.cxx | 5 ++++- ITS/AliITSsimulationSDD.cxx | 5 ++++- ITS/AliITSsimulationSPD.cxx | 5 ++++- ITS/AliITSsimulationSPDdubna.cxx | 5 ++++- ITS/AliITSsimulationSSD.cxx | 3 +-- ITS/AliITStrackV2.cxx | 2 +- ITS/AliITStrackV2Pid.h | 2 +- ITS/AliITStrackerV2.cxx | 2 +- ITS/AliITSv5.cxx | 6 ++++-- ITS/AliITSv5asymm.cxx | 6 ++++-- ITS/AliITSv5symm.cxx | 6 ++++-- ITS/AliITSvPPRasymm.cxx | 6 ++++-- ITS/AliITSvPPRasymmFMD.cxx | 6 ++++-- ITS/AliITSvPPRcoarseasymm.cxx | 5 ++++- ITS/AliITSvPPRcoarsesymm.cxx | 5 ++++- ITS/AliITSvPPRsymm.cxx | 6 ++++-- ITS/AliITSvtest.cxx | 6 ++++-- ITS/AliV0vertex.cxx | 2 +- ITS/AliV0vertexer.cxx | 2 +- 58 files changed, 184 insertions(+), 87 deletions(-) diff --git a/ITS/AliCascadeVertex.cxx b/ITS/AliCascadeVertex.cxx index 96b8d6b35bb..fe759f15b8a 100644 --- a/ITS/AliCascadeVertex.cxx +++ b/ITS/AliCascadeVertex.cxx @@ -18,7 +18,7 @@ // // Origin: Christian Kuhn, IReS, Strasbourg, christian.kuhn@ires.in2p3.fr //------------------------------------------------------------------------- -#include +#include #include #include "AliCascadeVertex.h" diff --git a/ITS/AliCascadeVertexer.cxx b/ITS/AliCascadeVertexer.cxx index 980252316e3..ad8c6507d41 100644 --- a/ITS/AliCascadeVertexer.cxx +++ b/ITS/AliCascadeVertexer.cxx @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include "AliCascadeVertex.h" #include "AliCascadeVertexer.h" diff --git a/ITS/AliITS.cxx b/ITS/AliITS.cxx index b55d225a4b0..5231cef05a6 100644 --- a/ITS/AliITS.cxx +++ b/ITS/AliITS.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.74 2002/10/14 14:57:00 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.67.4.3 2002/10/14 13:14:07 hristov Updating VirtualMC to v3-09-02 @@ -291,9 +294,7 @@ the AliITS class. // futher information. // /////////////////////////////////////////////////////////////////////////////// -#include -#include -#include +#include #include #include #include diff --git a/ITS/AliITSClusterFinderSDD.cxx b/ITS/AliITSClusterFinderSDD.cxx index bb42a2e36da..948c8ace671 100644 --- a/ITS/AliITSClusterFinderSDD.cxx +++ b/ITS/AliITSClusterFinderSDD.cxx @@ -15,6 +15,9 @@ /* $Id$ $Log$ + Revision 1.27 2002/10/14 14:57:00 hristov + Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.23.4.2 2002/10/14 13:14:07 hristov Updating VirtualMC to v3-09-02 @@ -31,7 +34,7 @@ */ -#include +#include #include #include #include diff --git a/ITS/AliITSClusterFinderSPDdubna.cxx b/ITS/AliITSClusterFinderSPDdubna.cxx index c5ec86fcf2f..35d0d99932b 100644 --- a/ITS/AliITSClusterFinderSPDdubna.cxx +++ b/ITS/AliITSClusterFinderSPDdubna.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.5 2002/10/14 14:57:00 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.2.8.1 2002/08/28 15:06:50 alibrary Updating to v3-09-01 @@ -37,7 +40,7 @@ Fixed a reoccuring bug. Array sizes must be declare const. */ -#include +#include #include "AliITSClusterFinderSPDdubna.h" #include "AliITSMapA1.h" #include "AliITS.h" diff --git a/ITS/AliITSClusterFinderSSD.cxx b/ITS/AliITSClusterFinderSSD.cxx index f91ec692764..e90577b0c2a 100644 --- a/ITS/AliITSClusterFinderSSD.cxx +++ b/ITS/AliITSClusterFinderSSD.cxx @@ -18,7 +18,7 @@ * period of March - June 2001 * **************************************************************************/ -#include +#include #include #include "AliRun.h" #include "AliITS.h" diff --git a/ITS/AliITSDigitizer.cxx b/ITS/AliITSDigitizer.cxx index a9624bc0f38..7407bb33c62 100644 --- a/ITS/AliITSDigitizer.cxx +++ b/ITS/AliITSDigitizer.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.5 2002/10/14 14:57:00 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.3.4.1 2002/06/10 17:51:14 hristov Merged with v3-08-02 @@ -43,7 +46,7 @@ The SDigits are reading as TClonesArray of AliITSpListItem */ #include -#include +#include #include #include #include diff --git a/ITS/AliITSFDigitizer.cxx b/ITS/AliITSFDigitizer.cxx index de230720627..f57ca900ec1 100644 --- a/ITS/AliITSFDigitizer.cxx +++ b/ITS/AliITSFDigitizer.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.2 2002/10/14 14:57:00 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.1.2.1 2002/07/24 09:27:50 alibrary Updating on VirtualMC @@ -24,7 +27,7 @@ New Fastpoint merger added. */ #include -#include +#include #include #include #include diff --git a/ITS/AliITSHuffman.cxx b/ITS/AliITSHuffman.cxx index 04d60171999..76a67dc1c23 100644 --- a/ITS/AliITSHuffman.cxx +++ b/ITS/AliITSHuffman.cxx @@ -4,7 +4,7 @@ #include #include -#include +#include #include #include #include diff --git a/ITS/AliITSPid.cxx b/ITS/AliITSPid.cxx index 02fb38d976c..dbcb0d6640a 100644 --- a/ITS/AliITSPid.cxx +++ b/ITS/AliITSPid.cxx @@ -1,7 +1,7 @@ #include "AliITSPid.h" #include "TMath.h" #include "AliITSIOTrack.h" -#include +#include ClassImp(AliITSPid) Float_t AliITSPid::qcorr(Float_t xc) diff --git a/ITS/AliITSRad.cxx b/ITS/AliITSRad.cxx index 38187da8f83..b05a49c3fa5 100644 --- a/ITS/AliITSRad.cxx +++ b/ITS/AliITSRad.cxx @@ -1,7 +1,7 @@ #include #include -#include -#include +#include +#include #include "AliITSRad.h" diff --git a/ITS/AliITSRawCluster.cxx b/ITS/AliITSRawCluster.cxx index d46d90dbe9e..fb5b4853337 100644 --- a/ITS/AliITSRawCluster.cxx +++ b/ITS/AliITSRawCluster.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.9 2002/10/14 14:57:00 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.7.6.1 2002/08/28 15:06:50 alibrary Updating to v3-09-01 @@ -27,7 +30,7 @@ Minor changes to remove compliation warning on gcc 2.92.2 compiler, and cleanded up a little bit of code. */ -#include +#include #include #include "AliITSRawCluster.h" diff --git a/ITS/AliITSRecPoint.h b/ITS/AliITSRecPoint.h index 2e5c22c902d..d5c90383619 100644 --- a/ITS/AliITSRecPoint.h +++ b/ITS/AliITSRecPoint.h @@ -12,7 +12,7 @@ //////////////////////////////////////////////////// #include -#include +#include class AliITSRecPoint : public TObject { diff --git a/ITS/AliITSRiemannFit.cxx b/ITS/AliITSRiemannFit.cxx index fb144678d1e..44ad7f0d96f 100644 --- a/ITS/AliITSRiemannFit.cxx +++ b/ITS/AliITSRiemannFit.cxx @@ -49,13 +49,13 @@ // // "PROPER WEIGHTS": (1+R^2)^2/(\sigma_x^2 + \sigma_y^2 + \sigma_MS^2) // -#include +#include #include "AliITSRiemannFit.h" #include "AliRun.h" #include "TClonesArray.h" #include "stdio.h" #include "stdlib.h" -#include "iostream.h" +#include "Riostream.h" #include "TH2.h" #include "TMath.h" #include "TF1.h" diff --git a/ITS/AliITSTableSSD.cxx b/ITS/AliITSTableSSD.cxx index caf3bcc0673..042c2f2d2ef 100644 --- a/ITS/AliITSTableSSD.cxx +++ b/ITS/AliITSTableSSD.cxx @@ -13,7 +13,7 @@ * provided "as is" without express or implied warranty. * **************************************************************************/ -#include +#include #include "AliITSTableSSD.h" ClassImp(AliITSTableSSD); diff --git a/ITS/AliITSTrackV1.cxx b/ITS/AliITSTrackV1.cxx index 167765dd874..c9eb4f472ba 100644 --- a/ITS/AliITSTrackV1.cxx +++ b/ITS/AliITSTrackV1.cxx @@ -4,7 +4,7 @@ // The track is mainly caracterized by the state vector of elements (fX0, fX1, fX2, fX3, fX4) and the // corresponding covariance matrix of elements (C00, C10, ..... C44) that is triangular // -#include +#include #include #include #include diff --git a/ITS/AliITSTrackerV1.cxx b/ITS/AliITSTrackerV1.cxx index 1b16dce102b..dc6a7c20645 100644 --- a/ITS/AliITSTrackerV1.cxx +++ b/ITS/AliITSTrackerV1.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.21 2002/02/05 09:12:26 hristov +Small mods for gcc 3.02 + Revision 1.20 2001/11/21 14:47:45 barbera Some unuseful print-out commented out @@ -52,8 +55,8 @@ cleanded up a little bit of code. // imposition respectively. The authors thank Mariana Bondila to have help // them to resolve some problems. July-2000 -#include -#include +#include +#include #include #include #include diff --git a/ITS/AliITSVertex.cxx b/ITS/AliITSVertex.cxx index d25666537a8..7b4a477e91b 100644 --- a/ITS/AliITSVertex.cxx +++ b/ITS/AliITSVertex.cxx @@ -5,7 +5,7 @@ #include #include #include -#include +#include #include "AliRun.h" #include "AliITS.h" diff --git a/ITS/AliITSclusterSSD.cxx b/ITS/AliITSclusterSSD.cxx index 5806edc0760..b9c2deeee8f 100644 --- a/ITS/AliITSclusterSSD.cxx +++ b/ITS/AliITSclusterSSD.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.9 2002/10/14 14:57:00 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.7.6.1 2002/10/14 13:14:08 hristov Updating VirtualMC to v3-09-02 @@ -23,7 +26,7 @@ Minor changes in support of changes to AliITSdigitS?D class'. */ -#include +#include #include "TArrayI.h" #include "TClonesArray.h" #include "AliITSdigit.h" diff --git a/ITS/AliITSdigit.h b/ITS/AliITSdigit.h index 93eea429839..f119c68a64f 100644 --- a/ITS/AliITSdigit.h +++ b/ITS/AliITSdigit.h @@ -6,8 +6,8 @@ //////////////////////////////////////////////// // Digits classes for all ITS detectors // //////////////////////////////////////////////// -#include -#include +#include +#include #include #include diff --git a/ITS/AliITSetfSDD.cxx b/ITS/AliITSetfSDD.cxx index a9bca0fe19b..817bbb728d9 100644 --- a/ITS/AliITSetfSDD.cxx +++ b/ITS/AliITSetfSDD.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.8 2002/10/14 14:57:00 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.6.6.1 2002/06/10 17:51:15 hristov Merged with v3-08-02 @@ -23,7 +26,7 @@ New SDigits and Digits routines, and related changes, (including new noise values). */ -#include +#include #include #include #include "AliITSetfSDD.h" diff --git a/ITS/AliITSgeoinfo.cxx b/ITS/AliITSgeoinfo.cxx index 82414fd5e8d..5286f9f7fb3 100644 --- a/ITS/AliITSgeoinfo.cxx +++ b/ITS/AliITSgeoinfo.cxx @@ -1,7 +1,5 @@ /* -#include -#include -#include +#include #include #include #include diff --git a/ITS/AliITSgeom.cxx b/ITS/AliITSgeom.cxx index 8dd4268fed7..e15eccdabf4 100644 --- a/ITS/AliITSgeom.cxx +++ b/ITS/AliITSgeom.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.20 2002/10/14 14:57:00 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.18.8.1 2002/07/24 09:27:50 alibrary Updating on VirtualMC @@ -193,9 +196,7 @@ pixel coordinate system. // ITS volumes. See the example classes AliITSgeomSPD, AliITSgeomSDD, // and AliITSgeomSSD for a more detailed example. //////////////////////////////////////////////////////////////////////// -#include -#include -#include +#include #include #include #include diff --git a/ITS/AliITSgeom.h b/ITS/AliITSgeom.h index 16462bdb574..02e89f02719 100644 --- a/ITS/AliITSgeom.h +++ b/ITS/AliITSgeom.h @@ -17,7 +17,7 @@ // the information needed to do the coordinate transformation are kept in // a specialized structure for ease of implementation. ///////////////////////////////////////////////////////////////////////// -#include +#include #include #include #include diff --git a/ITS/AliITSgeomMatrix.cxx b/ITS/AliITSgeomMatrix.cxx index 44ba5909ba1..3618e0a57dc 100644 --- a/ITS/AliITSgeomMatrix.cxx +++ b/ITS/AliITSgeomMatrix.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.15 2002/10/14 14:57:00 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.13.6.1 2002/06/10 17:51:15 hristov Merged with v3-08-02 @@ -87,8 +90,7 @@ A new class to hold the matrix information needed by AliITSgeom. // specific local coordinates (cm). //////////////////////////////////////////////////////////////////////// -#include -#include +#include #include #include #include diff --git a/ITS/AliITSgeomSDD.cxx b/ITS/AliITSgeomSDD.cxx index c62f207bd91..250e410e7d0 100644 --- a/ITS/AliITSgeomSDD.cxx +++ b/ITS/AliITSgeomSDD.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.17 2002/10/14 14:57:00 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.15.6.1 2002/06/10 17:51:15 hristov Merged with v3-08-02 @@ -83,8 +86,7 @@ Introduction of the Copyright and cvs Log // initilize this one with predefined values. //////////////////////////////////////////////////////////////////////// -#include -#include +#include #include #include @@ -337,6 +339,9 @@ istream &operator>>(istream &is,AliITSgeomSDD &r){ //====================================================================== /* $Log$ +Revision 1.17 2002/10/14 14:57:00 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.15.6.1 2002/06/10 17:51:15 hristov Merged with v3-08-02 @@ -374,7 +379,7 @@ set up for new formatted .det file which includes detector information. Additional smaller modifications are still to come. */ -//#include +//#include //#include //#include "AliITSgeomSDD256.h" @@ -821,6 +826,9 @@ istream &operator>>(istream &is,AliITSgeomSDD256 &r){ //====================================================================== /* $Log$ +Revision 1.17 2002/10/14 14:57:00 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.15.6.1 2002/06/10 17:51:15 hristov Merged with v3-08-02 @@ -858,7 +866,7 @@ set up for new formatted .det file which includes detector information. Additional smaller modifications are still to come. */ -//#include +//#include //#include //#include "AliITSgeomSDD300.h" diff --git a/ITS/AliITSgeomSPD.cxx b/ITS/AliITSgeomSPD.cxx index 99d8c6bb975..ab42545007d 100644 --- a/ITS/AliITSgeomSPD.cxx +++ b/ITS/AliITSgeomSPD.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.16 2002/10/14 14:57:00 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.14.6.1 2002/06/10 17:51:15 hristov Merged with v3-08-02 @@ -63,8 +66,7 @@ Additional smaller modifications are still to come. // initilize this one with predefined values. //////////////////////////////////////////////////////////////////////// -#include -#include +#include #include #include @@ -263,6 +265,9 @@ istream &operator>>(istream &is,AliITSgeomSPD &r){ /* $Log$ +Revision 1.16 2002/10/14 14:57:00 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.14.6.1 2002/06/10 17:51:15 hristov Merged with v3-08-02 @@ -382,6 +387,9 @@ istream &operator>>(istream &is,AliITSgeomSPD300 &r){ //===================================================================== /* $Log$ +Revision 1.16 2002/10/14 14:57:00 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.14.6.1 2002/06/10 17:51:15 hristov Merged with v3-08-02 @@ -531,6 +539,9 @@ istream &operator>>(istream &is,AliITSgeomSPD425Short &r){ /* $Log$ +Revision 1.16 2002/10/14 14:57:00 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.14.6.1 2002/06/10 17:51:15 hristov Merged with v3-08-02 diff --git a/ITS/AliITSgeomSSD.cxx b/ITS/AliITSgeomSSD.cxx index 9495f31a570..5848a7d81e8 100644 --- a/ITS/AliITSgeomSSD.cxx +++ b/ITS/AliITSgeomSSD.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.16 2002/10/14 14:57:00 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.14.6.1 2002/06/10 17:51:15 hristov Merged with v3-08-02 @@ -75,8 +78,7 @@ Introduction of the Copyright and cvs Log // initilize this one with predefined values. //////////////////////////////////////////////////////////////////////// -#include -#include +#include #include #include #include @@ -303,6 +305,9 @@ istream &operator>>(istream &is,AliITSgeomSSD &r){ //====================================================================== /* $Log$ +Revision 1.16 2002/10/14 14:57:00 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.14.6.1 2002/06/10 17:51:15 hristov Merged with v3-08-02 @@ -393,6 +398,9 @@ istream &operator>>(istream &is,AliITSgeomSSD175 &r){ //====================================================================== /* $Log$ +Revision 1.16 2002/10/14 14:57:00 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.14.6.1 2002/06/10 17:51:15 hristov Merged with v3-08-02 @@ -492,6 +500,9 @@ istream &operator>>(istream &is,AliITSgeomSSD275and75 &r){ //====================================================================== /* $Log$ +Revision 1.16 2002/10/14 14:57:00 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.14.6.1 2002/06/10 17:51:15 hristov Merged with v3-08-02 diff --git a/ITS/AliITSglobalRecPoint.cxx b/ITS/AliITSglobalRecPoint.cxx index 1426c06441e..882758c6495 100644 --- a/ITS/AliITSglobalRecPoint.cxx +++ b/ITS/AliITSglobalRecPoint.cxx @@ -1,5 +1,5 @@ #include -#include +#include #include #include diff --git a/ITS/AliITShit.cxx b/ITS/AliITShit.cxx index 0110fe1ea4a..dcb357ab532 100644 --- a/ITS/AliITShit.cxx +++ b/ITS/AliITShit.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.19 2002/10/14 14:57:00 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.13.6.3 2002/08/28 15:06:50 alibrary Updating to v3-09-01 @@ -74,7 +77,7 @@ Introduction of the Copyright and cvs Log */ -#include +#include #include #include diff --git a/ITS/AliITShit.h b/ITS/AliITShit.h index c3b0ae0c511..8926b238aef 100644 --- a/ITS/AliITShit.h +++ b/ITS/AliITShit.h @@ -6,7 +6,7 @@ /* $Id$ */ #include "AliHit.h" -#include +#include #include class TParticle; diff --git a/ITS/AliITShitDigitizer.cxx b/ITS/AliITShitDigitizer.cxx index 96c1ee37199..e82e88d39cc 100644 --- a/ITS/AliITShitDigitizer.cxx +++ b/ITS/AliITShitDigitizer.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.1 2002/03/15 17:25:54 nilsen +Renaming of old hit based Digitizer to make room for new SDigit version. + Revision 1.1 2001/11/27 16:27:28 nilsen Adding AliITSDigitizer class to do merging and digitization . Based on the TTask method. AliITSDigitizer class added to the Makefile and ITSLinkDef.h @@ -26,7 +29,7 @@ the original Root Directory in function Compress1D. Now it uses gDirectory. */ #include -#include +#include #include #include #include diff --git a/ITS/AliITSneuralTrack.cxx b/ITS/AliITSneuralTrack.cxx index cf3e04ca16a..62ea4d1e568 100644 --- a/ITS/AliITSneuralTrack.cxx +++ b/ITS/AliITSneuralTrack.cxx @@ -1,5 +1,5 @@ -#include -#include +#include +#include #include #include diff --git a/ITS/AliITSneuralTracker.cxx b/ITS/AliITSneuralTracker.cxx index 943139ce95b..4900796d090 100644 --- a/ITS/AliITSneuralTracker.cxx +++ b/ITS/AliITSneuralTracker.cxx @@ -19,8 +19,8 @@ * and it must be read by groups of six entries at a time * **************************************************************************/ -#include -#include +#include +#include #include #include diff --git a/ITS/AliITSpList.cxx b/ITS/AliITSpList.cxx index 5b663a3f319..28217d643c7 100644 --- a/ITS/AliITSpList.cxx +++ b/ITS/AliITSpList.cxx @@ -16,8 +16,7 @@ #include #include -#include -#include +#include #include #include #include diff --git a/ITS/AliITSpackageSSD.cxx b/ITS/AliITSpackageSSD.cxx index 785be49bfe4..be7fe0ddf1a 100644 --- a/ITS/AliITSpackageSSD.cxx +++ b/ITS/AliITSpackageSSD.cxx @@ -15,12 +15,16 @@ /* $Log$ +Revision 1.5 2001/11/19 16:17:03 nilsen +Applyed fixes to bugs found by Rene Brun. With many thanks. Some additonal +bugs found by Rene require more work to fix. Will be fixed soon. + Revision 1.4 2000/07/12 05:32:20 fca Correcting several syntax problem with static members */ -#include +#include #include #include "AliITSpackageSSD.h" diff --git a/ITS/AliITSresponseSDD.h b/ITS/AliITSresponseSDD.h index 02c20c05993..040822dee1e 100644 --- a/ITS/AliITSresponseSDD.h +++ b/ITS/AliITSresponseSDD.h @@ -9,7 +9,7 @@ */ #include "TArrayF.h" #include -#include +#include #include "AliITSresponse.h" // response for SDD diff --git a/ITS/AliITSsDigitize.cxx b/ITS/AliITSsDigitize.cxx index 481d2e12e39..ee861a3e0c4 100644 --- a/ITS/AliITSsDigitize.cxx +++ b/ITS/AliITSsDigitize.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.3 2002/10/14 14:57:03 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.2.4.1 2002/06/10 17:51:15 hristov Merged with v3-08-02 @@ -26,7 +29,7 @@ New TTask method for creating SDigits from Hits. */ -#include +#include #include #include diff --git a/ITS/AliITSsegmentationSDD.cxx b/ITS/AliITSsegmentationSDD.cxx index 588530c3f20..105560b31d2 100644 --- a/ITS/AliITSsegmentationSDD.cxx +++ b/ITS/AliITSsegmentationSDD.cxx @@ -12,9 +12,7 @@ * about the suitability of this software for any purpose. It is * * provided "as is" without express or implied warranty. * **************************************************************************/ -#include -#include -#include +#include #include #include diff --git a/ITS/AliITSsegmentationSSD.cxx b/ITS/AliITSsegmentationSSD.cxx index c608b4aa626..95e20d00c0b 100644 --- a/ITS/AliITSsegmentationSSD.cxx +++ b/ITS/AliITSsegmentationSSD.cxx @@ -14,6 +14,9 @@ **************************************************************************/ /* $Log$ +Revision 1.15 2001/05/16 14:57:16 alibrary +New files for folders and Stack + Revision 1.14 2001/05/14 06:21:49 barbera Some unuseful printout commented @@ -34,7 +37,7 @@ Remove dead and/or unused code and printout lines. i.e. cleaned it up a bit. #include #include -#include +#include #include "AliITSsegmentationSSD.h" #include "AliITSgeom.h" #include "AliRun.h" diff --git a/ITS/AliITSsimulationSDD.cxx b/ITS/AliITSsimulationSDD.cxx index fa49e20c265..af298d2c291 100644 --- a/ITS/AliITSsimulationSDD.cxx +++ b/ITS/AliITSsimulationSDD.cxx @@ -15,6 +15,9 @@ /* $Id$ $Log$ + Revision 1.37 2002/10/14 14:57:07 hristov + Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.32.4.4 2002/10/14 13:14:08 hristov Updating VirtualMC to v3-09-02 @@ -33,7 +36,7 @@ */ -#include +#include #include #include #include diff --git a/ITS/AliITSsimulationSPD.cxx b/ITS/AliITSsimulationSPD.cxx index a4d6073c2e6..47415ca0945 100644 --- a/ITS/AliITSsimulationSPD.cxx +++ b/ITS/AliITSsimulationSPD.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.21 2002/10/14 14:57:08 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.15.4.3 2002/10/14 13:14:08 hristov Updating VirtualMC to v3-09-02 @@ -51,7 +54,7 @@ of these will require addtional work as data bases of detectors and the like are developed. */ -#include +#include #include #include #include diff --git a/ITS/AliITSsimulationSPDdubna.cxx b/ITS/AliITSsimulationSPDdubna.cxx index 056ba2e6a58..aa9f2c730be 100644 --- a/ITS/AliITSsimulationSPDdubna.cxx +++ b/ITS/AliITSsimulationSPDdubna.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.8 2002/10/14 14:57:08 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.3.8.2 2002/10/14 13:14:08 hristov Updating VirtualMC to v3-09-02 @@ -26,7 +29,7 @@ Updated SPD simulation with difusion effects. ReWritten Hit to SDigits code. */ -#include +#include #include #include #include diff --git a/ITS/AliITSsimulationSSD.cxx b/ITS/AliITSsimulationSSD.cxx index ef070ba506f..a7a72015ab2 100644 --- a/ITS/AliITSsimulationSSD.cxx +++ b/ITS/AliITSsimulationSSD.cxx @@ -16,8 +16,7 @@ #include #include -#include -#include +#include #include #include #include diff --git a/ITS/AliITStrackV2.cxx b/ITS/AliITStrackV2.cxx index 33ee5c1c6da..8d3b7de686e 100644 --- a/ITS/AliITStrackV2.cxx +++ b/ITS/AliITStrackV2.cxx @@ -23,7 +23,7 @@ #include #include -#include +#include #include "AliCluster.h" #include "AliTPCtrack.h" diff --git a/ITS/AliITStrackV2Pid.h b/ITS/AliITStrackV2Pid.h index 58d648d6949..c96a1b28dfa 100644 --- a/ITS/AliITStrackV2Pid.h +++ b/ITS/AliITStrackV2Pid.h @@ -2,7 +2,7 @@ #define ALIITSTRACKV2PID_H #include -#include +#include #include "AliITStrackV2.h" //_____________________________________________________________________________ diff --git a/ITS/AliITStrackerV2.cxx b/ITS/AliITStrackerV2.cxx index 1fdf25410e2..6a361a1d37e 100644 --- a/ITS/AliITStrackerV2.cxx +++ b/ITS/AliITStrackerV2.cxx @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include "AliITSgeom.h" #include "AliITSRecPoint.h" diff --git a/ITS/AliITSv5.cxx b/ITS/AliITSv5.cxx index 87d36abebf6..2472e691a51 100644 --- a/ITS/AliITSv5.cxx +++ b/ITS/AliITSv5.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.36 2002/10/14 14:57:08 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.35.10.2 2002/08/30 15:45:54 alibrary Adding geant4vmc support @@ -104,8 +107,7 @@ Introduction of the Copyright and cvs Log // Created September 17 1999. // /////////////////////////////////////////////////////////////////////////////// -#include -#include +#include #include #include #include diff --git a/ITS/AliITSv5asymm.cxx b/ITS/AliITSv5asymm.cxx index 98d97491ae4..830abe601e8 100644 --- a/ITS/AliITSv5asymm.cxx +++ b/ITS/AliITSv5asymm.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.19 2002/10/14 14:57:08 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.18.10.2 2002/08/30 15:45:54 alibrary Adding geant4vmc support @@ -129,8 +132,7 @@ Introduction of the Copyright and cvs Log // Created October 7 2000. // /////////////////////////////////////////////////////////////////////////////// -#include -#include +#include #include #include #include diff --git a/ITS/AliITSv5symm.cxx b/ITS/AliITSv5symm.cxx index 2160e1b6419..40435f2b474 100644 --- a/ITS/AliITSv5symm.cxx +++ b/ITS/AliITSv5symm.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.14 2002/10/14 14:57:08 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.13.10.2 2002/08/30 15:45:54 alibrary Adding geant4vmc support @@ -113,8 +116,7 @@ Introduction of the Copyright and cvs Log // Created October 7 2000. // /////////////////////////////////////////////////////////////////////////////// -#include -#include +#include #include #include #include diff --git a/ITS/AliITSvPPRasymm.cxx b/ITS/AliITSvPPRasymm.cxx index 8274e3a9ae6..aaec567140e 100644 --- a/ITS/AliITSvPPRasymm.cxx +++ b/ITS/AliITSvPPRasymm.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.59 2002/10/14 14:57:08 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.53.6.4 2002/10/14 13:14:08 hristov Updating VirtualMC to v3-09-02 @@ -199,8 +202,7 @@ New ITS detailed geometry to be used for the PPR /////////////////////////////////////////////////////////////////////////////// // See AliITSvPPRasymm::StepManager(). -#include -#include +#include #include #include #include diff --git a/ITS/AliITSvPPRasymmFMD.cxx b/ITS/AliITSvPPRasymmFMD.cxx index fdaf46c79f4..a595731ba7b 100644 --- a/ITS/AliITSvPPRasymmFMD.cxx +++ b/ITS/AliITSvPPRasymmFMD.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.4 2002/10/14 14:57:09 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.3.2.1 2002/10/14 13:14:11 hristov Updating VirtualMC to v3-09-02 @@ -47,8 +50,7 @@ Updated detailed geometry needed by FMD people for some studies /////////////////////////////////////////////////////////////////////////////// // See AliITSvPPRasymmFMD::StepManager(). -#include -#include +#include #include #include #include diff --git a/ITS/AliITSvPPRcoarseasymm.cxx b/ITS/AliITSvPPRcoarseasymm.cxx index 3f5fdc50c28..12ff29b85cf 100644 --- a/ITS/AliITSvPPRcoarseasymm.cxx +++ b/ITS/AliITSvPPRcoarseasymm.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.27 2001/10/18 12:26:38 barbera +Six cylinders definition in BuildGeometry() improved by comparison with CreateGeometry() + Revision 1.26 2001/05/25 15:59:59 morsch Overlaps corrected. (R. Barbera) @@ -138,7 +141,7 @@ Introduction of the Copyright and cvs Log // strongly encouraged to uses AliITSv5. // // /////////////////////////////////////////////////////////////////////////////// -#include +#include #include #include #include diff --git a/ITS/AliITSvPPRcoarsesymm.cxx b/ITS/AliITSvPPRcoarsesymm.cxx index 7f64dc47c47..c0bb160e1c9 100644 --- a/ITS/AliITSvPPRcoarsesymm.cxx +++ b/ITS/AliITSvPPRcoarsesymm.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.25 2001/10/18 12:26:38 barbera +Six cylinders definition in BuildGeometry() improved by comparison with CreateGeometry() + Revision 1.24 2001/05/25 15:59:59 morsch Overlaps corrected. (R. Barbera) @@ -135,7 +138,7 @@ Introduction of the Copyright and cvs Log // strongly encouraged to uses AliITSv5. // // /////////////////////////////////////////////////////////////////////////////// -#include +#include #include #include #include diff --git a/ITS/AliITSvPPRsymm.cxx b/ITS/AliITSvPPRsymm.cxx index 6ff04db344b..f978c9f3129 100644 --- a/ITS/AliITSvPPRsymm.cxx +++ b/ITS/AliITSvPPRsymm.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.41 2002/10/14 14:57:09 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.38.6.3 2002/10/14 13:14:12 hristov Updating VirtualMC to v3-09-02 @@ -229,8 +232,7 @@ Introduction of the Copyright and cvs Log // // ////////////////////////////////////////////////////////////////////////////// // See AliITSvPPRsymm::StepManager(). -#include -#include +#include #include #include #include diff --git a/ITS/AliITSvtest.cxx b/ITS/AliITSvtest.cxx index 8f2e9e3f281..a24acea82f3 100644 --- a/ITS/AliITSvtest.cxx +++ b/ITS/AliITSvtest.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.14 2002/10/14 14:57:10 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.13.8.2 2002/08/30 15:45:56 alibrary Adding geant4vmc support @@ -99,8 +102,7 @@ $Id$ /////////////////////////////////////////////////////////////////////////////// #include #include -#include -#include +#include #include #include #include diff --git a/ITS/AliV0vertex.cxx b/ITS/AliV0vertex.cxx index d675175839d..20ff34d2a11 100644 --- a/ITS/AliV0vertex.cxx +++ b/ITS/AliV0vertex.cxx @@ -18,7 +18,7 @@ // // Origin: Iouri Belikov, IReS, Strasbourg, Jouri.Belikov@cern.ch //------------------------------------------------------------------------- -#include +#include #include #include "AliV0vertex.h" diff --git a/ITS/AliV0vertexer.cxx b/ITS/AliV0vertexer.cxx index cc8df89c1eb..c488430d694 100644 --- a/ITS/AliV0vertexer.cxx +++ b/ITS/AliV0vertexer.cxx @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include "AliV0vertex.h" #include "AliV0vertexer.h" -- 2.43.5