Belle II Software development
Box< ATypes > Class Template Reference

The base class for all boxes. More...

Detailed Description

template<class... ATypes>
class Belle2::TrackFindingCDC::Box< ATypes >

The base class for all boxes.

This "box" (which can be a very generic box) can be used to build a hough tree from it. Decision algorithms can be sued to decide if a certain item (e.g. a hit) belongs to a box (e.g. a rectangle in the legendre space) or not. This is used to fill the whole hough tree and find the point of largest interceptions of all hits.

Definition at line 33 of file Box.h.


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