![]() |
Belle II Software
release-08-02-06
|
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 More... | |
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 |
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.