Belle II Software
release-08-01-10
|
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.