CMS 3D CMS Logo

CDFMidpointAlgorithmWrapper.h

Go to the documentation of this file.
00001 #ifndef JetAlgorithms_CDFMidpointAlgorithmWrapper_h
00002 #define JetAlgorithms_CDFMidpointAlgorithmWrapper_h
00003 
00011 #include "RecoJets/JetAlgorithms/interface/FastJetBaseWrapper.h"
00012 
00013 namespace fastjet {
00014   class CDFMidPointPlugin;
00015 }
00016 
00017 class CDFMidpointAlgorithmWrapper : public FastJetBaseWrapper {
00018  public:
00019   CDFMidpointAlgorithmWrapper(const edm::ParameterSet& fConfig);
00020   virtual ~CDFMidpointAlgorithmWrapper();
00021  private:
00022   fastjet::CDFMidPointPlugin* mPlugin;
00023 };
00024 
00025 #endif

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