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

Auxiliary data structure to build TGraph2DErrors. More...

#include <JGraph2DErrors.hh>

Inheritance diagram for JROOT::JGraph2DErrors:

Public Member Functions

 JGraph2DErrors (JGraph2DErrors_t &graph, const char *name)
 Constructor.
 

Detailed Description

Auxiliary data structure to build TGraph2DErrors.

Definition at line 55 of file JGraph2DErrors.hh.

Constructor & Destructor Documentation

◆ JGraph2DErrors()

JROOT::JGraph2DErrors::JGraph2DErrors ( JGraph2DErrors_t & graph,
const char * name )
inline

Constructor.

Parameters
graphgraph data
namegraph name

Definition at line 64 of file JGraph2DErrors.hh.

64 :
65 TGraph2DErrors(graph.X .size(),
66 graph.X .data(),
67 graph.Y .data(),
68 graph.Z .data(),
69 graph.EX.data(),
70 graph.EY.data(),
71 graph.EZ.data())
72 {
73 SetName(name);
74 }

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