Herwig 7.3.0
|
accessor returning the number of missing events for given parameter bin id More...
#include <selectors.h>
Public Member Functions | |
parametric_missing_accessor () | |
the default constructor | |
parametric_missing_accessor (bit_container< parameter_hash_bits > *id) | |
construct from subtree hash to consider | |
int & | set (cell &node) const |
update and return the value | |
int | get (const cell &node, bool isleaf) const |
get the value | |
Private Attributes | |
bit_container< parameter_hash_bits > * | id_ |
the subtree hash to consider | |
accessor returning the number of missing events for given parameter bin id
Definition at line 168 of file selectors.h.
|
inline |
the default constructor
Definition at line 171 of file selectors.h.
|
inlineexplicit |
construct from subtree hash to consider
Definition at line 175 of file selectors.h.
|
inline |
get the value
Definition at line 184 of file selectors.h.
References id_, exsample::cell::info(), exsample::cell::missing_events(), and exsample::cell_info::parametric_missing().
|
inline |
update and return the value
Definition at line 179 of file selectors.h.
References exsample::cell::missing_events().
|
private |