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 | |
fastvec () | |
~fastvec () | |
void | push_back (unsigned int a) |
void | push_back (unsigned int *a, unsigned int num) |
unsigned int & | operator[] (unsigned int idx) |
void | operator= (const fastvec &other) |
void | clear () |
Public Attributes | |
std::vector< unsigned int > | vec |
unsigned int | arr [16384] |
unsigned int | size |
Definition at line 11 of file fastvec.h.
View newest version in sPHENIX GitHub at line 11 of file fastvec.h
|
inline |
|
inline |
|
inline |
Definition at line 17 of file fastvec.h.
View newest version in sPHENIX GitHub at line 17 of file fastvec.h
References a, arr, size, and vec.
Referenced by HelixHough::fillBins(), and push_back().
unsigned int fastvec::arr[16384] |
Definition at line 90 of file fastvec.h.
View newest version in sPHENIX GitHub at line 90 of file fastvec.h
Referenced by operator=(), operator[](), push_back(), HelixHough::vote(), and HelixHough::vote_pairs().
unsigned int fastvec::size |
Definition at line 91 of file fastvec.h.
View newest version in sPHENIX GitHub at line 91 of file fastvec.h
Referenced by clear(), operator=(), push_back(), HelixHough::vote(), and HelixHough::vote_pairs().
std::vector<unsigned int> fastvec::vec |
Definition at line 89 of file fastvec.h.
View newest version in sPHENIX GitHub at line 89 of file fastvec.h
Referenced by clear(), operator=(), operator[](), and push_back().