ROOT streamer implementation for class TabulatedFunction. More...
#include "io/TabulatedFunction_ROOT.h"
Public Member Functions | |
| ClassDefNV (TabulatedFunction_ROOT, DONT_CHANGE_THIS_NUMBER) | |
| operator bool () const | |
| void | operator>> (utl::TabulatedFunction &t) const |
| TabulatedFunction_ROOT () | |
| TabulatedFunction_ROOT (const utl::TabulatedFunction &t) | |
Public Attributes | |
| std::vector< double > | fX |
| std::vector< double > | fY |
ROOT streamer implementation for class TabulatedFunction.
Definition at line 25 of file TabulatedFunction_ROOT.h.
|
inline |
Definition at line 27 of file TabulatedFunction_ROOT.h.
| TabulatedFunction_ROOT::TabulatedFunction_ROOT | ( | const utl::TabulatedFunction & | t | ) |
Definition at line 10 of file TabulatedFunction_ROOT.cc.
| io::TabulatedFunction_ROOT::ClassDefNV | ( | TabulatedFunction_ROOT | , |
| DONT_CHANGE_THIS_NUMBER | |||
| ) |
|
inlineexplicit |
Definition at line 31 of file TabulatedFunction_ROOT.h.
References fX.
| void TabulatedFunction_ROOT::operator>> | ( | utl::TabulatedFunction & | t | ) | const |
Definition at line 17 of file TabulatedFunction_ROOT.cc.
| std::vector<double> io::TabulatedFunction_ROOT::fX |
Definition at line 34 of file TabulatedFunction_ROOT.h.
Referenced by operator bool(), and operator>>().
| std::vector<double> io::TabulatedFunction_ROOT::fY |
Definition at line 35 of file TabulatedFunction_ROOT.h.
Referenced by operator>>().