|
mupp 1.1.0
|
Data structure for plot configuration. More...
#include <PmuppScript.h>
Public Attributes | |
| int | collIdx |
| index of the data collection to plot | |
| QString | xLabel |
| X-axis parameter label (independent variable) | |
| QVector< QString > | yLabel |
| vector of Y-axis parameter labels (dependent variables) | |
Data structure for plot configuration.
PmuppPlotEntry stores the complete configuration for a single plot, associating a data collection with specific X and Y axis parameters. This structure is used internally by the script processor to organize plot specifications before generating ROOT macros.
Definition at line 82 of file PmuppScript.h.
| int PmuppPlotEntry::collIdx |
index of the data collection to plot
Definition at line 83 of file PmuppScript.h.
| QString PmuppPlotEntry::xLabel |
X-axis parameter label (independent variable)
Definition at line 84 of file PmuppScript.h.
| QVector<QString> PmuppPlotEntry::yLabel |
vector of Y-axis parameter labels (dependent variables)
Definition at line 85 of file PmuppScript.h.