|
BmnRoot
|
#include <SpillCntrs.h>
Public Member Functions | |
| void | ResizeTo (const SpillCntrs &example) |
| void | ResizeTo (const SpillCntrs &example) |
Public Attributes | |
| std::array< ULong64_t, counters_cnt > | cntr_after_err = {} |
| std::array< ULong64_t, counters_cnt > | cntr_befor_err = {} |
| std::vector< std::pair< std::string, std::array< ULong64_t, counters_cnt > > > | cntr_input |
| std::vector< std::pair< std::string, std::array< ULong64_t, counters_cnt > > > | cntr_input_after_red |
Static Public Attributes | |
| static const size_t | counters_cnt = counters_count |
Definition at line 8 of file SpillCntrs.h.
|
inline |
Definition at line 16 of file SpillCntrs.h.
References SpillCntrs< counters_count >::cntr_input, SpillCntrs< counters_count >::cntr_input_after_red, and i.
Referenced by BmnMetadataDecoder::ProcessStatusBlocks().
|
inline |
Definition at line 16 of file SpillCntrs.h.
References SpillCntrs< counters_count >::cntr_input, SpillCntrs< counters_count >::cntr_input_after_red, and i.
| std::array< ULong64_t, counters_cnt > SpillCntrs< counters_count >::cntr_after_err = {} |
Definition at line 11 of file SpillCntrs.h.
Referenced by BmnMetadataDecoder::ProcessStatusBlocks().
| std::array< ULong64_t, counters_cnt > SpillCntrs< counters_count >::cntr_befor_err = {} |
Definition at line 12 of file SpillCntrs.h.
| std::vector< std::pair< std::string, std::array< ULong64_t, counters_cnt > > > SpillCntrs< counters_count >::cntr_input |
Definition at line 13 of file SpillCntrs.h.
Referenced by SpillCntrs< counters_count >::ResizeTo().
| std::vector< std::pair< std::string, std::array< ULong64_t, counters_cnt > > > SpillCntrs< counters_count >::cntr_input_after_red |
Definition at line 14 of file SpillCntrs.h.
Referenced by SpillCntrs< counters_count >::ResizeTo().
|
inlinestatic |
Definition at line 10 of file SpillCntrs.h.