]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSOnlineSDD.h
Separating well and badly reconstructed pileup vertices. Adding statistics of associa...
[u/mrichter/AliRoot.git] / ITS / AliITSOnlineSDD.h
index 6520a0cb5fe8b6c4b1257a8f2f81d9459456baf1..5859fb7434f6c0019b41e287d3ede4db156dea73 100644 (file)
@@ -11,6 +11,8 @@
 
 #include<TObject.h>
 
+class TH2F;
+
 class AliITSOnlineSDD : public TObject {
 
  public:
@@ -22,7 +24,7 @@ class AliITSOnlineSDD : public TObject {
   void SetCarlos(Int_t nc){fCarlos=nc;}
   void SetDetectorSide(Int_t sid){fSide=sid;}
   void SetFirstGoodTB(Int_t itb=1){fFirstGoodTB=itb;}
-  void SetLastGoodTB(Int_t itb=254){fLastGoodTB=itb;}
+  void SetLastGoodTB(Int_t itb=126){fLastGoodTB=itb;}
 
   Int_t GetDDL() const {return fDDL;}
   Int_t GetCarlos() const {return fCarlos;}
@@ -30,6 +32,8 @@ class AliITSOnlineSDD : public TObject {
   Int_t GetFirstGoodTB() const {return fFirstGoodTB;}
   Int_t GetLastGoodTB() const {return fLastGoodTB;}
 
+  static TH2F* ApplyZeroSuppression(TH2F* hRaw, Float_t basl, Int_t tL, Int_t tH);
+
  protected:
   static const Int_t fgkNAnodes = 256; // number of anodes in each half-module
   Int_t fDDL;         // SDD DDL number (from 0 to 24)