Belle II Software development
YScanner::PixelProjection Struct Reference

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 EnergyMaskmask = 0
 the corresponding energy mask
 

Detailed Description

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.

Member Function Documentation

◆ operator<()

bool operator< ( const PixelProjection other) const
inline

operator "less than" needed for sorting

Definition at line 188 of file YScanner.h.

188{return yc < other.yc;}
double yc
center in y of clipped pixel projection
Definition: YScanner.h:183

Member Data Documentation

◆ Dy

double Dy = 0

size in y of clipped pixel projection

Definition at line 184 of file YScanner.h.

◆ mask

const EnergyMask* mask = 0

the corresponding energy mask

Definition at line 185 of file YScanner.h.

◆ yc

double yc = 0

center in y of clipped pixel projection

Definition at line 183 of file YScanner.h.


The documentation for this struct was generated from the following file: