helper class to pass variables to fillers
More...
#include <HistogramFiller.h>
helper class to pass variables to fillers
Definition at line 71 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 varaibles stored
Definition at line 105 of file HistogramFiller.h.
106 std::vector<std::string>
r;
107 for (
const auto*
v:
var )
109 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 95 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 79 of file HistogramFiller.h.
◆ cut
◆ var
storage for variables, default size of 4, serves all histograming uses
Definition at line 113 of file HistogramFiller.h.
◆ weight
The documentation for this struct was generated from the following file: