1 #ifndef __JROOT__JGRAPHERRORS__ 
    2 #define __JROOT__JGRAPHERRORS__ 
    6 #include "TGraphErrors.h" 
   13 namespace JPP { 
using namespace JROOT; }
 
   30     void put(
const Double_t 
x,  
const Double_t 
y,
 
   31              const Double_t ex, 
const Double_t ey)
 
   59       TGraphErrors(graph.
X .size(),
 
std::vector< Double_t > X
abscissa values 
 
std::vector< Double_t > Y
ordinate values 
 
then echo Enter input within $TIMEOUT_S seconds echo n User name
 
Data structure for graph data. 
 
std::vector< Double_t > DY
ordinate errors 
 
then fatal Wrong number of arguments fi set_variable STRING $argv[1] set_variable DETECTORXY_TXT $WORKDIR $DETECTORXY_TXT tail read X Y CHI2 RMS printf optimum n $X $Y $CHI2 $RMS awk v Y
 
std::vector< Double_t > DX
abscissa errors 
 
Auxiliary data structure to build TGraphErrors. 
 
JGraphErrors(const JGraphErrors_t &graph, const char *name)
Constructor. 
 
no fit printf nominal n $STRING awk v X
 
void put(const Double_t x, const Double_t y, const Double_t ex, const Double_t ey)
Put data.