Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
JROOT::JGraphErrors Struct Reference

Auxiliary data structure to build TGraphErrors. More...

#include <JGraphErrors.hh>

Inheritance diagram for JROOT::JGraphErrors:

Public Member Functions

 JGraphErrors (const JGraphErrors_t &graph, const char *name)
 Constructor.
 

Detailed Description

Auxiliary data structure to build TGraphErrors.

Definition at line 49 of file JGraphErrors.hh.

Constructor & Destructor Documentation

◆ JGraphErrors()

JROOT::JGraphErrors::JGraphErrors ( const JGraphErrors_t & graph,
const char * name )
inline

Constructor.

Parameters
graphgraph data
namegraph name

Definition at line 58 of file JGraphErrors.hh.

58 :
59 TGraphErrors(graph.X .size(),
60 graph.X .data(),
61 graph.Y .data(),
62 graph.DX.data(),
63 graph.DY.data())
64 {
65 SetName(name);
66 }

The documentation for this struct was generated from the following file: