00001 #ifndef JetAlgorithms_KtJetAlgorithmWrapper_h 00002 #define JetAlgorithms_KtJetAlgorithmWrapper_h 00003 00031 #include "RecoJets/JetAlgorithms/interface/FastJetBaseWrapper.h" 00032 00033 class KtJetAlgorithmWrapper : public FastJetBaseWrapper { 00034 public: 00035 KtJetAlgorithmWrapper(const edm::ParameterSet& fConfig); 00036 virtual ~KtJetAlgorithmWrapper(); 00037 protected: 00038 }; 00039 00040 #endif