Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:19:17

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  // JetMETCorrections_FFTJetObjects_FFTJetLookupTableSequenceLoader_h