]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSDA2.h
Removed ExB calibration, it is calculated online (Marian)
[u/mrichter/AliRoot.git] / PHOS / AliPHOSDA2.h
index a0d4ff560b7bf0a59d309cc7d05dc23d28391262..86b7237d05918b7c777231d08b29f08fd40c5d2f 100644 (file)
@@ -16,16 +16,20 @@ class AliPHOSDA2 : public TNamed {
   ~AliPHOSDA2();
   
   void  FillQualityHistograms(Float_t quality[64][56][2]);
+  void  FillFiredCellsHistogram(Int_t nCells);
   Int_t GetModule() { return fMod; }
   void  UpdateHistoFile();
 
   const TH1F* GetQualityHistogram(Int_t X, Int_t Z, Int_t gain) const
   { return fHQuality[X][Z][gain]; }
+
+  const TH1I* GetFiredCellsHistogram() { return fFiredCells; }
   
  private:
 
   TFile* fHistoFile;            // root file to store histograms in
   TH1F* fHQuality[64][56][2];   // "quality" for high and low gains
+  TH1I* fFiredCells;            // Number of fired cells pre event.
   Int_t fMod;                   // PHOS module number (0..4)
   TH2F* fMaps[2];               // 2D quality map for low and high gains.