Main Page
Namespaces
Classes
Package Documentation
CVS Directory
WorkBook
Offline Guide
Release schedule
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
JetMETCorrections
FFTJetObjects
interface
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
// $Id: FFTJetLookupTableRcd.h,v 1.1 2012/11/14 20:05:29 igv Exp $
20
//
21
22
#include <boost/mpl/vector.hpp>
23
24
#include "
FWCore/Framework/interface/DependentRecordImplementation.h
"
25
#include "
CondFormats/DataRecord/interface/FFTJetCorrectorParametersRcd.h
"
26
27
template
<
typename
CT>
28
struct
FFTJetLookupTableRcd
:
public
edm::eventsetup::DependentRecordImplementation
<
29
FFTJetLookupTableRcd<CT>,
30
boost::mpl::vector<FFTJetCorrectorParametersRcd<CT> >
31
> {
typedef
CT
correction_type
;};
32
33
#endif // JetMETCorrections_FFTJetLookupTableRcd_h
edm::eventsetup::DependentRecordImplementation
Definition:
DependentRecordImplementation.h:36
FFTJetLookupTableRcd
Definition:
FFTJetLookupTableRcd.h:28
FFTJetCorrectorParametersRcd.h
DependentRecordImplementation.h
FFTJetLookupTableRcd::correction_type
CT correction_type
Definition:
FFTJetLookupTableRcd.h:31
Generated for CMSSW Reference Manual by
1.8.5