]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STRUCT/AliFRAMEv0.cxx
Overlap between Shield and Absorber due to limited numerical precision removed
[u/mrichter/AliRoot.git] / STRUCT / AliFRAMEv0.cxx
index 4196bfaa30549ab055a994683492f094c0351427..880670abd4bf76bf3df067e5d5a2d66368cafc27 100644 (file)
 
 /*
 $Log$
+Revision 1.10  1999/10/06 20:56:55  fca
+Introducing new frame 1099
+
+Revision 1.9  1999/09/29 09:24:30  fca
+Introduction of the Copyright and cvs Log
+
 */
 
 ////////////////////////////////////////////////
 //  space frame class                            /
 ////////////////////////////////////////////////
 
-#include <stdio.h> 
-#include <TMath.h>
-#include <TRandom.h>
-#include <TVector.h>
 #include "AliFRAMEv0.h"
 #include "AliRun.h"
-#include "stdlib.h"
-#include "AliMC.h"
 #include "TSystem.h"
  
 ClassImp(AliFRAMEv0)
@@ -43,7 +43,7 @@ AliFRAMEv0::AliFRAMEv0(const char *name, const char *title)
   : AliFRAME(name,title)
 {
   printf("Create FRAMEv0 object\n");  
-  fEuclidGeometry="$(ALICE_ROOT)/Euclid/frame0799nobar.euc";
+  fEuclidGeometry="$(ALICE_ROOT)/Euclid/frame1099h.euc";
   fEuclidMaterial="$(ALICE_ROOT)/Euclid/frame.tme";
 }
 
@@ -111,6 +111,23 @@ void AliFRAMEv0::CreateMaterials()
   }
 }
 
+//_____________________________________________________________________________
+void AliFRAMEv0::Init()
+{
+  //
+  // Initialise the module after the geometry has been defined
+  //
+
+  printf("**************************************"
+        " FRAME "
+        "**************************************\n");
+  printf("\n     Version 0 of FRAME initialised, "
+        "with openings for PHOS and RICH\n\n");
+  printf("**************************************"
+        " FRAME "
+        "**************************************\n");
+
+}