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

small struct containing pointers to three hits. More...

#include <FilterMill.h>

Public Attributes

const PointType * outer
 outer hit.
 
const PointType * center
 center hit.
 
const PointType * inner
 inner hit.
 

Detailed Description

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

small struct containing pointers to three hits.

Definition at line 79 of file FilterMill.h.

Member Data Documentation

◆ center

const PointType* center

center hit.

Definition at line 81 of file FilterMill.h.

◆ inner

const PointType* inner

inner hit.

Definition at line 82 of file FilterMill.h.

◆ outer

const PointType* outer

outer hit.

Definition at line 80 of file FilterMill.h.


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