]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/JET/cone/AliHLTJETConeHeader.h
* Added fast interface to fastjet
[u/mrichter/AliRoot.git] / HLT / JET / cone / AliHLTJETConeHeader.h
index 25a3388afa50692651d4629cd60f2ba64a433365..892599affbaa3c912d38c6c6002b0c919ac5d931 100644 (file)
@@ -74,7 +74,7 @@ public:
   void SetJetCuts( AliHLTJETJetCuts* cuts )  { fJetCuts = cuts; }
  
   /** Set flag to use only leading seed */
-  void SetUseLeading( Bool_t b ) { fUseLeading = b; }
+  void SetUseLeading( Bool_t b )             { fUseLeading = b; }
 
   /*
    * ---------------------------------------------------------------------------------
@@ -90,7 +90,7 @@ public:
   /** Get flag to use only leading seed 
    *  @return   if kTRUE, only leading seed is used
    */
-  Bool_t GetUseLeading() { return fUseLeading; }
+  Bool_t            GetUseLeading()  { return fUseLeading; }
 
   ///////////////////////////////////////////////////////////////////////////////////
 
@@ -114,10 +114,6 @@ private:
   /** if kTRUE, only leading seed is used */
   Bool_t                     fUseLeading;           // see above
 
-  /*
-    Int_t                      fgFinderType;
-  */
-
   ClassDef(AliHLTJETConeHeader, 1)
 
 };