REST-for-Physics
v2.3
Rare Event Searches ToolKit for Physics
|
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. | |
Int_t | fillColor |
The fill color to be assigned to the corresponding TGraph. | |
Int_t | fillStyle |
The fill style to be assigned to the corresponding TGraph. | |
Int_t | lineColor |
The line color to be assigned to the corresponding TGraph. | |
Int_t | lineStyle |
The line style to be assigned to the corresponding TGraph. | |
Int_t | lineWidth |
The line width to be assigned to the corresponding TGraph. | |
Int_t | markerColor |
The marker color to be assigned to the corresponding TGraph. | |
Int_t | markerSize |
The marker size to be assigned to the corresponding TGraph. | |
Int_t | markerStyle |
The marker style to be assigned to the corresponding TGraph. | |
std::string | metadataRule |
An optional rule to be used for run selection. | |
std::string | name |
The name to be used for the corresponding ROOT TGraph object. | |
std::string | title |
The title to be used inside TLegend object. | |
std::string | yVariable |
The metadata class and data member definition to be plotted. | |