Belle II Software development
|
tree structure More...
#include <CDCHitRateCounter.h>
Public Member Functions | |
TreeStruct () | |
constructor | |
void | normalize () |
normalize accumulated hits to hit rate in kHz | |
Public Attributes | |
float | averageRate = 0 |
total detector average hit rate in KHz | |
float | superLayerHitRate [f_nSuperLayer] = {0} |
SuperLayer average hit rate in kHz. | |
float | layerHitRate [f_nLayer] = {0} |
Layer average hit rate in kHz. | |
float | layerPhiHitRate [f_nLayer][f_nPhiDivision] = {{0}} |
Layer (in the phi bin) average hit rate in kHz. | |
int | timeWindowForSmallCell = -1 |
time window for the small cells in 2*508.887 MHz clock ( 1 clock = 0.982536 ns) | |
int | timeWindowForNormalCell = -1 |
time window for the normal cells in 2*508.887 MHz clock ( 1 clock = 0.982536 ns) | |
int | nActiveWireInTotal = 0 |
number of wires used in this analysis in the whole CDC | |
int | nActiveWireInSuperLayer [f_nSuperLayer] = {0} |
number of wires used in this analysis in each super layer | |
int | nActiveWireInLayer [f_nLayer] = {0} |
number of wires used in this analysis in each layer | |
int | nActiveWireInLayerPhi [f_nLayer][f_nPhiDivision] = {{0}} |
number of wires used in this analysis in each phi bin in each layer | |
int | numEvents = 0 |
number of events accumulated | |
bool | valid = false |
status: true = rates valid | |
tree structure
Definition at line 40 of file CDCHitRateCounter.h.
|
inline |
constructor
Definition at line 59 of file CDCHitRateCounter.h.
|
inline |
normalize accumulated hits to hit rate in kHz
Definition at line 72 of file CDCHitRateCounter.h.
float averageRate = 0 |
total detector average hit rate in KHz
Definition at line 41 of file CDCHitRateCounter.h.
float layerHitRate[f_nLayer] = {0} |
Layer average hit rate in kHz.
Definition at line 43 of file CDCHitRateCounter.h.
float layerPhiHitRate[f_nLayer][f_nPhiDivision] = {{0}} |
Layer (in the phi bin) average hit rate in kHz.
Definition at line 44 of file CDCHitRateCounter.h.
int nActiveWireInLayer[f_nLayer] = {0} |
number of wires used in this analysis in each layer
Definition at line 50 of file CDCHitRateCounter.h.
int nActiveWireInLayerPhi[f_nLayer][f_nPhiDivision] = {{0}} |
number of wires used in this analysis in each phi bin in each layer
Definition at line 51 of file CDCHitRateCounter.h.
int nActiveWireInSuperLayer[f_nSuperLayer] = {0} |
number of wires used in this analysis in each super layer
Definition at line 49 of file CDCHitRateCounter.h.
int nActiveWireInTotal = 0 |
number of wires used in this analysis in the whole CDC
Definition at line 48 of file CDCHitRateCounter.h.
int numEvents = 0 |
number of events accumulated
Definition at line 53 of file CDCHitRateCounter.h.
float superLayerHitRate[f_nSuperLayer] = {0} |
SuperLayer average hit rate in kHz.
Definition at line 42 of file CDCHitRateCounter.h.
int timeWindowForNormalCell = -1 |
time window for the normal cells in 2*508.887 MHz clock ( 1 clock = 0.982536 ns)
Definition at line 46 of file CDCHitRateCounter.h.
int timeWindowForSmallCell = -1 |
time window for the small cells in 2*508.887 MHz clock ( 1 clock = 0.982536 ns)
Definition at line 45 of file CDCHitRateCounter.h.
bool valid = false |
status: true = rates valid
Definition at line 54 of file CDCHitRateCounter.h.