CMS 3D CMS Logo

FFTJetLookupTableRcd.h
Go to the documentation of this file.
1 #ifndef JetMETCorrections_FFTJetLookupTableRcd_h
2 #define JetMETCorrections_FFTJetLookupTableRcd_h
3 // -*- C++ -*-
4 //
5 // Package: JetMETCorrections/FFTJetObjects
6 // Class : FFTJetLookupTableRcd
7 //
16 //
17 // Author: I. Volobouev
18 // Created: Tue Jul 31 19:49:12 CDT 2012
19 //
20 
22 
25 
26 template <typename CT>
28  : public edm::eventsetup::DependentRecordImplementation<FFTJetLookupTableRcd<CT>,
29  edm::mpl::Vector<FFTJetCorrectorParametersRcd<CT> > > {
30  typedef CT correction_type;
31 };
32 
33 #endif // JetMETCorrections_FFTJetLookupTableRcd_h