mupp 1.1.0
Loading...
Searching...
No Matches
PmuppPlotEntry Struct Reference

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)
 

Detailed Description

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.

Member Data Documentation

◆ collIdx

int PmuppPlotEntry::collIdx

index of the data collection to plot

Definition at line 83 of file PmuppScript.h.

◆ xLabel

QString PmuppPlotEntry::xLabel

X-axis parameter label (independent variable)

Definition at line 84 of file PmuppScript.h.

◆ yLabel

QVector<QString> PmuppPlotEntry::yLabel

vector of Y-axis parameter labels (dependent variables)

Definition at line 85 of file PmuppScript.h.


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