Jpp
master_rocky-37-gf0c5bc59d
the software that should make you happy
|
Data structure for graph data. More...
#include <JGraph2DErrors.hh>
Public Member Functions | |
void | put (const Double_t x, const Double_t y, const Double_t z, const Double_t ex, const Double_t ey, const Double_t ez) |
Put data. More... | |
Public Attributes | |
std::vector< Double_t > | X |
abscissa values More... | |
std::vector< Double_t > | Y |
abscissa values More... | |
std::vector< Double_t > | Z |
ordinate values More... | |
std::vector< Double_t > | EX |
abscissa errors More... | |
std::vector< Double_t > | EY |
abscissa errors More... | |
std::vector< Double_t > | EZ |
ordinate errors More... | |
Data structure for graph data.
Definition at line 21 of file JGraph2DErrors.hh.
|
inline |
Put data.
x | abscissa value |
y | abscissa value |
z | ordinate value |
ex | abscissa error |
ey | abscissa error |
ez | ordinate error |
Definition at line 32 of file JGraph2DErrors.hh.
std::vector<Double_t> JROOT::JGraph2DErrors_t::X |
abscissa values
Definition at line 43 of file JGraph2DErrors.hh.
std::vector<Double_t> JROOT::JGraph2DErrors_t::Y |
abscissa values
Definition at line 44 of file JGraph2DErrors.hh.
std::vector<Double_t> JROOT::JGraph2DErrors_t::Z |
ordinate values
Definition at line 45 of file JGraph2DErrors.hh.
std::vector<Double_t> JROOT::JGraph2DErrors_t::EX |
abscissa errors
Definition at line 46 of file JGraph2DErrors.hh.
std::vector<Double_t> JROOT::JGraph2DErrors_t::EY |
abscissa errors
Definition at line 47 of file JGraph2DErrors.hh.
std::vector<Double_t> JROOT::JGraph2DErrors_t::EZ |
ordinate errors
Definition at line 48 of file JGraph2DErrors.hh.