Belle II Software development
SVDBackgroundModule::SensorData Struct Reference

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.
 

Detailed Description

Struct to hold data of an SVD sensor.

Definition at line 83 of file SVDBackgroundModule.h.

Member Data Documentation

◆ m_dose

double m_dose

Dose (Gy/smy)

Definition at line 87 of file SVDBackgroundModule.h.

◆ m_expo

double m_expo

Exposition (energy deposited per cm2 and 1 second)

Definition at line 85 of file SVDBackgroundModule.h.

◆ m_firedU

double m_firedU

Fired pixels in U, per cm2 and second, zero-suppression threshold.

Definition at line 91 of file SVDBackgroundModule.h.

◆ m_firedU_t

double m_firedU_t

Fired pixels in U, occupied time per cm2 and second.

Definition at line 95 of file SVDBackgroundModule.h.

◆ m_firedV

double m_firedV

Fired pixels in V, per cm2 and second, zero-suppression threshold.

Definition at line 93 of file SVDBackgroundModule.h.

◆ m_firedV_t

double m_firedV_t

Fired pixels in V, occupied time per cm2 and second.

Definition at line 97 of file SVDBackgroundModule.h.

◆ m_neutronFlux

double m_neutronFlux

Neutron flux.

Definition at line 89 of file SVDBackgroundModule.h.

◆ m_occupancyU

double m_occupancyU

Occupancy in U.

Definition at line 99 of file SVDBackgroundModule.h.

◆ m_occupancyU_APV

double m_occupancyU_APV

Occupancy in U, for 1 APV cycle.

Definition at line 103 of file SVDBackgroundModule.h.

◆ m_occupancyV

double m_occupancyV

Occupancy in V.

Definition at line 101 of file SVDBackgroundModule.h.

◆ m_occupancyV_APV

double m_occupancyV_APV

Occupancy in V, for 1 APV cycle.

Definition at line 105 of file SVDBackgroundModule.h.


The documentation for this struct was generated from the following file: