]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/STEERBase/AliVCluster.h
Merge branch 'flatdev' of https://git.cern.ch/reps/AliRoot into flatdev
[u/mrichter/AliRoot.git] / STEER / STEERBase / AliVCluster.h
index e973c13ed0896d86116f4a215fb6baa62fca8d6d..b61dd88cca9b7ef3a47bad2427e04e972b10571b 100644 (file)
@@ -102,8 +102,9 @@ class AliVCluster : public TObject
   
   virtual void        SetNCells(Int_t)              { ; }
   virtual Int_t       GetNCells() const             {return 0 ; }
-  
+  virtual void        SetCellsAbsId(UShort_t */*array*/) {;}  
   virtual UShort_t   *GetCellsAbsId()               {return 0 ; }
+  virtual void        SetCellsAmplitudeFraction(Double32_t */*array*/) {;}
   virtual Double_t   *GetCellsAmplitudeFraction()   {return 0 ; }
   virtual Int_t       GetCellAbsId(Int_t) const     {return 0 ; }  
   virtual Double_t    GetCellAmplitudeFraction(Int_t) const {return 0. ; }
@@ -112,11 +113,18 @@ class AliVCluster : public TObject
   virtual Int_t       GetLabelAt(UInt_t) const      {return -1 ;}
   virtual Int_t      *GetLabels() const             {return 0 ; }
   virtual UInt_t      GetNLabels() const            {return 0 ; }
-  
+  virtual void        SetLabel(Int_t *, UInt_t )    { ; }
+
   virtual Int_t       GetNTracksMatched() const     {return 0 ; }
   virtual TObject    *GetTrackMatched(Int_t) const  {return 0 ; }//AODCaloCluster
   virtual Int_t       GetTrackMatchedIndex() const  {return -1; }//ESDCaloCluster
+
+  virtual Double_t    GetMCEnergyFraction() const           {return 0 ; }
+  virtual void        SetMCEnergyFraction(Double_t)         { ; }
   
+  virtual Double_t    GetCoreEnergy() const           {return 0 ; }
+  virtual void        SetCoreEnergy(Double_t)         { ; }
+
   virtual void GetMomentum(TLorentzVector &/*tl*/, Double_t * /*v*/) { ; }
   
   ClassDef(AliVCluster,0)  //VCluster