]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliCluster.h
Calculation of new variables needed for Non-id HBT added. (Z. Chajecki)
[u/mrichter/AliRoot.git] / STEER / AliCluster.h
index dcb94a07485021407040cd72b97d20c22ad8e6c9..4320266542c8766b097e965fb7ec927c28980faf 100644 (file)
@@ -3,9 +3,11 @@
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
+/* $Id$ */
+
 //-------------------------------------------------------------------------
 //                          Class AliCluster
-//
+//                Generic class for clusters
 //       Origin: Iouri Belikov, CERN, Jouri.Belikov@cern.ch 
 //-------------------------------------------------------------------------
 
@@ -29,7 +31,12 @@ public:
   Float_t GetSigmaY2()    const {return fSigmaY2;}
   Float_t GetSigmaZ2()    const {return fSigmaZ2;}
 
-  virtual void Use() = 0;
+  //PH  virtual void Use() = 0;
+  //PH The pure virtual function has been temporarily replaced by 
+  //PH virtual function with empty body. This correction somehow helps
+  //PH to write/read TClonesArray with AliITSclusterV2 objects, but obviously
+  //PH hides some more tricky problems (to be investigated)
+  virtual void Use() {;}
 
 protected:
   Int_t     fTracks[3];//labels of overlapped tracks