1 #ifndef __JROOT__JGRAPH__
2 #define __JROOT__JGRAPH__
13 namespace JPP {
using namespace JROOT; }
28 void put(
const Double_t
x,
const Double_t
y)
52 TGraph(graph.X.size(),
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary classes and methods for ROOT I/O.
Data structure for graph data.
std::vector< Double_t > Y
ordinate values
void put(const Double_t x, const Double_t y)
Put data.
std::vector< Double_t > X
abscissa values
Auxiliary data structure to build TGraph.
JGraph(const JGraph_t &graph, const char *name)
Constructor.