Belle II Software development
|
The PXD Gated Info Class. More...
#include <PXDGatedModeInfo.h>
Public Member Functions | |
PXDGatedModeInfo () | |
Default constructor for the ROOT IO. | |
void | setFullGated (bool b) |
Set flag that we triggered while detector was gated. | |
bool | isFullGated () const |
Return if data was recorded while detector was gated. | |
void | setReadoutGated (bool b) |
Set flag that we triggered while detector was gated. | |
bool | isReadoutGated () const |
Return if data was readout while detector was gated. | |
bool | isGateOK (VxdID id, int gate) const |
Return if gate is ok. | |
bool | isVCellOK (VxdID id, int vCellId) const |
is the VCELL valid | |
void | setGateGatedL2 (int gate, bool gated) |
set gate status of specific gate | |
Private Attributes | |
bool | m_fullGated |
Sensor was in gated mode while triggered. | |
bool | m_readoutGated |
Sensor switched to gated mode during readout. | |
std::vector< bool > | m_gateStatus |
Status of Gates (true=gated), the gates are numbered as (VCellID/4) for Layer 2 (as rolling shutter runs in V direction), and invers for Layer 1. | |
The PXD Gated Info Class.
Here we store the information for all gates of all modules if the read out value is useable for reco. if the sensor was completely gated, no gate contains any signal information if the sensor was gates during readout, a few gates do not contain useful info, as the gating process messes up the adc values
Definition at line 33 of file PXDGatedModeInfo.h.
|
inline |
Default constructor for the ROOT IO.
Definition at line 37 of file PXDGatedModeInfo.h.
|
inline |
Return if data was recorded while detector was gated.
Definition at line 48 of file PXDGatedModeInfo.h.
|
inline |
Return if gate is ok.
Definition at line 63 of file PXDGatedModeInfo.h.
|
inline |
Return if data was readout while detector was gated.
Definition at line 58 of file PXDGatedModeInfo.h.
|
inline |
is the VCELL valid
Definition at line 84 of file PXDGatedModeInfo.h.
|
inline |
Set flag that we triggered while detector was gated.
b | gated |
Definition at line 43 of file PXDGatedModeInfo.h.
|
inline |
set gate status of specific gate
Definition at line 87 of file PXDGatedModeInfo.h.
|
inline |
Set flag that we triggered while detector was gated.
b | gated |
Definition at line 53 of file PXDGatedModeInfo.h.
|
private |
Sensor was in gated mode while triggered.
Definition at line 97 of file PXDGatedModeInfo.h.
|
private |
Status of Gates (true=gated), the gates are numbered as (VCellID/4) for Layer 2 (as rolling shutter runs in V direction), and invers for Layer 1.
Definition at line 101 of file PXDGatedModeInfo.h.
|
private |
Sensor switched to gated mode during readout.
Definition at line 98 of file PXDGatedModeInfo.h.