CMS 3D CMS Logo

SISConeAlgorithmWrapper.h

Go to the documentation of this file.
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

Generated on Tue Jun 9 17:43:38 2009 for CMSSW by  doxygen 1.5.4