![]() |
Belle II Software release-09-00-00
|
Struct to hold data of an SVD sensor. More...
#include <SVDBackgroundModule.h>
Public Attributes | |
double | m_expo |
Exposition (energy deposited per cm2 and 1 second) | |
double | m_dose |
Dose (Gy/smy) | |
double | m_neutronFlux |
Neutron flux. | |
double | m_firedU |
Fired pixels in U, per cm2 and second, zero-suppression threshold. | |
double | m_firedV |
Fired pixels in V, per cm2 and second, zero-suppression threshold. | |
double | m_firedU_t |
Fired pixels in U, occupied time per cm2 and second. | |
double | m_firedV_t |
Fired pixels in V, occupied time per cm2 and second. | |
double | m_occupancyU |
Occupancy in U. | |
double | m_occupancyV |
Occupancy in V. | |
double | m_occupancyU_APV |
Occupancy in U, for 1 APV cycle. | |
double | m_occupancyV_APV |
Occupancy in V, for 1 APV cycle. | |
Struct to hold data of an SVD sensor.
Definition at line 86 of file SVDBackgroundModule.h.
double m_dose |
Dose (Gy/smy)
Definition at line 90 of file SVDBackgroundModule.h.
double m_expo |
Exposition (energy deposited per cm2 and 1 second)
Definition at line 88 of file SVDBackgroundModule.h.
double m_firedU |
Fired pixels in U, per cm2 and second, zero-suppression threshold.
Definition at line 94 of file SVDBackgroundModule.h.
double m_firedU_t |
Fired pixels in U, occupied time per cm2 and second.
Definition at line 98 of file SVDBackgroundModule.h.
double m_firedV |
Fired pixels in V, per cm2 and second, zero-suppression threshold.
Definition at line 96 of file SVDBackgroundModule.h.
double m_firedV_t |
Fired pixels in V, occupied time per cm2 and second.
Definition at line 100 of file SVDBackgroundModule.h.
double m_neutronFlux |
Neutron flux.
Definition at line 92 of file SVDBackgroundModule.h.
double m_occupancyU |
Occupancy in U.
Definition at line 102 of file SVDBackgroundModule.h.
double m_occupancyU_APV |
Occupancy in U, for 1 APV cycle.
Definition at line 106 of file SVDBackgroundModule.h.
double m_occupancyV |
Occupancy in V.
Definition at line 104 of file SVDBackgroundModule.h.
double m_occupancyV_APV |
Occupancy in V, for 1 APV cycle.
Definition at line 108 of file SVDBackgroundModule.h.