]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSOnlineSDD.h
coding conventions
[u/mrichter/AliRoot.git] / ITS / AliITSOnlineSDD.h
index be8ad1a48aa5cf8760e943ac1811d0156d5ec0ba..1fbefff171ff79e7ddd703f044cf78410872111e 100644 (file)
@@ -22,7 +22,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;}