| 
    Jpp
    18.0.0-rc.4
    
   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.  More... | |
Public Attributes | |
| std::vector< Double_t > | X | 
| abscissa values  More... | |
| std::vector< Double_t > | Y | 
| ordinate values  More... | |
| std::vector< Double_t > | DX | 
| abscissa errors  More... | |
| std::vector< Double_t > | DY | 
| ordinate errors  More... | |
Data structure for graph data.
Definition at line 21 of file JGraphErrors.hh.
      
  | 
  inline | 
Put data.
| x | abscissa value | 
| y | ordinate value | 
| ex | abscissa error | 
| ey | ordinate error | 
Definition at line 30 of file JGraphErrors.hh.
| 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.
 1.8.5