31 #ifndef __FASTJET_TRANSFORMER_HH__    32 #define __FASTJET_TRANSFORMER_HH__    34 #include <fastjet/PseudoJet.hh>    35 #include <fastjet/FunctionOfPseudoJet.hh>    36 #include <fastjet/PseudoJetStructureBase.hh>    38 FASTJET_BEGIN_NAMESPACE      
    86   virtual std::string description() 
const = 0;
    98 #endif // __FASTJET_TRANSFORMER_HH__ 
Contains any information related to the clustering that should be directly accessible to PseudoJet...
 
base class providing interface for a generic function of a PseudoJet 
 
Class to contain pseudojets, including minimal information of use to jet-clustering routines...