Belle II Software development
|
small struct containing pointers to four hits. More...
#include <FilterMill.h>
Public Attributes | |
const PointType * | outer |
outer hit. | |
const PointType * | outerCenter |
outerCenter hit. | |
const PointType * | innerCenter |
innerCenter hit. | |
const PointType * | inner |
inner hit. | |
small struct containing pointers to four hits.
Definition at line 86 of file FilterMill.h.
const PointType* inner |
inner hit.
Definition at line 90 of file FilterMill.h.
const PointType* innerCenter |
innerCenter hit.
Definition at line 89 of file FilterMill.h.
const PointType* outer |
outer hit.
Definition at line 87 of file FilterMill.h.
const PointType* outerCenter |
outerCenter hit.
Definition at line 88 of file FilterMill.h.