]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGJE/EMCALJetTasks/AliFJWrapper.h
Reorganization of the EMCal jet finder task: the manin task only performs the basic...
[u/mrichter/AliRoot.git] / PWGJE / EMCALJetTasks / AliFJWrapper.h
index 1d4fd71a7f19abdf8a0719abcf205fd0edb2cd1c..c919da4bdbcadcef2f2124118340530ed284c9da 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef AliFJWrapper_H
 #define AliFJWrapper_H
 
-// $Id$
-
 #if !defined(__CINT__) 
 
 #include <vector>
@@ -62,6 +60,8 @@ class AliFJWrapper
   virtual Int_t DoGenericSubtractionJetLeSub();
   virtual Int_t DoConstituentSubtraction();
 
+  void SetName(const char* name)        { fName           = name;    }
+  void SetTitle(const char* title)      { fTitle          = title;   }
   void SetStrategy(const fastjet::Strategy &strat)                 { fStrategy = strat;  }
   void SetAlgorithm(const fastjet::JetAlgorithm &algor)            { fAlgor    = algor;  }
   void SetRecombScheme(const fastjet::RecombinationScheme &scheme) { fScheme   = scheme; }