![]() |
![]() |
#include "JetMETCorrections/InterpolationTables/interface/StorableMultivariateFunctorReader.h"
#include "JetMETCorrections/InterpolationTables/interface/InterpolationFunctorInstances.h"
#include "JetMETCorrections/InterpolationTables/interface/HistoNDFunctorInstances.h"
Go to the source code of this file.
Namespaces | |
namespace | npstat |
Defines | |
#define | add_reader(Derived) |
#define add_reader | ( | Derived | ) |
do { \ const gs::ClassId& id(gs::ClassId::makeId<Derived >()); \ (*this)[id.name()] = \ new gs::ConcreteReader<StorableMultivariateFunctor,Derived >(); \ } while(0);
Definition at line 11 of file StorableMultivariateFunctorReader.cc.
Referenced by npstat::StorableMultivariateFunctorReader::StorableMultivariateFunctorReader().