#include <ClusterShapeHitFilter.h>
Definition at line 23 of file ClusterShapeHitFilter.h.
PixelKeys::PixelKeys |
( |
int |
part, |
|
|
int |
dx, |
|
|
int |
dy |
|
) |
| |
|
inline |
Definition at line 25 of file ClusterShapeHitFilter.h.
static unsigned char barrelPacking(int dx, int dy)
static unsigned char endcapPacking(int dx, int dy)
static unsigned char PixelKeys::barrelPacking |
( |
int |
dx, |
|
|
int |
dy |
|
) |
| |
|
inlinestatic |
Definition at line 35 of file ClusterShapeHitFilter.h.
References N.
36 if ( dx<0 || dy<0 )
return N;
37 if ( dx>10 || dy>15 )
return N;
38 if (dx<8)
return dx*16+dy;
40 return 128 + (dx-8)*3+dy;
static unsigned char PixelKeys::endcapPacking |
( |
int |
dx, |
|
|
int |
dy |
|
) |
| |
|
inlinestatic |
bool PixelKeys::isValid |
( |
void |
| ) |
const |
|
inline |
PixelKeys::operator unsigned int |
( |
| ) |
const |
|
inline |
bool PixelKeys::operator< |
( |
const PixelKeys & |
right | ) |
const |
|
inline |
unsigned char PixelKeys::key |
|
private |
const int PixelKeys::N_barrel =137 |
|
static |
const int PixelKeys::N_endcap =55 |
|
static |
const int PixelKeys::offset_endcap_dx =10 |
|
static |
const int PixelKeys::offset_endcap_dy =5 |
|
static |