![]() |
![]() |
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