Jpp  18.5.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
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. More...
 

Detailed Description

Auxiliary data structure to build TGraphErrors.

Definition at line 49 of file JGraphErrors.hh.

Constructor & Destructor Documentation

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  }
std::vector< Double_t > X
abscissa values
Definition: JGraphErrors.hh:39
std::vector< Double_t > Y
ordinate values
Definition: JGraphErrors.hh:40
then echo Enter input within $TIMEOUT_S seconds echo n User name
Definition: JCookie.sh:42
std::vector< Double_t > DY
ordinate errors
Definition: JGraphErrors.hh:42
std::vector< Double_t > DX
abscissa errors
Definition: JGraphErrors.hh:41

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