Jpp  18.0.0
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::JGraph2D Struct Reference

Auxiliary data structure to build TGraph2D. More...

#include <JGraph2D.hh>

Inheritance diagram for JROOT::JGraph2D:

Public Member Functions

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

Detailed Description

Auxiliary data structure to build TGraph2D.

Definition at line 45 of file JGraph2D.hh.

Constructor & Destructor Documentation

JROOT::JGraph2D::JGraph2D ( const 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  }
then echo Enter input within $TIMEOUT_S seconds echo n User name
Definition: JCookie.sh:42
std::vector< Double_t > Z
ordinate values
Definition: JGraph2D.hh:38
std::vector< Double_t > Y
abscissa values
Definition: JGraph2D.hh:37
std::vector< Double_t > X
abscissa values
Definition: JGraph2D.hh:36

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