File indexing completed on 2023-03-17 11:10:35
0001 #ifndef JetMETCorrections_FFTJetObjects_FFTJetLookupTableSequenceLoader_h
0002 #define JetMETCorrections_FFTJetObjects_FFTJetLookupTableSequenceLoader_h
0003
0004 #include "JetMETCorrections/FFTJetObjects/interface/FFTJetRcdMapper.h"
0005 #include "JetMETCorrections/FFTJetObjects/interface/FFTJetLookupTableSequence.h"
0006
0007 struct FFTJetLookupTableSequenceLoader : public DefaultFFTJetRcdMapper<FFTJetLookupTableSequence> {
0008 typedef DefaultFFTJetRcdMapper<FFTJetLookupTableSequence> Base;
0009 FFTJetLookupTableSequenceLoader();
0010 };
0011
0012 #endif