]> 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 0befd7bfa6f245bb780f4b3c0fe1818f6de15728..9fa4cd127ce5d699a462e7fba2857834b85081a0 100644 (file)
@@ -43,7 +43,8 @@ ClassImp(AliFRAME)
  
 //_____________________________________________________________________________
 AliFRAME::AliFRAME():
-    fRefVolumeId(0)
+  fRefVolumeId1(0),
+  fRefVolumeId2(0)
 {
   //
   // Default constructor
@@ -53,14 +54,15 @@ AliFRAME::AliFRAME():
 //_____________________________________________________________________________
 AliFRAME::AliFRAME(const char *name, const char *title)
     : AliModule(name,title),
-      fRefVolumeId(0)
+      fRefVolumeId1(0),
+      fRefVolumeId2(0)
 {
   //
   // Standard constructor
   //
     
-  SetMarkerColor(7);
-  SetMarkerStyle(2);
-  SetMarkerSize(0.4);
+  //PH  SetMarkerColor(7);
+  //PH  SetMarkerStyle(2);
+  //PH  SetMarkerSize(0.4);
 }