Back to home page

Project CMSSW displayed by LXR

 
 

    


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

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