Belle II Software development
|
Struct to hold data of an PXD sensor. More...
#include <PXDBackgroundModule.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_fired |
Fired pixels per cm2 and second, zero-suppression threshold. | |
double | m_occupancy |
Occupancy. | |
Struct to hold data of an PXD sensor.
Definition at line 52 of file PXDBackgroundModule.h.
double m_dose |
Dose (Gy/smy)
Definition at line 56 of file PXDBackgroundModule.h.
double m_expo |
Exposition (energy deposited per cm2 and 1 second)
Definition at line 54 of file PXDBackgroundModule.h.
double m_fired |
Fired pixels per cm2 and second, zero-suppression threshold.
Definition at line 60 of file PXDBackgroundModule.h.
double m_neutronFlux |
Neutron flux.
Definition at line 58 of file PXDBackgroundModule.h.
double m_occupancy |
Occupancy.
Definition at line 62 of file PXDBackgroundModule.h.