]> 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 a28ddb40c1c799ae01e590fcacd41a3a76fa01f2..474a750b28f6b82021e50d75fb6f70a4d345e341 100644 (file)
@@ -33,7 +33,8 @@
 #include "AliFastJetHeaderV1.h"
 
 using namespace std;
-
+class AliFastJetInput;
+class AliJetBkg;
 
 class AliFastJetFinder : public AliJetFinder
 {
@@ -42,18 +43,20 @@ class AliFastJetFinder : public AliJetFinder
   AliFastJetFinder();
   ~AliFastJetFinder();
 
-  void    FindJets(); 
-  // others
+  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);
-
+  virtual Bool_t ProcessEvent();
+  virtual Bool_t  ProcessEvent2();
+  
+      
   protected:
   AliFastJetFinder(const AliFastJetFinder& rfj);
   AliFastJetFinder& operator = (const AliFastJetFinder& rsfj);
-
-
+  AliFastJetInput*                fInputFJ;     //! input particles array
+  AliJetBkg*                      fJetBkg;      //! pointer to bkg class
   ClassDef(AliFastJetFinder,2)
 };