Go to the documentation of this file.00001 #ifndef JetMETCorrections_FFTJetLookupTableRcd_h
00002 #define JetMETCorrections_FFTJetLookupTableRcd_h
00003
00004
00005
00006
00007
00016
00017
00018
00019
00020
00021
00022 #include <boost/mpl/vector.hpp>
00023
00024 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
00025 #include "CondFormats/DataRecord/interface/FFTJetCorrectorParametersRcd.h"
00026
00027 template <typename CT>
00028 struct FFTJetLookupTableRcd : public edm::eventsetup::DependentRecordImplementation<
00029 FFTJetLookupTableRcd<CT>,
00030 boost::mpl::vector<FFTJetCorrectorParametersRcd<CT> >
00031 > {typedef CT correction_type;};
00032
00033 #endif // JetMETCorrections_FFTJetLookupTableRcd_h