File indexing completed on 2023-03-17 11:10:35
0001 #ifndef JetMETCorrections_FFTJetObjects_FFTJetLookupTableSequence_h
0002 #define JetMETCorrections_FFTJetObjects_FFTJetLookupTableSequence_h
0003
0004 #include <string>
0005
0006 #include "JetMETCorrections/FFTJetObjects/interface/FFTJetDict.h"
0007 #include "JetMETCorrections/InterpolationTables/interface/StorableMultivariateFunctor.h"
0008
0009 typedef FFTJetDict<std::string, FFTJetDict<std::string, std::shared_ptr<npstat::StorableMultivariateFunctor> > >
0010 FFTJetLookupTableSequence;
0011
0012 #endif