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

Auxiliary data structure to build TGraph2D. More...

#include <JGraph2D.hh>

Inheritance diagram for JROOT::JGraph2D:

Public Member Functions

 JGraph2D (JGraph2D_t &graph, const char *name)
 Constructor.
 

Detailed Description

Auxiliary data structure to build TGraph2D.

Definition at line 45 of file JGraph2D.hh.

Constructor & Destructor Documentation

◆ JGraph2D()

JROOT::JGraph2D::JGraph2D ( JGraph2D_t & graph,
const char * name )
inline

Constructor.

Parameters
graphgraph data
namegraph name

Definition at line 54 of file JGraph2D.hh.

54 :
55 TGraph2D(graph.X.size(),
56 graph.X.data(),
57 graph.Y.data(),
58 graph.Z.data())
59 {
60 SetName(name);
61 }

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