]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - JETAN/AliFastJetFinder.h
updating UE leading track analysis (Sara & Jan Fiete)
[u/mrichter/AliRoot.git] / JETAN / AliFastJetFinder.h
index 5d55b3b60156f9fd8284838ea9baa812fb1f0e49..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: