]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSOnlineSPDphysAnalyzer.h
Another histos for lumi
[u/mrichter/AliRoot.git] / ITS / AliITSOnlineSPDphysAnalyzer.h
index d83ab5b1cba23ffd0e39d356f568d1bf67cafb5e..3ea231498bf54c16b72d7c460f36bf430cb3b993 100644 (file)
@@ -33,6 +33,7 @@ class AliITSOnlineSPDphysAnalyzer {
 
   UInt_t     ProcessDeadPixels();
   UInt_t     ProcessNoisyPixels();
+  UInt_t     ProcessNoisyPixels(UInt_t eq, UInt_t nrEvts);
 
   UInt_t     GetNrEnoughStatChips();
   UInt_t     GetNrDeadChips();
@@ -44,6 +45,7 @@ class AliITSOnlineSPDphysAnalyzer {
   UInt_t     GetNrEvents() const;
 
   TH2F*      GetHitMapTot();
+  TH2F*      GetPhysicalHitMapTot();
   TH2F*      GetHitMapChip(UInt_t hs, UInt_t chip);
 
  private: