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

Auxiliary data structure to build TGraph. More...

#include <JGraph.hh>

Inheritance diagram for JROOT::JGraph:

Public Member Functions

 JGraph (const JGraph_t &graph, const char *name)
 Constructor.
 

Detailed Description

Auxiliary data structure to build TGraph.

Definition at line 42 of file JGraph.hh.

Constructor & Destructor Documentation

◆ JGraph()

JROOT::JGraph::JGraph ( const JGraph_t & graph,
const char * name )
inline

Constructor.

Parameters
graphgraph data
namegraph name

Definition at line 51 of file JGraph.hh.

51 :
52 TGraph(graph.X.size(),
53 graph.X.data(),
54 graph.Y.data())
55 {
56 SetName(name);
57 }

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