CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/JetMETCorrections/FFTJetObjects/interface/FFTJetLookupTableRcd.h

Go to the documentation of this file.
00001 #ifndef JetMETCorrections_FFTJetLookupTableRcd_h
00002 #define JetMETCorrections_FFTJetLookupTableRcd_h
00003 // -*- C++ -*-
00004 //
00005 // Package:     JetMETCorrections/FFTJetObjects
00006 // Class  :     FFTJetLookupTableRcd
00007 // 
00016 //
00017 // Author:      I. Volobouev
00018 // Created:     Tue Jul 31 19:49:12 CDT 2012
00019 // $Id: FFTJetLookupTableRcd.h,v 1.1 2012/11/14 20:05:29 igv Exp $
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