Belle II Software development
|
Down-stream projection of a pixel to prism entrance window w/ a clip on bar exit thickness. More...
#include <YScanner.h>
Public Member Functions | |
bool | operator< (const PixelProjection &other) const |
operator "less than" needed for sorting | |
Public Attributes | |
double | yc = 0 |
center in y of clipped pixel projection | |
double | Dy = 0 |
size in y of clipped pixel projection | |
const EnergyMask * | mask = 0 |
the corresponding energy mask | |
Down-stream projection of a pixel to prism entrance window w/ a clip on bar exit thickness.
Definition at line 182 of file YScanner.h.
|
inline |
operator "less than" needed for sorting
Definition at line 188 of file YScanner.h.
double Dy = 0 |
size in y of clipped pixel projection
Definition at line 184 of file YScanner.h.
const EnergyMask* mask = 0 |
the corresponding energy mask
Definition at line 185 of file YScanner.h.
double yc = 0 |
center in y of clipped pixel projection
Definition at line 183 of file YScanner.h.