]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFT0maker.h
OpenCL tracker bug fix
[u/mrichter/AliRoot.git] / TOF / AliTOFT0maker.h
index f3d600305db95f7372b8b0bb705bee2feddf1699..1530ba0ec9ecd72df388b675c95a7d134fd8fe54 100644 (file)
@@ -54,6 +54,9 @@ public:
   
   void WriteInESD(AliESDEvent *esd);
 
+  void SetTOFT0algorithm(Int_t flag=1){fTOFT0algorithm=flag;};
+  Int_t GetTOFT0algorithm() const {return fTOFT0algorithm;};
+
  private:
   
   AliTOFT0maker(const AliTOFT0maker &);
@@ -85,8 +88,9 @@ public:
 
   Float_t fT0spreadExt;
   Float_t fT0fillExt; // t0spread if set 
+  Int_t  fTOFT0algorithm; // select algorithm (1 default, 2 speed up)
 
-  ClassDef(AliTOFT0maker,2);  // Calculate the time zero using TOF detector */
+  ClassDef(AliTOFT0maker,3);  // Calculate the time zero using TOF detector */
   
 };