|
Jpp 19.3.0-rc.1
the software that should make you happy
|
Data structure for graph data. More...
#include <JGraphErrors.hh>
Public Member Functions | |
| void | put (const Double_t x, const Double_t y, const Double_t ex, const Double_t ey) |
| Put data. | |
Public Attributes | |
| std::vector< Double_t > | X |
| abscissa values | |
| std::vector< Double_t > | Y |
| ordinate values | |
| std::vector< Double_t > | DX |
| abscissa errors | |
| std::vector< Double_t > | DY |
| ordinate errors | |
Data structure for graph data.
Definition at line 21 of file JGraphErrors.hh.
|
inline |
| std::vector<Double_t> JROOT::JGraphErrors_t::X |
abscissa values
Definition at line 39 of file JGraphErrors.hh.
| std::vector<Double_t> JROOT::JGraphErrors_t::Y |
ordinate values
Definition at line 40 of file JGraphErrors.hh.
| std::vector<Double_t> JROOT::JGraphErrors_t::DX |
abscissa errors
Definition at line 41 of file JGraphErrors.hh.
| std::vector<Double_t> JROOT::JGraphErrors_t::DY |
ordinate errors
Definition at line 42 of file JGraphErrors.hh.