X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONVCluster.h;h=b86a5af5f8e45186ffdb97569c9327f066321cc4;hb=a15a9f84f12d635aa26fb4fd9628d8029e024d2d;hp=0c05e68583e3b94bdbc23e965d7e54f5e8d03d66;hpb=103e6575cfd665fff5695fc6846a51ad26f8d1a2;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONVCluster.h b/MUON/AliMUONVCluster.h index 0c05e68583e..b86a5af5f8e 100644 --- a/MUON/AliMUONVCluster.h +++ b/MUON/AliMUONVCluster.h @@ -77,6 +77,11 @@ class AliMUONVCluster : public TObject { /// Return chi2 of cluster virtual Double_t GetChi2() const = 0; + /// Set the corresponding MC track number + virtual void SetMCLabel(Int_t label) = 0; + /// Return the corresponding MC track number + virtual Int_t GetMCLabel() const = 0; + virtual void Print(Option_t *option = "") const;