Belle II Software development
|
Event: time, distance from hit to SiPM. More...
#include <EKLMAlignmentAlongStripsAlgorithm.h>
Public Attributes | |
int | section |
Section number. | |
int | layer |
Layer number. | |
int | sector |
Sector number. | |
int | plane |
Plane number. | |
int | strip |
Strip number. | |
int | stripGlobal |
Strip global number. | |
int | segmentGlobal |
Segment global number. | |
float | x |
Hit X coordinate. | |
float | y |
Hit Y coordinate. | |
float | z |
Hit Z coordinate. | |
float | distSiPM |
Distance from hit to the SiPM. | |
float | distFarEnd |
Distance from hit to the far end of the strip. | |
Event: time, distance from hit to SiPM.
Definition at line 30 of file EKLMAlignmentAlongStripsAlgorithm.h.
float distFarEnd |
Distance from hit to the far end of the strip.
Definition at line 42 of file EKLMAlignmentAlongStripsAlgorithm.h.
float distSiPM |
Distance from hit to the SiPM.
Definition at line 41 of file EKLMAlignmentAlongStripsAlgorithm.h.
int layer |
Layer number.
Definition at line 32 of file EKLMAlignmentAlongStripsAlgorithm.h.
int plane |
Plane number.
Definition at line 34 of file EKLMAlignmentAlongStripsAlgorithm.h.
int section |
Section number.
Definition at line 31 of file EKLMAlignmentAlongStripsAlgorithm.h.
int sector |
Sector number.
Definition at line 33 of file EKLMAlignmentAlongStripsAlgorithm.h.
int segmentGlobal |
Segment global number.
Definition at line 37 of file EKLMAlignmentAlongStripsAlgorithm.h.
int strip |
Strip number.
Definition at line 35 of file EKLMAlignmentAlongStripsAlgorithm.h.
int stripGlobal |
Strip global number.
Definition at line 36 of file EKLMAlignmentAlongStripsAlgorithm.h.
float x |
Hit X coordinate.
Definition at line 38 of file EKLMAlignmentAlongStripsAlgorithm.h.
float y |
Hit Y coordinate.
Definition at line 39 of file EKLMAlignmentAlongStripsAlgorithm.h.
float z |
Hit Z coordinate.
Definition at line 40 of file EKLMAlignmentAlongStripsAlgorithm.h.