]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - JETAN/AliFastJetFinder.h
Updates needed for full jet reconstruction (charged + emcal) [Magali Estienne]
[u/mrichter/AliRoot.git] / JETAN / AliFastJetFinder.h
index 55e60331192650b4ee6d23ae542513794970a095..a28ddb40c1c799ae01e590fcacd41a3a76fa01f2 100644 (file)
@@ -30,7 +30,7 @@
 #include <cmath> 
 
 #include "AliJetFinder.h"
-#include "AliFastJetHeader.h"
+#include "AliFastJetHeaderV1.h"
 
 using namespace std;
 
@@ -42,12 +42,13 @@ class AliFastJetFinder : public AliJetFinder
   AliFastJetFinder();
   ~AliFastJetFinder();
 
-  void FindJets(); 
+  void    FindJets(); 
   // others
-  void RunTest(const char* datafile); // a simple test
-  
-  void WriteJHeaderToFile();
-  
+  void    RunTest(const char* datafile); // a simple test
+  void    WriteJHeaderToFile();
+  Float_t EtaToTheta(Float_t arg);
+  void    InitTask(TChain* tree);
+
   protected:
   AliFastJetFinder(const AliFastJetFinder& rfj);
   AliFastJetFinder& operator = (const AliFastJetFinder& rsfj);