]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STRUCT/AliFRAME.cxx
Updates
[u/mrichter/AliRoot.git] / STRUCT / AliFRAME.cxx
index 5ac386782415bbabac8c9feff7013f467d384119..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                                                              //
 #include "AliRun.h"
  
 ClassImp(AliFRAME)
+
  
 //_____________________________________________________________________________
-AliFRAME::AliFRAME()
+AliFRAME::AliFRAME():
+  fRefVolumeId1(0),
+  fRefVolumeId2(0)
 {
   //
   // Default constructor
@@ -33,14 +53,16 @@ AliFRAME::AliFRAME()
  
 //_____________________________________________________________________________
 AliFRAME::AliFRAME(const char *name, const char *title)
-  : AliModule(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);
 }