#include <SummationSpecification.h>
Public Types | |
enum | Stage { NO_STAGE, FIRST, STAGE1, STAGE2 } |
enum | Type { NO_TYPE = 0, GROUPBY = 1, EXTEND_X = 2, EXTEND_Y = 3, COUNT = 4, REDUCE = 5, SAVE = 6, USE_X = 8, USE_Y = 9, USE_Z = 10, PROFILE = 11 } |
Public Attributes | |
std::string | arg |
std::vector< GeometryInterface::Column > | columns |
int | nbins {-1} |
Stage | stage = NO_STAGE |
Type | type = NO_TYPE |
int | xmax {0} |
int | xmin {0} |
Definition at line 20 of file SummationSpecification.h.
enum SummationStep::Stage |
Enumerator | |
---|---|
NO_STAGE | |
FIRST | |
STAGE1 | |
STAGE2 |
Definition at line 43 of file SummationSpecification.h.
enum SummationStep::Type |
Enumerator | |
---|---|
NO_TYPE | |
GROUPBY | |
EXTEND_X | |
EXTEND_Y | |
COUNT | |
REDUCE | |
SAVE | |
USE_X | |
USE_Y | |
USE_Z | |
PROFILE |
Definition at line 25 of file SummationSpecification.h.
std::string SummationStep::arg |
Definition at line 53 of file SummationSpecification.h.
std::vector<GeometryInterface::Column> SummationStep::columns |
Definition at line 50 of file SummationSpecification.h.
int SummationStep::nbins {-1} |
Definition at line 46 of file SummationSpecification.h.
Referenced by python.rootplot.utilities.Hist::__init_TGraph(), python.rootplot.utilities.Hist::__len__(), python.rootplot.root2matplotlib.Hist::_prepare_xaxis(), python.rootplot.root2matplotlib.Hist::_prepare_yaxis(), python.rootplot.utilities.Hist::av_xerr(), python.rootplot.utilities.Hist::av_yerr(), python.rootplot.utilities.Hist::delete_bin(), python.rootplot.utilities.Hist::divide(), python.rootplot.utilities.Hist::TGraph(), and python.rootplot.utilities.Hist::TH1F().
Definition at line 44 of file SummationSpecification.h.
Definition at line 38 of file SummationSpecification.h.
Referenced by core.autovars.NTupleVariable::makeBranch(), DQM.DQMReader::read_objects(), and core.AutoHandle.AutoHandle::ReallyLoad().
int SummationStep::xmax {0} |
Definition at line 48 of file SummationSpecification.h.
Referenced by svgfig.XAxis::__repr__().
int SummationStep::xmin {0} |
Definition at line 47 of file SummationSpecification.h.
Referenced by svgfig.XAxis::__repr__(), svgfig.Axes::__repr__(), svgfig.HGrid::__repr__(), svgfig.Grid::__repr__(), and svgfig.Axes::SVG().