Auxiliary data structure to build TGraph.  
 More...
#include <JGraph.hh>
Auxiliary data structure to build TGraph. 
Definition at line 42 of file JGraph.hh.
 
◆ JGraph()
  
  
      
        
          | JROOT::JGraph::JGraph  | 
          ( | 
          const JGraph_t & |           graph,  | 
         
        
           | 
           | 
          const char * |           name ) | 
         
       
   | 
  
inline   | 
  
 
Constructor. 
- Parameters
 - 
  
    | graph | graph data  | 
    | name | graph 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: