]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONVCluster.h
Adding a line to be able to generate core dumps online
[u/mrichter/AliRoot.git] / MUON / AliMUONVCluster.h
index 0c05e68583e3b94bdbc23e965d7e54f5e8d03d66..b86a5af5f8e45186ffdb97569c9327f066321cc4 100644 (file)
@@ -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;