00001 #ifndef JetAlgorithms_SISConeAlgorithmWrapper_h 00002 #define JetAlgorithms_SISConeAlgorithmWrapper_h 00003 00011 #include "RecoJets/JetAlgorithms/interface/FastJetBaseWrapper.h" 00012 00013 namespace fastjet { 00014 class SISConePlugin; 00015 } 00016 00017 00018 class SISConeAlgorithmWrapper : public FastJetBaseWrapper { 00019 public: 00020 SISConeAlgorithmWrapper(const edm::ParameterSet& fConfig); 00021 virtual ~SISConeAlgorithmWrapper(); 00022 private: 00023 fastjet::SISConePlugin* mPlugin; 00024 }; 00025 00026 #endif