30#ifndef _CACHE_BRANCH_FUNC_X_H_
31#define _CACHE_BRANCH_FUNC_X_H_
58 const map<double,double> &
Map (
void)
const {
return fFx; }
65 void Print (ostream & stream)
const;
75 map<double,double>
fFx;
A simple cache branch storing the cached data in a TNtuple.
void Print(ostream &stream) const
void CreateSpline(string type="TSpline3")
friend ostream & operator<<(ostream &stream, const CacheBranchFx &cbntp)
string fName
cache branch name
void AddValues(double x, double y)
Spline * fSpline
spline y = f(x)
double operator()(double x) const
map< double, double > fFx
x->y map
const map< double, double > & Map(void) const
A numeric analysis tool class for interpolating 1-D functions.
THE MAIN GENIE PROJECT NAMESPACE
ostream & operator<<(ostream &stream, const AlgConfigPool &config_pool)