]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/hough/AliL3Histogram.h
- check for AliRoot features/libs/files and corresponding conditional
[u/mrichter/AliRoot.git] / HLT / hough / AliL3Histogram.h
index b6b5f5220ae4b27af62cd89f6be8582ac478c4b7..4381b8a1809cc71e2195a42d26fe450c16410845 100644 (file)
@@ -65,9 +65,11 @@ class AliL3Histogram {
   Int_t GetNbinsX() const {return fNxbins;}
   Int_t GetNbinsY() const {return fNybins;}
   Int_t GetNEntries() const {return fEntries;}
+
+  Int_t *fContent; //!
+  Int_t *GetContentArray() const {return fContent;}
     
  protected:
-  Int_t *fContent; //!
   Char_t fName[100]; // Name of the histogram
   Int_t fNxbins; // Number of bins in the histogram
   Int_t fNybins; // Number of bins in the histogram