Belle II Software development
|
tree structure More...
#include <PXDHitRateCounter.h>
Public Attributes | |
float | meanOccupancies [40] = {0} |
mean hit occupancy from PXDDigits per sensor [Hits/Channel] | |
float | maxOccupancies [40] = {0} |
max hit occupancy from PXDDigits per sensor [Hits/Channel] | |
float | doseRates [40] = {0} |
mean dose rate from PXDDigits per sensor [Gy/s] | |
float | softPhotonFluxes [40] = {0} |
mean soft photon flux per sensor (Single pixel cluster <10keV) [clusters/cm2/s] | |
float | hardPhotonFluxes [40] = {0} |
mean hard photon flux per sensor (Single pixel cluster >10keV) [clusters/cm2/s] | |
float | chargedFluxes [40] = {0} |
mean charged particle flux per sensor (Multi pixel cluster >10keV) [clusters/cm2/s] | |
float | segmentDoseRates [240] = {0} |
mean dose rate from PXDDigits per v segment of sensor [Gy/s] | |
float | segmentSoftPhotonFluxes [240] = {0} |
mean soft photon flux per v segment of sensor (Single pixel cluster <10keV) [clusters/cm2/s] | |
float | segmentHardPhotonFluxes [240] = {0} |
mean hard photon flux per v segment of sensor (Single pixel cluster >10keV) [clusters/cm2/s] | |
float | segmentChargedFluxes [240] = {0} |
mean charged particle flux per v segment of sensor (Multi pixel cluster >10keV) [clusters/cm2/s] | |
float | averageRate = 0 |
total detector average hit rate | |
int | numEvents = 0 |
number of events accumulated | |
bool | valid = false |
status: true = rates valid | |
tree structure
Definition at line 40 of file PXDHitRateCounter.h.
float averageRate = 0 |
total detector average hit rate
Definition at line 51 of file PXDHitRateCounter.h.
float chargedFluxes[40] = {0} |
mean charged particle flux per sensor (Multi pixel cluster >10keV) [clusters/cm2/s]
Definition at line 46 of file PXDHitRateCounter.h.
float doseRates[40] = {0} |
mean dose rate from PXDDigits per sensor [Gy/s]
Definition at line 43 of file PXDHitRateCounter.h.
float hardPhotonFluxes[40] = {0} |
mean hard photon flux per sensor (Single pixel cluster >10keV) [clusters/cm2/s]
Definition at line 45 of file PXDHitRateCounter.h.
float maxOccupancies[40] = {0} |
max hit occupancy from PXDDigits per sensor [Hits/Channel]
Definition at line 42 of file PXDHitRateCounter.h.
float meanOccupancies[40] = {0} |
mean hit occupancy from PXDDigits per sensor [Hits/Channel]
Definition at line 41 of file PXDHitRateCounter.h.
int numEvents = 0 |
number of events accumulated
Definition at line 52 of file PXDHitRateCounter.h.
float segmentChargedFluxes[240] = {0} |
mean charged particle flux per v segment of sensor (Multi pixel cluster >10keV) [clusters/cm2/s]
Definition at line 50 of file PXDHitRateCounter.h.
float segmentDoseRates[240] = {0} |
mean dose rate from PXDDigits per v segment of sensor [Gy/s]
Definition at line 47 of file PXDHitRateCounter.h.
float segmentHardPhotonFluxes[240] = {0} |
mean hard photon flux per v segment of sensor (Single pixel cluster >10keV) [clusters/cm2/s]
Definition at line 49 of file PXDHitRateCounter.h.
float segmentSoftPhotonFluxes[240] = {0} |
mean soft photon flux per v segment of sensor (Single pixel cluster <10keV) [clusters/cm2/s]
Definition at line 48 of file PXDHitRateCounter.h.
float softPhotonFluxes[40] = {0} |
mean soft photon flux per sensor (Single pixel cluster <10keV) [clusters/cm2/s]
Definition at line 44 of file PXDHitRateCounter.h.
bool valid = false |
status: true = rates valid
Definition at line 53 of file PXDHitRateCounter.h.