Belle II Software development
|
Struct to hold variables for PXD clusters. More...
#include <PXDPerformanceStructs.h>
Public Member Functions | |
Cluster_t () | |
Default constructor. | |
void | setValues (const PXDCluster &pxdCluster) |
Update values from a PXDCluster. | |
Public Attributes | |
unsigned short | pxdID |
Human readable id: layer * 1000 + ladder * 10 + sensor. | |
unsigned short | charge |
Cluster charge in ADU. | |
unsigned short | size |
Cluster size. | |
unsigned short | uSize |
Cluster size in U. | |
unsigned short | vSize |
Cluster size in V. | |
float | posU |
Local position in r-phi. | |
float | posV |
Local position along z. | |
Struct to hold variables for PXD clusters.
Definition at line 35 of file PXDPerformanceStructs.h.
|
inline |
Default constructor.
Definition at line 38 of file PXDPerformanceStructs.h.
void setValues | ( | const PXDCluster & | pxdCluster | ) |
Update values from a PXDCluster.
pxdCluster | a PXDCluster object |
Definition at line 22 of file PXDPerformanceStructs.cc.
unsigned short charge |
Cluster charge in ADU.
Definition at line 48 of file PXDPerformanceStructs.h.
float posU |
Local position in r-phi.
Definition at line 52 of file PXDPerformanceStructs.h.
float posV |
Local position along z.
Definition at line 53 of file PXDPerformanceStructs.h.
unsigned short pxdID |
Human readable id: layer * 1000 + ladder * 10 + sensor.
PXD module id as the DHE id.
Definition at line 47 of file PXDPerformanceStructs.h.
unsigned short size |
Cluster size.
Definition at line 49 of file PXDPerformanceStructs.h.
unsigned short uSize |
Cluster size in U.
Definition at line 50 of file PXDPerformanceStructs.h.
unsigned short vSize |
Cluster size in V.
Definition at line 51 of file PXDPerformanceStructs.h.