helper class to pass variables to fillers
More...
#include <HistogramFiller.h>
helper class to pass variables to fillers
Definition at line 72 of file HistogramFiller.h.
◆ VariablesPack() [1/2]
Monitored::HistogramFiller::VariablesPack::VariablesPack |
( |
| ) |
|
|
inline |
◆ VariablesPack() [2/2]
◆ names()
std::vector<std::string> Monitored::HistogramFiller::VariablesPack::names |
( |
| ) |
const |
|
inline |
names of all variables stored
Definition at line 106 of file HistogramFiller.h.
107 std::vector<std::string>
r;
108 for (
const auto*
v:
var )
110 r.push_back(
v->name() );
◆ reset()
void Monitored::HistogramFiller::VariablesPack::reset |
( |
| ) |
|
|
inline |
◆ set()
sets monitored variable at the index (may need to reszie vector of variables)
Definition at line 96 of file HistogramFiller.h.
◆ size()
size_t Monitored::HistogramFiller::VariablesPack::size |
( |
| ) |
const |
|
inline |
number of variables in the pack ( not counting the weight and mask )
Definition at line 80 of file HistogramFiller.h.
◆ cut
◆ var
storage for variables, default size of 4, serves all histograming uses
Definition at line 114 of file HistogramFiller.h.
◆ weight
The documentation for this struct was generated from the following file: