Jpp test-rotations-old
the software that should make you happy
|
Data structure for graph data. More...
#include <JGraph2D.hh>
Public Member Functions | |
void | put (const Double_t x, const Double_t y, const Double_t z) |
Put data. | |
Public Attributes | |
std::vector< Double_t > | X |
abscissa values | |
std::vector< Double_t > | Y |
abscissa values | |
std::vector< Double_t > | Z |
ordinate values | |
Data structure for graph data.
Definition at line 21 of file JGraph2D.hh.
|
inline |
Put data.
x | abscissa value |
y | abscissa value |
z | ordinate value |
Definition at line 29 of file JGraph2D.hh.
std::vector<Double_t> JROOT::JGraph2D_t::X |
abscissa values
Definition at line 36 of file JGraph2D.hh.
std::vector<Double_t> JROOT::JGraph2D_t::Y |
abscissa values
Definition at line 37 of file JGraph2D.hh.
std::vector<Double_t> JROOT::JGraph2D_t::Z |
ordinate values
Definition at line 38 of file JGraph2D.hh.