]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STRUCT/AliFRAME.cxx
Updated MUONRawStreamTrackerErrorCount function
[u/mrichter/AliRoot.git] / STRUCT / AliFRAME.cxx
index 4c0ec560d3643edb44772c2b341a4e2fc742cbd9..9fa4cd127ce5d699a462e7fba2857834b85081a0 100644 (file)
@@ -1,3 +1,20 @@
+/**************************************************************************
+ * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ *                                                                        *
+ * Author: The ALICE Off-line Project.                                    *
+ * Contributors are mentioned in the code where appropriate.              *
+ *                                                                        *
+ * Permission to use, copy, modify and distribute this software and its   *
+ * documentation strictly for non-commercial purposes is hereby granted   *
+ * without fee, provided that the above copyright notice appears in all   *
+ * copies and that both the copyright notice and this permission notice   *
+ * appear in the supporting documentation. The authors make no claims     *
+ * about the suitability of this software for any purpose. It is          *
+ * provided "as is" without express or implied warranty.                  *
+ **************************************************************************/
+
+/* $Id$ */
+
 ///////////////////////////////////////////////////////////////////////////////
 //                                                                           //
 //  Space Frame                                                              //
@@ -5,7 +22,7 @@
 //                                                                           //
 //Begin_Html
 /*
-<img src="gif/AliFRAMEClass.gif">
+<img src="picts/AliFRAMEClass.gif">
 </pre>
 <br clear=left>
 <font size=+2 color=red>
 
 #include "AliFRAME.h"
 #include "AliRun.h"
-#include "AliMC.h"
  
 ClassImp(AliFRAME)
+
  
 //_____________________________________________________________________________
-AliFRAME::AliFRAME()
+AliFRAME::AliFRAME():
+  fRefVolumeId1(0),
+  fRefVolumeId2(0)
 {
   //
   // Default constructor
@@ -34,31 +53,16 @@ AliFRAME::AliFRAME()
  
 //_____________________________________________________________________________
 AliFRAME::AliFRAME(const char *name, const char *title)
-  : AliDetector(name,title)
+    : AliModule(name,title),
+      fRefVolumeId1(0),
+      fRefVolumeId2(0)
 {
   //
   // Standard constructor
   //
     
-  SetMarkerColor(7);
-  SetMarkerStyle(2);
-  SetMarkerSize(0.4);
+  //PH  SetMarkerColor(7);
+  //PH  SetMarkerStyle(2);
+  //PH  SetMarkerSize(0.4);
 }
  
-//_____________________________________________________________________________
-void AliFRAME::BuildGeometry()
-{
-  //
-  // ROOT TNode geometry is built only for sensitive detectors
-  // and not for structural elements
-  //
-}
-//_____________________________________________________________________________
-
-void AliFRAME::StepManager()
-{
-  //
-  // Called at every step in the space frame
-  //
-}