18 #ifndef _CACHE_BRANCH_FUNC_X_H_ 19 #define _CACHE_BRANCH_FUNC_X_H_ 46 const map<double,double> &
Map (
void)
const {
return fFx; }
63 map<double,double>
fFx;
70 #endif // _CACHE_BRANCH_FUNC_X_H_
THE MAIN GENIE PROJECT NAMESPACE
void Print(ostream &stream) const
map< double, double > fFx
x->y map
A numeric analysis tool class for interpolating 1-D functions.
string fName
cache branch name
friend ostream & operator<<(ostream &stream, const CacheBranchFx &cbntp)
void AddValues(double x, double y)
Spline * fSpline
spline y = f(x)
const map< double, double > & Map(void) const
ostream & operator<<(ostream &stream, const AlgConfigPool &config_pool)
double operator()(double x) const
A simple cache branch storing the cached data in a TNtuple.
The TObject at the root of concrete cache branches.