1 #ifndef L1Trigger_TrackFindingTMTT_Array2D_h 2 #define L1Trigger_TrackFindingTMTT_Array2D_h 27 <<
"Array2D: indices out of range " <<
i <<
" " <<
j <<
" " <<
m_ <<
" " <<
n_;
34 return const_cast<T&
>(std::as_const(*
this)(
i,
j));
Array2D(unsigned int m, unsigned int n)
T & operator()(unsigned int i, unsigned int j)
=== This is the base class for the linearised chi-squared track fit algorithms.
std::vector< T > array2D_
const T & operator()(unsigned int i, unsigned int j) const