Belle II Software development
|
Namespaces | |
namespace | Belle2::PXD |
Namespace to encapsulate code needed for simulation and reconstrucion of the PXD. | |
Classes | |
class | PXDCluster |
The PXD Cluster class This class stores all information about reconstructed PXD clusters The position error matrix has the form ((m_uSigma^2, m_uvRho * m_uSigma * m_vSigma), (m_uvRho * m_uSigma * m_vSigma, m_vSigma^2)) The correlation coefficient is derived from the shape of the cluster. More... | |
class | PXDDAQDHCStatus |
The PXD DAQ DHC Status class. More... | |
class | PXDDAQDHEStatus |
The PXD DAQ DHE Status class. More... | |
class | PXDDAQDHPStatus |
The PXD DAQ DHP Status class. More... | |
class | PXDDAQPacketStatus |
The PXD DAQ Packet Status class. More... | |
class | PXDDAQStatus |
The PXD DAQ Status class. More... | |
class | PXDDigit |
The PXD digit class. More... | |
class | PXDEnergyDepositionEvent |
Class PXDEnergyDepositionEvent: PXDSimHit data container for background studies. More... | |
class | PXDGatedModeInfo |
The PXD Gated Info Class. More... | |
class | PXDInjectionBGTiming |
The PXDInjectionBGTiming class. More... | |
class | PXDNeutronFluxEvent |
Class PXDNeutronFluxEvent: PXDTrueHit data container for background studies. More... | |
class | PXDOccupancyEvent |
Class PXDOccupancyEvent: PXDCluster data container for background studies. More... | |
class | PXDRawAdc |
The PXD Raw Adc class This class stores information about Raw Adc for Pedestals. More... | |
class | PXDRawHit |
The PXD Raw Hit class This class stores information about PXD Pixel hits and makes them available in a root tree. More... | |
class | PXDRawROIs |
The PXD Raw ROIs class This class stores information about the ROIs processed by ONSEN and makes them available in a root tree. More... | |
class | PXDSimHit |
Class PXDSimHit - Geant4 simulated hit for the PXD. More... | |
class | PXDTrueHit |
Class PXDTrueHit - Records of tracks that either enter or leave the sensitive volume. More... | |
Typedefs | |
typedef std::tuple< uint8_t, uint16_t, uint8_t > | PXDDAQDHPComMode |
tuple of Chip ID (2 bit), Row (10 bit), Common Mode (6 bit) | |
typedef std::tuple<uint8_t, uint16_t, uint8_t> PXDDAQDHPComMode |
tuple of Chip ID (2 bit), Row (10 bit), Common Mode (6 bit)
Definition at line 23 of file PXDDAQDHEStatus.h.