Belle II Software development
|
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 83 of file SVDBackgroundModule.h.
double m_dose |
Dose (Gy/smy)
Definition at line 87 of file SVDBackgroundModule.h.
double m_expo |
Exposition (energy deposited per cm2 and 1 second)
Definition at line 85 of file SVDBackgroundModule.h.
double m_firedU |
Fired pixels in U, per cm2 and second, zero-suppression threshold.
Definition at line 91 of file SVDBackgroundModule.h.
double m_firedU_t |
Fired pixels in U, occupied time per cm2 and second.
Definition at line 95 of file SVDBackgroundModule.h.
double m_firedV |
Fired pixels in V, per cm2 and second, zero-suppression threshold.
Definition at line 93 of file SVDBackgroundModule.h.
double m_firedV_t |
Fired pixels in V, occupied time per cm2 and second.
Definition at line 97 of file SVDBackgroundModule.h.
double m_neutronFlux |
Neutron flux.
Definition at line 89 of file SVDBackgroundModule.h.
double m_occupancyU |
Occupancy in U.
Definition at line 99 of file SVDBackgroundModule.h.
double m_occupancyU_APV |
Occupancy in U, for 1 APV cycle.
Definition at line 103 of file SVDBackgroundModule.h.
double m_occupancyV |
Occupancy in V.
Definition at line 101 of file SVDBackgroundModule.h.
double m_occupancyV_APV |
Occupancy in V, for 1 APV cycle.
Definition at line 105 of file SVDBackgroundModule.h.