![]() |
Belle II Software development
|
tree structure More...
#include <SVDHitRateCounter.h>
Public Member Functions | |
| void | normalize () |
| normalize accumulated hits to single event | |
Public Attributes | |
| float | layerAverageRates [4] = {0} |
| layer average occupancy | |
| float | layerLadderAverageRates [4][16] = {{0}} |
| [#layer][#ladder] | |
| float | layerSensorAverageRates [4][5] = {{0}} |
| [#layer][#sensor] | |
| float | averageRate = 0 |
| total SVD average occupancy | |
| float | l3LadderSensorAverageRates [7][2] = {{0}} |
| Layer 3 sensors [#ladder][#sensor]. | |
| int | numEvents = 0 |
| number of events accumulated | |
| bool | valid = false |
| status: true = rates valid | |
tree structure
Definition at line 43 of file SVDHitRateCounter.h.
|
inline |
normalize accumulated hits to single event
Definition at line 55 of file SVDHitRateCounter.h.
| float averageRate = 0 |
total SVD average occupancy
Definition at line 47 of file SVDHitRateCounter.h.
| float l3LadderSensorAverageRates[7][2] = {{0}} |
| float layerAverageRates[4] = {0} |
| float layerLadderAverageRates[4][16] = {{0}} |
| float layerSensorAverageRates[4][5] = {{0}} |
| int numEvents = 0 |
number of events accumulated
Definition at line 49 of file SVDHitRateCounter.h.
| bool valid = false |
status: true = rates valid
Definition at line 50 of file SVDHitRateCounter.h.