![]() |
Belle II Software release-09-00-04
|
position and size of a pixel More...
#include <PixelPositions.h>
Public Member Functions | |
| PixelData () | |
| default constructor | |
| PixelData (double x, double y, double a, double b) | |
| almost full constructor | |
Public Attributes | |
| double | xc = 0 |
| position of center in x | |
| double | yc = 0 |
| position of center in y | |
| double | Dx = 0 |
| size in x | |
| double | Dy = 0 |
| size in y | |
| int | ID = 0 |
| pixel ID | |
| unsigned | pmtType = 0 |
| PMT type (see TOPPmtObsoleteData::EType for the defined types) | |
position and size of a pixel
Definition at line 29 of file PixelPositions.h.
|
inline |
|
inline |
almost full constructor
| x | position of center in x |
| y | position of center in y |
| a | size in x |
| b | size in y |
Definition at line 50 of file PixelPositions.h.
| double Dx = 0 |
size in x
Definition at line 32 of file PixelPositions.h.
| double Dy = 0 |
size in y
Definition at line 33 of file PixelPositions.h.
| int ID = 0 |
pixel ID
Definition at line 34 of file PixelPositions.h.
| unsigned pmtType = 0 |
PMT type (see TOPPmtObsoleteData::EType for the defined types)
Definition at line 35 of file PixelPositions.h.
| double xc = 0 |
position of center in x
Definition at line 30 of file PixelPositions.h.
| double yc = 0 |
position of center in y
Definition at line 31 of file PixelPositions.h.