]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STRUCT/AliFRAME.cxx
Added loop for extraction of clusters really attached to its track.
[u/mrichter/AliRoot.git] / STRUCT / AliFRAME.cxx
index b92e37cf30aac4b14f843014a49516dd04ef4a6d..9fa4cd127ce5d699a462e7fba2857834b85081a0 100644 (file)
@@ -13,9 +13,7 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-*/
+/* $Id$ */
 
 ///////////////////////////////////////////////////////////////////////////////
 //                                                                           //
@@ -41,9 +39,12 @@ $Log$
 #include "AliRun.h"
  
 ClassImp(AliFRAME)
+
  
 //_____________________________________________________________________________
-AliFRAME::AliFRAME()
+AliFRAME::AliFRAME():
+  fRefVolumeId1(0),
+  fRefVolumeId2(0)
 {
   //
   // Default constructor
@@ -52,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);
 }