Belle II Software development
|
Class to correct estimation of cluster error and position base on its shape. More...
#include <PXDClusterShape.h>
Public Member Functions | |
~PXDClusterShape () | |
Delete the cache and free the memory. | |
pxdClusterShapeType | setClsShape (const ClusterCandidate &cls, VxdID sensorID) |
Set cluster shape ID. | |
Static Public Attributes | |
static pxdClusterShapeDescr | pxdClusterShapeDescription |
Create detail description of cluster shape. | |
Class to correct estimation of cluster error and position base on its shape.
This class will set a shape ID of cluster in clusterization time. ID is describe on list "pxdClusterShapeType". Function "pxdClusterShapeDescription" give more detail desription of shape.
Function "setClsShape" set shape ID for cluster. Correction is apply for RecoHit if available direction of reco track
* u → → → → → → → → → → * v┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐v * ↑│-│-│-│-│-│-│-│-│-│-│-│↑ * ↑├─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┤↑ * ↑│-│-│-│x│-│-│-│-│-│-│-│↑ * ↑├─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┤↑"L" * ↑│-│-│-│x│x│-│-│-│x│-│-│↑ * ↑├─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┤↑"mirror_u_L" * ↑│-│-│-│-│-│-│-│x│x│-│-│↑ * ↑├─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┤↑ * ↑│-│-│-│x│x│-│-│-│-│-│-│↑ * ↑├─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┤↑"mirror_v_L" * ↑│-│-│-│x│-│-│-│x│x│-│-│↑ * ↑├─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┤↑"mirror_u+v_L" * ↑│-│-│-│-│-│-│-│-│x│-│-│↑ * ↑├─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┤↑ * ↑│-│-│-│-│x│-│-│-│-│-│-│↑ * ↑├─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┤↑"2x2 diagonal" * ↑│-│-│-│x│-│-│-│x│-│-│-│↑ * ↑├─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┤↑"2x2 anti-diagonal" * ↑│-│-│-│-│-│-│-│-│x│-│-│↑ * ↑├─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┤↑ * ↑│-│-│-│-│-│-│-│-│-│-│-│↑ * v└─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘v * - u → → → → → → → → → → *
Definition at line 82 of file PXDClusterShape.h.
~PXDClusterShape | ( | ) |
pxdClusterShapeType setClsShape | ( | const ClusterCandidate & | cls, |
VxdID | sensorID | ||
) |
Set cluster shape ID.
Set cluster shape ID
cls | ClusterCandidate container of pixels creating cluster in PXD |
sensorID | sensor details for PXD sensors |
Definition at line 51 of file PXDClusterShape.cc.
|
static |
Create detail description of cluster shape.
Definition at line 89 of file PXDClusterShape.h.