List of all members | Public Member Functions | Public Attributes
io::TabulatedFunction_ROOT Class Reference

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
 

Detailed Description

ROOT streamer implementation for class TabulatedFunction.

Author
Stefano Argiro`
Darko Veberic
Date
17 May 2004

Definition at line 25 of file TabulatedFunction_ROOT.h.

Constructor & Destructor Documentation

io::TabulatedFunction_ROOT::TabulatedFunction_ROOT ( )
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.

Member Function Documentation

io::TabulatedFunction_ROOT::ClassDefNV ( TabulatedFunction_ROOT  ,
DONT_CHANGE_THIS_NUMBER   
)
io::TabulatedFunction_ROOT::operator bool ( ) const
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.

References fX, and fY.

Member Data Documentation

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>>().


The documentation for this class was generated from the following files:

, generated on Tue Sep 26 2023.