REST-for-Physics  v2.3
Rare Event Searches ToolKit for Physics
Data Fields
TRestMetadataPlot::Graph_Info_Set Struct Reference

Detailed Description

This structure is used to register the values from a <graph definition inside the RML.

Definition at line 35 of file TRestMetadataPlot.h.

#include <TRestMetadataPlot.h>

Data Fields

std::string drawOption
 The option to be passed to the Draw method. More...
 
Int_t fillColor
 The fill color to be assigned to the corresponding TGraph. More...
 
Int_t fillStyle
 The fill style to be assigned to the corresponding TGraph. More...
 
Int_t lineColor
 The line color to be assigned to the corresponding TGraph. More...
 
Int_t lineStyle
 The line style to be assigned to the corresponding TGraph. More...
 
Int_t lineWidth
 The line width to be assigned to the corresponding TGraph. More...
 
Int_t markerColor
 The marker color to be assigned to the corresponding TGraph. More...
 
Int_t markerSize
 The marker size to be assigned to the corresponding TGraph. More...
 
Int_t markerStyle
 The marker style to be assigned to the corresponding TGraph. More...
 
std::string metadataRule
 An optional rule to be used for run selection. More...
 
std::string name
 The name to be used for the corresponding ROOT TGraph object. More...
 
std::string title
 The title to be used inside TLegend object. More...
 
std::string yVariable
 The metadata class and data member definition to be plotted. More...
 

Field Documentation

◆ drawOption

std::string TRestMetadataPlot::Graph_Info_Set::drawOption

The option to be passed to the Draw method.

Definition at line 45 of file TRestMetadataPlot.h.

◆ fillColor

Int_t TRestMetadataPlot::Graph_Info_Set::fillColor

The fill color to be assigned to the corresponding TGraph.

Definition at line 53 of file TRestMetadataPlot.h.

◆ fillStyle

Int_t TRestMetadataPlot::Graph_Info_Set::fillStyle

The fill style to be assigned to the corresponding TGraph.

Definition at line 55 of file TRestMetadataPlot.h.

◆ lineColor

Int_t TRestMetadataPlot::Graph_Info_Set::lineColor

The line color to be assigned to the corresponding TGraph.

Definition at line 47 of file TRestMetadataPlot.h.

◆ lineStyle

Int_t TRestMetadataPlot::Graph_Info_Set::lineStyle

The line style to be assigned to the corresponding TGraph.

Definition at line 51 of file TRestMetadataPlot.h.

◆ lineWidth

Int_t TRestMetadataPlot::Graph_Info_Set::lineWidth

The line width to be assigned to the corresponding TGraph.

Definition at line 49 of file TRestMetadataPlot.h.

◆ markerColor

Int_t TRestMetadataPlot::Graph_Info_Set::markerColor

The marker color to be assigned to the corresponding TGraph.

Definition at line 61 of file TRestMetadataPlot.h.

◆ markerSize

Int_t TRestMetadataPlot::Graph_Info_Set::markerSize

The marker size to be assigned to the corresponding TGraph.

Definition at line 59 of file TRestMetadataPlot.h.

◆ markerStyle

Int_t TRestMetadataPlot::Graph_Info_Set::markerStyle

The marker style to be assigned to the corresponding TGraph.

Definition at line 57 of file TRestMetadataPlot.h.

◆ metadataRule

std::string TRestMetadataPlot::Graph_Info_Set::metadataRule

An optional rule to be used for run selection.

Definition at line 43 of file TRestMetadataPlot.h.

◆ name

std::string TRestMetadataPlot::Graph_Info_Set::name

The name to be used for the corresponding ROOT TGraph object.

Definition at line 37 of file TRestMetadataPlot.h.

◆ title

std::string TRestMetadataPlot::Graph_Info_Set::title

The title to be used inside TLegend object.

Definition at line 39 of file TRestMetadataPlot.h.

◆ yVariable

std::string TRestMetadataPlot::Graph_Info_Set::yVariable

The metadata class and data member definition to be plotted.

Definition at line 41 of file TRestMetadataPlot.h.


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