From 43ea1292b64759b841288db71760842ec14a52bc Mon Sep 17 00:00:00 2001 From: alibrary Date: Thu, 21 Nov 2002 16:31:05 +0000 Subject: [PATCH] Removing AliMCProcess and AliMC --- STRUCT/AliABSOv0.cxx | 4 +++- STRUCT/AliABSOvF.cxx | 5 ++++- STRUCT/AliBODY.cxx | 4 +++- STRUCT/AliDIPOv1.cxx | 4 +++- STRUCT/AliDIPOv2.cxx | 8 +++----- STRUCT/AliFRAMEv0.cxx | 4 +++- STRUCT/AliFRAMEv1.cxx | 4 +++- STRUCT/AliFRAMEv2.cxx | 4 +++- STRUCT/AliHALL.cxx | 4 +++- STRUCT/AliMAG.cxx | 4 +++- STRUCT/AliPIPEv0.cxx | 4 +++- STRUCT/AliPIPEv1.cxx | 4 +++- STRUCT/AliPIPEv3.cxx | 4 +++- STRUCT/AliSHILv0.cxx | 4 +++- STRUCT/AliSHILv2.cxx | 4 +++- STRUCT/AliSHILvF.cxx | 4 +++- TFluka/TFluka.h | 2 +- 17 files changed, 50 insertions(+), 21 deletions(-) diff --git a/STRUCT/AliABSOv0.cxx b/STRUCT/AliABSOv0.cxx index 21240109661..53db49b04e2 100644 --- a/STRUCT/AliABSOv0.cxx +++ b/STRUCT/AliABSOv0.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.15 2002/10/29 09:53:40 morsch +Constants start with k. Warnings corrected. + Revision 1.14 2002/10/21 09:09:33 alibrary Removing unused variables @@ -88,7 +91,6 @@ Standard version of ABSO #include "AliABSOv0.h" #include "AliRun.h" -#include "AliMC.h" #include "AliConst.h" ClassImp(AliABSOv0) diff --git a/STRUCT/AliABSOvF.cxx b/STRUCT/AliABSOvF.cxx index d27e6d00e47..96d3db8c6ef 100644 --- a/STRUCT/AliABSOvF.cxx +++ b/STRUCT/AliABSOvF.cxx @@ -15,6 +15,10 @@ /* $Log$ +Revision 1.3 2001/01/12 13:14:49 morsch +Store absorber composition information in fMLayers and fZLayers +Rear: 25 cm Fe + 4*5cm Pb + 3*5cm PolyCH2 + */ // // @@ -23,7 +27,6 @@ $Log$ #include "AliABSOvF.h" #include "AliRun.h" -#include "AliMC.h" #include "AliConst.h" #include "AliALIFE.h" diff --git a/STRUCT/AliBODY.cxx b/STRUCT/AliBODY.cxx index 1138b67882a..1713e80808e 100644 --- a/STRUCT/AliBODY.cxx +++ b/STRUCT/AliBODY.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.11 2002/10/14 14:57:39 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.8.12.1 2002/07/24 10:08:27 alibrary Updating VirtualMC @@ -57,7 +60,6 @@ Introduction of the Copyright and cvs Log /////////////////////////////////////////////////////////////////////////////// #include "AliRun.h" -#include "AliMC.h" #include "AliMagF.h" #include "AliBODY.h" diff --git a/STRUCT/AliDIPOv1.cxx b/STRUCT/AliDIPOv1.cxx index e0acb09da1d..85adecdbc1d 100644 --- a/STRUCT/AliDIPOv1.cxx +++ b/STRUCT/AliDIPOv1.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.8 2000/10/02 21:28:15 fca +Removal of useless dependecies via forward declarations + Revision 1.7 2000/06/11 12:33:34 morsch Coding rule violations corrected @@ -45,7 +48,6 @@ Introduction of the Copyright and cvs Log #include "AliDIPOv1.h" #include "AliRun.h" -#include "AliMC.h" #include "AliMagF.h" ClassImp(AliDIPOv1) diff --git a/STRUCT/AliDIPOv2.cxx b/STRUCT/AliDIPOv2.cxx index 3b0c05fade7..f6a8d6fe0d9 100644 --- a/STRUCT/AliDIPOv2.cxx +++ b/STRUCT/AliDIPOv2.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.18 2001/06/21 14:16:43 morsch +Use absolute coordinates for mother volume PCON. + Revision 1.17 2001/06/21 11:59:25 morsch Some more details in compensator geometry. @@ -73,7 +76,6 @@ Introduction of the Copyright and cvs Log #include "AliDIPOv2.h" #include "AliRun.h" -#include "AliMC.h" #include "AliMagF.h" #include "AliConst.h" @@ -116,8 +118,6 @@ void AliDIPOv2::CreateSpectrometerDipole() // Creation of the geometry of the magnetic DIPOLE version 2 // - // AliMC* gMC = AliMC::GetMC(); - Float_t cpar[5], tpar[18], ypar[12]; Float_t dz, dx, dy; Int_t idrotm[1899]; @@ -807,8 +807,6 @@ void AliDIPOv2::DrawModule() // Draw a shaded view of the muon absorber // - AliMC* gMC = AliMC::GetMC(); - // Set everything unseen gMC->Gsatt("*", "seen", -1); // diff --git a/STRUCT/AliFRAMEv0.cxx b/STRUCT/AliFRAMEv0.cxx index e7e445083a6..df28b0f57a9 100644 --- a/STRUCT/AliFRAMEv0.cxx +++ b/STRUCT/AliFRAMEv0.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.15 2000/12/21 16:41:06 morsch +Coding convention clean-up (RS3) + Revision 1.14 2000/10/02 21:28:15 fca Removal of useless dependecies via forward declarations @@ -42,7 +45,6 @@ Introduction of the Copyright and cvs Log #include "AliFRAMEv0.h" #include "AliRun.h" -#include "AliMC.h" #include "TSystem.h" ClassImp(AliFRAMEv0) diff --git a/STRUCT/AliFRAMEv1.cxx b/STRUCT/AliFRAMEv1.cxx index 61cb2f19c95..1dd4f34348e 100644 --- a/STRUCT/AliFRAMEv1.cxx +++ b/STRUCT/AliFRAMEv1.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.11 2001/05/16 14:57:22 alibrary +New files for folders and Stack + Revision 1.10 2000/10/02 21:28:15 fca Removal of useless dependecies via forward declarations @@ -39,7 +42,6 @@ Introduction of the Copyright and cvs Log #include "AliFRAMEv1.h" #include "AliRun.h" -#include "AliMC.h" #include "TSystem.h" ClassImp(AliFRAMEv1) diff --git a/STRUCT/AliFRAMEv2.cxx b/STRUCT/AliFRAMEv2.cxx index 644e94b0d0b..e592c44a39f 100644 --- a/STRUCT/AliFRAMEv2.cxx +++ b/STRUCT/AliFRAMEv2.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.12 2002/10/14 14:57:39 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.9.6.2 2002/07/24 10:08:27 alibrary Updating VirtualMC @@ -60,7 +63,6 @@ C++ version of spaceframe with specs according to Jan Bielski Feb. 2001 #include "AliFRAMEv2.h" #include "AliMagF.h" #include "AliRun.h" -#include "AliMC.h" #include "TSystem.h" ClassImp(AliFRAMEv2) diff --git a/STRUCT/AliHALL.cxx b/STRUCT/AliHALL.cxx index 445633b81ef..2a80c6ec071 100644 --- a/STRUCT/AliHALL.cxx +++ b/STRUCT/AliHALL.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.17 2002/10/14 14:57:39 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.14.6.2 2002/06/14 10:29:54 hristov Merged with v3-08-03 @@ -76,7 +79,6 @@ Introduction of the Copyright and cvs Log #include "AliHALL.h" #include "AliRun.h" -#include "AliMC.h" #include "AliMagF.h" #include "AliConst.h" diff --git a/STRUCT/AliMAG.cxx b/STRUCT/AliMAG.cxx index f6248884c2b..5801482ecad 100644 --- a/STRUCT/AliMAG.cxx +++ b/STRUCT/AliMAG.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.13 2002/11/06 15:20:32 hristov +Corrected logics (I.Hrivnacova) + Revision 1.12 2002/11/01 10:59:49 hristov Correcting geometry (corresponds to version 1.9) @@ -59,7 +62,6 @@ Introduction of the Copyright and cvs Log #include "AliMAG.h" #include "AliRun.h" -#include "AliMC.h" #include "AliMagF.h" ClassImp(AliMAG) diff --git a/STRUCT/AliPIPEv0.cxx b/STRUCT/AliPIPEv0.cxx index 078b0516902..cad1016c595 100644 --- a/STRUCT/AliPIPEv0.cxx +++ b/STRUCT/AliPIPEv0.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.24 2002/10/22 15:02:47 alibrary +Introducing Riostream.h + Revision 1.23 2002/10/14 14:57:39 hristov Merging the VirtualMC branch to the main development branch (HEAD) @@ -95,7 +98,6 @@ Introduction of the Copyright and cvs Log #include "AliRun.h" #include "AliConst.h" #include "AliMagF.h" -#include "AliMC.h" #include "TSystem.h" #include diff --git a/STRUCT/AliPIPEv1.cxx b/STRUCT/AliPIPEv1.cxx index 52dc328a1b6..7d28ad14db2 100644 --- a/STRUCT/AliPIPEv1.cxx +++ b/STRUCT/AliPIPEv1.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.8 2000/10/02 21:28:15 fca +Removal of useless dependecies via forward declarations + Revision 1.7 2000/06/11 12:37:25 morsch Coding rule violations corrected @@ -38,7 +41,6 @@ Introduction of the Copyright and cvs Log #include "AliPIPEv1.h" #include "AliRun.h" #include "AliMagF.h" -#include "AliMC.h" ClassImp(AliPIPEv1) diff --git a/STRUCT/AliPIPEv3.cxx b/STRUCT/AliPIPEv3.cxx index 56f13ec8a5c..a8890972eb8 100644 --- a/STRUCT/AliPIPEv3.cxx +++ b/STRUCT/AliPIPEv3.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.10 2002/10/14 14:57:39 hristov +Merging the VirtualMC branch to the main development branch (HEAD) + Revision 1.8.12.1 2002/07/24 10:08:27 alibrary Updating VirtualMC @@ -49,7 +52,6 @@ Introduction of the Copyright and cvs Log #include "AliPIPEv3.h" #include "AliRun.h" -#include "AliMC.h" #include "AliMagF.h" ClassImp(AliPIPEv3) diff --git a/STRUCT/AliSHILv0.cxx b/STRUCT/AliSHILv0.cxx index f0f234809d3..57e9a11f917 100644 --- a/STRUCT/AliSHILv0.cxx +++ b/STRUCT/AliSHILv0.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.21 2002/10/29 17:20:38 hristov +Corrections for subscript out of range (Alpha) + Revision 1.20 2002/10/29 09:53:40 morsch Constants start with k. Warnings corrected. @@ -102,7 +105,6 @@ Standard version of SHIL #include "AliSHILv0.h" #include "AliRun.h" -#include "AliMC.h" #include "AliConst.h" ClassImp(AliSHILv0) diff --git a/STRUCT/AliSHILv2.cxx b/STRUCT/AliSHILv2.cxx index 4580766056e..075dcc8832f 100644 --- a/STRUCT/AliSHILv2.cxx +++ b/STRUCT/AliSHILv2.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.7 2002/11/12 17:06:13 morsch +Update on recess between stations 4 and 5. + Revision 1.6 2002/10/29 09:53:40 morsch Constants start with k. Warnings corrected. @@ -38,7 +41,6 @@ New shield geometry. #include "AliSHILv2.h" #include "AliRun.h" -#include "AliMC.h" #include "AliConst.h" #include "AliALIFE.h" diff --git a/STRUCT/AliSHILvF.cxx b/STRUCT/AliSHILvF.cxx index 475757f7017..58aacb54b63 100644 --- a/STRUCT/AliSHILvF.cxx +++ b/STRUCT/AliSHILvF.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.19 2002/10/29 17:20:38 hristov +Corrections for subscript out of range (Alpha) + Revision 1.18 2002/10/29 09:53:40 morsch Constants start with k. Warnings corrected. @@ -71,7 +74,6 @@ Update to geometry defined for the Muon Spectrometer Addendum to the TDR. #include "AliSHILvF.h" #include "AliRun.h" -#include "AliMC.h" #include "AliConst.h" #include "AliALIFE.h" diff --git a/TFluka/TFluka.h b/TFluka/TFluka.h index a9e2521e577..c1211639aeb 100644 --- a/TFluka/TFluka.h +++ b/TFluka/TFluka.h @@ -8,7 +8,7 @@ /////////////////////////////////////////////////////////////////////////////// // // // // -// FLUKA implementation of the AliMC Interface // +// FLUKA implementation of the TVirtualMC Interface // // // // // /////////////////////////////////////////////////////////////////////////////// -- 2.43.0