Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef JetMETCorrections_FFTJetObjects_loadFFTJetInterpolationTable_h
0002 #define JetMETCorrections_FFTJetObjects_loadFFTJetInterpolationTable_h
0003 
0004 #include "Alignment/Geners/interface/StringArchive.hh"
0005 #include <memory>
0006 
0007 #include "FWCore/ParameterSet/interface/ParameterSetfwd.h"
0008 #include "JetMETCorrections/InterpolationTables/interface/StorableMultivariateFunctor.h"
0009 
0010 std::unique_ptr<npstat::StorableMultivariateFunctor> loadFFTJetInterpolationTable(const edm::ParameterSet& ps,
0011                                                                                   gs::StringArchive& ar,
0012                                                                                   bool verbose);
0013 
0014 #endif  // JetMETCorrections_FFTJetObjects_loadFFTJetInterpolationTable_h