ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/offline/packages/HelixHough/helix_hough/fastvec.h>
Public Member Functions | |
fastvec2d (unsigned int second_dimension_size) | |
~fastvec2d () | |
void | fill (unsigned int *buf, unsigned int bufsize) |
unsigned int | n_entries (unsigned int idx) |
unsigned int & | operator() (unsigned int idx1, unsigned int idx2) |
void | fetch (unsigned int begin, unsigned int end, unsigned int *result_arr, unsigned int *result_size) |
Public Attributes | |
unsigned int | arr [16384] |
unsigned int | arr_size [16384] |
unsigned int | size |
unsigned int | size2 |
unsigned int | nstack |
std::vector< std::vector < unsigned int > > | vec |
Definition at line 95 of file fastvec.h.
View newest version in sPHENIX GitHub at line 95 of file fastvec.h
|
inline |
|
inline |
|
inline |
Definition at line 148 of file fastvec.h.
View newest version in sPHENIX GitHub at line 148 of file fastvec.h
References arr, arr_size, n_entries(), nstack, and size2.
Referenced by HelixHough::fillBins().
unsigned int fastvec2d::arr[16384] |
unsigned int fastvec2d::arr_size[16384] |
unsigned int fastvec2d::nstack |
Definition at line 174 of file fastvec.h.
View newest version in sPHENIX GitHub at line 174 of file fastvec.h
Referenced by fastvec2d(), fetch(), fill(), n_entries(), and operator()().
unsigned int fastvec2d::size |
unsigned int fastvec2d::size2 |
Definition at line 173 of file fastvec.h.
View newest version in sPHENIX GitHub at line 173 of file fastvec.h
Referenced by fastvec2d(), fetch(), fill(), and operator()().
std::vector<std::vector<unsigned int> > fastvec2d::vec |
Definition at line 175 of file fastvec.h.
View newest version in sPHENIX GitHub at line 175 of file fastvec.h
Referenced by fill(), n_entries(), and operator()().