1 #include <io/MultiTabulatedFunction_ROOT.h>
2 #include <io/TabulatedFunction_ROOT.h>
3 #include <utl/TabulatedFunction.h>
4 #include <utl/MultiTabulatedFunction.h>
23 for (
auto it = begin; it != end; ++it)
24 fTabFunctions.emplace(it->GetLabel(), it->GetTabulatedFunction());
void operator>>(utl::MultiTabulatedFunction &f) const
ROOT streamer implementation for utl::MultiTabulatedFunction.
std::map< int, TabulatedFunction_ROOT > fTabFunctions
Class to hold collection (x,y) points and provide interpolation between them.
void AddTabulatedFunction(const int label)
boost::transform_iterator< LabeledObjectFunctor, typename MultiObjectContainer::const_iterator, LabeledTabulatedFunction > ConstIterator
MultiTabulatedFunction_ROOT()
A collection of TabulatedFunction.