Belle II Software
release-08-01-10
|
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. More... | |
Public Attributes | |
unsigned short | pxdID |
Human readable id: layer * 1000 + ladder * 10 + sensor. More... | |
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 36 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 pxdID |
Human readable id: layer * 1000 + ladder * 10 + sensor.
PXD module id as the DHE id.
Definition at line 48 of file PXDPerformanceStructs.h.