Belle II Software development
FilterMill< PointType >::HitQuadruplet Struct Reference

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.
 

Detailed Description

template<class PointType>
struct Belle2::FilterMill< PointType >::HitQuadruplet

small struct containing pointers to four hits.

Definition at line 86 of file FilterMill.h.

Member Data Documentation

◆ inner

const PointType* inner

inner hit.

Definition at line 90 of file FilterMill.h.

◆ innerCenter

const PointType* innerCenter

innerCenter hit.

Definition at line 89 of file FilterMill.h.

◆ outer

const PointType* outer

outer hit.

Definition at line 87 of file FilterMill.h.

◆ outerCenter

const PointType* outerCenter

outerCenter hit.

Definition at line 88 of file FilterMill.h.


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