]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing AliMCProcess and AliMC
authoralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 21 Nov 2002 16:31:05 +0000 (16:31 +0000)
committeralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 21 Nov 2002 16:31:05 +0000 (16:31 +0000)
17 files changed:
STRUCT/AliABSOv0.cxx
STRUCT/AliABSOvF.cxx
STRUCT/AliBODY.cxx
STRUCT/AliDIPOv1.cxx
STRUCT/AliDIPOv2.cxx
STRUCT/AliFRAMEv0.cxx
STRUCT/AliFRAMEv1.cxx
STRUCT/AliFRAMEv2.cxx
STRUCT/AliHALL.cxx
STRUCT/AliMAG.cxx
STRUCT/AliPIPEv0.cxx
STRUCT/AliPIPEv1.cxx
STRUCT/AliPIPEv3.cxx
STRUCT/AliSHILv0.cxx
STRUCT/AliSHILv2.cxx
STRUCT/AliSHILvF.cxx
TFluka/TFluka.h

index 21240109661cf5bb8f53c80125e87229fb75ef4d..53db49b04e2de834cfc25f7f4220445b9569c4a2 100644 (file)
@@ -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)
index d27e6d00e4740971bd3728d65eb85a04f1c7dbc1..96d3db8c6efbeb1b93a9dbb32cda426bccc8bdea 100644 (file)
 
 /*
 $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"
 
index 1138b67882ac012e922dbb1b210e851d9e657489..1713e80808e31d647278b3699f1b6f7cc61f7053 100644 (file)
@@ -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"
 
index e0acb09da1dff84ab27481987edd01b3ae73364f..85adecdbc1d4dc458c6336c6c95bf588bc60d534 100644 (file)
@@ -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)
index 3b0c05fade704608ea4af90c9f264e025f76ddbc..f6a8d6fe0d97fb2b92a1137ab943f708b4e0598f 100644 (file)
@@ -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);
   // 
index e7e445083a67cff0ff474bd31d1850a615d84559..df28b0f57a98e61e7c1055f1022f312dc7bbbb05 100644 (file)
@@ -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)
index 61cb2f19c9525908691227f6e14961f413a8b276..1dd4f34348eca85293ad2e6bda06405a1ba5602b 100644 (file)
@@ -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)
index 644e94b0d0bad5700539755639f28a5220076431..e592c44a39f6559639b5b84bc2f6ccf2beee465a 100644 (file)
@@ -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)
index 445633b81efd7207274e49a144c69e0cec7d5bec..2a80c6ec071c1d93135e4ad18fd472dacfb9746b 100644 (file)
@@ -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"
  
index f6248884c2b95156718a9fd7e2b930f3951bca6b..5801482ecad175809a5ec9240ffdc371713e315e 100644 (file)
@@ -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)
index 078b051690210b3551e5b946ce3bc4c0fe72a29e..cad1016c5951c03481af05f3fb571366fc4b7b98 100644 (file)
@@ -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 <Riostream.h>
index 52dc328a1b6a46a5f87fa99b684f3c2e2a8a1282..7d28ad14db29d7e2c93f104bd73fbbbfcb07c4dd 100644 (file)
@@ -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)
  
index 56f13ec8a5c508e4826e41a660565a3d149f4b03..a8890972eb88d822a4cd0e7fa6e2adb9dd8c00b2 100644 (file)
@@ -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)
index f0f234809d3b7621eee4fb2f6b613433a910d499..57e9a11f917fe1c1d25015b32dbd29a8e8423b3d 100644 (file)
@@ -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)
index 4580766056e69a5a40ad519c096f99f808a0f66e..075dcc8832f8d1fbd5ad6e9ccd35096daec42db1 100644 (file)
@@ -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"
 
index 475757f7017e1c85366488e0283fecc63d5bd12e..58aacb54b63f033b2abd3349ffb2f8e4c0c44f46 100644 (file)
@@ -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"
 
index a9e2521e577e4f8f0512e6fe6c7b7eed2e3da0d2..c1211639aebb0109970ddfedd9ad8f23c32259de 100644 (file)
@@ -8,7 +8,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 //                                                                           //
 //                                                                           //
-// FLUKA implementation of the AliMC Interface                               //
+// FLUKA implementation of the TVirtualMC Interface                          //
 //                                                                           //
 //                                                                           //
 ///////////////////////////////////////////////////////////////////////////////