]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSOnlineSDDTP.h
Coding violations corrected.
[u/mrichter/AliRoot.git] / ITS / AliITSOnlineSDDTP.h
index c91e302b1f6dd14818f55474e69343aa23e3ded9..2f4299295d8481fb40d3354e7733eb4343737bd6 100644 (file)
@@ -11,6 +11,7 @@
 
 #include "AliITSOnlineSDD.h"
 
+class TH1F;
 class TH2F;
 class AliITSOnlineSDDTP : public AliITSOnlineSDD {
 
@@ -46,11 +47,20 @@ class AliITSOnlineSDDTP : public AliITSOnlineSDD {
   void WriteToASCII();
   Bool_t WriteToROOT(TFile *fil);
 
+  TH1F* GetBaselineAnodeHisto() const;
+  TH1F* GetRawNoiseAnodeHisto() const;
+  TH1F* GetCorrNoiseAnodeHisto() const;
+  TH1F* GetCMNCoefAnodeHisto() const;
+  TH1F* GetGainAnodeHisto() const;
+  TH1F* GetStatusAnodeHisto() const;
+
  protected:
 
  private:
   Int_t fNEvents[fgkNAnodes];      // number of TP events for given anode
   Float_t fDAC;                    // Pascal Test Pulse amplitude (DAC units)
+  Int_t fLowThreshold;           // low threshold for zero supp.
+  Int_t fHighThreshold;          // high threshold for zero supp.
   Bool_t fGoodAnode[fgkNAnodes];   // array of anode quality (1 good, 0 bad) 
   Float_t fBaseline[fgkNAnodes];   // array of anode baselines
   Int_t fEqBaseline[fgkNAnodes];   // array of anode baselines after equalization