]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSDA1.h
Getters added.
[u/mrichter/AliRoot.git] / PHOS / AliPHOSDA1.h
index 52b21fad9edab5847f8cda2a4808177cb0ebb9a0..8368010180b65d5a527e34a12da3e23f93efc145 100644 (file)
@@ -18,7 +18,12 @@ class AliPHOSDA1 : public TNamed {
   void  FillHistograms(Float_t e[64][56][2], Float_t t[64][56][2]);
   Int_t GetModule() { return fMod; }
   void  UpdateHistoFile();
-  
+
+  const TH2F* GetTimeEnergyHistogram(Int_t X, Int_t Z, Int_t gain) const 
+  { return fTimeEnergy[X][Z][gain]; }
+  const TH1F* GetHgLgRatioHistogram(Int_t X, Int_t Z) const
+  { return fHgLgRatio[X][Z]; }
+   
  private:
 
   TFile* fHistoFile;            // root file to store histograms in