![]() |
Belle II Software release-09-00-03
|
Tree data structure. More...
#include <KLMHitRateCounter.h>
Public Member Functions | |
| void | normalize () |
| Normalize accumulated hits to single event. | |
Public Attributes | |
| float | moduleRates [KLMElementNumbers::getTotalModuleNumber()] = {0} |
| Hit rates in each module. | |
| float | averageRate = 0 |
| Total detector average hit rate. | |
| int | numEvents = 0 |
| Number of accumulated events. | |
| bool | valid = false |
| Whether the rates are valid. | |
Tree data structure.
Definition at line 44 of file KLMHitRateCounter.h.
|
inline |
Normalize accumulated hits to single event.
Definition at line 61 of file KLMHitRateCounter.h.
| float averageRate = 0 |
Total detector average hit rate.
Definition at line 50 of file KLMHitRateCounter.h.
| float moduleRates[KLMElementNumbers::getTotalModuleNumber()] = {0} |
Hit rates in each module.
Definition at line 47 of file KLMHitRateCounter.h.
| int numEvents = 0 |
Number of accumulated events.
Definition at line 53 of file KLMHitRateCounter.h.
| bool valid = false |
Whether the rates are valid.
Definition at line 56 of file KLMHitRateCounter.h.