REST-for-Physics
v2.3
Rare Event Searches ToolKit for Physics
|
This structure is used to register the values from a <panel definition inside the RML.
Definition at line 95 of file TRestMetadataPlot.h.
#include <TRestMetadataPlot.h>
Data Fields | |
Float_t | font_size |
The font size to be used in the panel labels. More... | |
std::vector< std::string > | label |
The std::string containing the text to be drawn in the panel. More... | |
std::vector< Float_t > | posX |
The x-position of labels used inside the panel. More... | |
std::vector< Float_t > | posY |
The y-position of labels used inside the panel. More... | |
Float_t TRestMetadataPlot::Panel_Info::font_size |
The font size to be used in the panel labels.
Definition at line 97 of file TRestMetadataPlot.h.
std::vector<std::string> TRestMetadataPlot::Panel_Info::label |
The std::string containing the text to be drawn in the panel.
Definition at line 103 of file TRestMetadataPlot.h.
std::vector<Float_t> TRestMetadataPlot::Panel_Info::posX |
The x-position of labels used inside the panel.
Definition at line 99 of file TRestMetadataPlot.h.
std::vector<Float_t> TRestMetadataPlot::Panel_Info::posY |
The y-position of labels used inside the panel.
Definition at line 101 of file TRestMetadataPlot.h.