CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FFTJetCorrectorParametersRcd.h
Go to the documentation of this file.
1 #ifndef DataRecord_FFTJetCorrectorParametersRcd_h
2 #define DataRecord_FFTJetCorrectorParametersRcd_h
3 // -*- C++ -*-
4 //
5 // Package: DataRecord
6 // Class : FFTJetCorrectorParametersRcd
7 //
16 //
17 // Author: I. Volobouev
18 // Created: Tue Jul 31 19:49:12 CDT 2012
19 // $Id$
20 //
21 
23 
24 template <typename CT>
25 struct FFTJetCorrectorParametersRcd : public edm::eventsetup::EventSetupRecordImplementation<FFTJetCorrectorParametersRcd<CT> > {typedef CT correction_type;};
26 
27 #endif