]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - JETAN/AliFastJetFinder.h
restore threshold getters after parameter dynamics update (fw v. >= A012)
[u/mrichter/AliRoot.git] / JETAN / AliFastJetFinder.h
index b4ceff003c231c57e27f8e86f484776b67d27509..474a750b28f6b82021e50d75fb6f70a4d345e341 100644 (file)
@@ -43,12 +43,13 @@ class AliFastJetFinder : public AliJetFinder
   AliFastJetFinder();
   ~AliFastJetFinder();
 
-  void    FindJets(); 
+  virtual void    FindJets(); 
   void    RunTest(const char* datafile); // a simple test
-  void    WriteJHeaderToFile();
+  virtual void    WriteJHeaderToFile() const;
   Float_t EtaToTheta(Float_t arg);
   void    InitTask(TChain* tree);
-  Bool_t  ProcessEvent2();
+  virtual Bool_t ProcessEvent();
+  virtual Bool_t  ProcessEvent2();
   
       
   protected: