Belle II Software development
|
tree structure More...
#include <ARICHHitRateCounter.h>
Public Member Functions | |
void | normalize () |
normalize accumulated hits to single event | |
Public Attributes | |
float | segmentRates [18] = {0} |
hit rates per HAPD [Hz] for 18 segments of arich | |
float | averageRate = 0 |
total detector average hit rate per HAPD [Hz] | |
int | numEvents = 0 |
number of events accumulated | |
bool | valid = false |
status: true = rates valid | |
tree structure
Definition at line 38 of file ARICHHitRateCounter.h.
|
inline |
normalize accumulated hits to single event
Definition at line 48 of file ARICHHitRateCounter.h.
float averageRate = 0 |
total detector average hit rate per HAPD [Hz]
Definition at line 41 of file ARICHHitRateCounter.h.
int numEvents = 0 |
number of events accumulated
Definition at line 42 of file ARICHHitRateCounter.h.
float segmentRates[18] = {0} |
hit rates per HAPD [Hz] for 18 segments of arich
Definition at line 40 of file ARICHHitRateCounter.h.
bool valid = false |
status: true = rates valid
Definition at line 43 of file ARICHHitRateCounter.h.