X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=ITS%2FAliITSOnlineSDD.h;h=5859fb7434f6c0019b41e287d3ede4db156dea73;hp=be8ad1a48aa5cf8760e943ac1811d0156d5ec0ba;hb=4e0950b2cde23d5f09fca9bed478f983166072c2;hpb=069679e167312f6c87ae497874c16b6b27ed39a6 diff --git a/ITS/AliITSOnlineSDD.h b/ITS/AliITSOnlineSDD.h index be8ad1a48aa..5859fb7434f 100644 --- a/ITS/AliITSOnlineSDD.h +++ b/ITS/AliITSOnlineSDD.h @@ -11,6 +11,8 @@ #include +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=127){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)