TabulatedFunctionErrors_ROOT.cc
Go to the documentation of this file.
1 #include <io/TabulatedFunctionErrors_ROOT.h>
2 #include <utl/TabulatedFunctionErrors.h>
3 
4 using namespace io;
5 
6 
8 
9 
10 TabulatedFunctionErrors_ROOT::TabulatedFunctionErrors_ROOT(const utl::TabulatedFunctionErrors& t)
11 {
12  fX.assign(t.XBegin(), t.XEnd());
13  fY.assign(t.YBegin(), t.YEnd());
14  fXErr.assign(t.XErrBegin(), t.XErrEnd());
15  fYErr.assign(t.YErrBegin(), t.YErrEnd());
16 }
17 
18 
19 void
21  const
22 {
24 }
ROOT streamer implementation for class TabulatedFunctionErrors.
void operator>>(utl::TabulatedFunctionErrors &t) const

, generated on Tue Sep 26 2023.