12#define BOOST_MULTI_ARRAY_NO_GENERATORS
13#include "boost/multi_array.hpp"
22 typedef boost::multi_array<unsigned short, 2>
c2array;
28 typedef boost::multi_array<unsigned short, 3>
c3array;
34 typedef boost::multi_array<unsigned short, 5>
c5array;
c5array::index c5index
index of store hit pattern 5D array
boost::multi_array< unsigned short, 2 > c2array
TS-ID to 1/32 phi-sector mapping is stored in a 2D array.
boost::multi_array< unsigned short, 5 > c5array
Store hit patterns in a 5D array (hitid, prio, omega, phi, cot)
c3array::index c3index
index of Hough space 3D array
c2array::index c2index
index of TS-ID to 1/32 phi-sector mapping 2D array
boost::multi_array< unsigned short, 3 > c3array
The Hough space is a 3D array (omega, phi, cot)
std::array< c3index, 3 > cell_index
The cell index of one Hough space bin.
Abstract base class for different kinds of events.