]> 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 0dae77640f6ebabf6d84673c86b3bae5555ba263..474a750b28f6b82021e50d75fb6f70a4d345e341 100644 (file)
@@ -35,7 +35,6 @@
 using namespace std;
 class AliFastJetInput;
 class AliJetBkg;
-class AliAODPWG4JetEventBackground;
 
 class AliFastJetFinder : public AliJetFinder
 {
@@ -44,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:
@@ -57,7 +57,6 @@ class AliFastJetFinder : public AliJetFinder
   AliFastJetFinder& operator = (const AliFastJetFinder& rsfj);
   AliFastJetInput*                fInputFJ;     //! input particles array
   AliJetBkg*                      fJetBkg;      //! pointer to bkg class
-  AliAODPWG4JetEventBackground*   fAODEvBkg;    //! bkg object to be store
   ClassDef(AliFastJetFinder,2)
 };