TabulatedFunctionErrors_ROOT.h
Go to the documentation of this file.
1 #ifndef _io_TabulatedFunctionErrors_ROOT_h_
2 #define _io_TabulatedFunctionErrors_ROOT_h_
3 
4 #include <io/EventIO.h>
5 #ifndef __CINT__
6 # include <utl/TabulatedFunctionErrors.h>
7 #endif
8 #include <Rtypes.h>
9 #include <vector>
10 
11 
12 namespace io {
13 
26  public:
28 #ifndef __CINT__
31  explicit operator bool() const { return !fX.empty(); }
32 #endif
33 
34  std::vector<double> fX;
35  std::vector<double> fY;
36  std::vector<double> fXErr;
37  std::vector<double> fYErr;
38 
40 
41  };
42 
43 }
44 
45 
46 #endif
ROOT streamer implementation for class TabulatedFunctionErrors.
#define DONT_CHANGE_THIS_NUMBER
Definition: EventIO.h:21
void operator>>(utl::TabulatedFunctionErrors &t) const
ClassDefNV(TabulatedFunctionErrors_ROOT, DONT_CHANGE_THIS_NUMBER)

, generated on Tue Sep 26 2023.