EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fastvec Class Reference

#include <fun4all_coresoftware/blob/master/offline/packages/HelixHough/helix_hough/fastvec.h>

+ Collaboration diagram for fastvec:

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
 

Detailed Description

Definition at line 11 of file fastvec.h.

View newest version in sPHENIX GitHub at line 11 of file fastvec.h

Constructor & Destructor Documentation

fastvec::fastvec ( )
inline

Definition at line 14 of file fastvec.h.

View newest version in sPHENIX GitHub at line 14 of file fastvec.h

fastvec::~fastvec ( )
inline

Definition at line 15 of file fastvec.h.

View newest version in sPHENIX GitHub at line 15 of file fastvec.h

Member Function Documentation

void fastvec::clear ( void  )
inline

Definition at line 83 of file fastvec.h.

View newest version in sPHENIX GitHub at line 83 of file fastvec.h

References size, and vec.

void fastvec::operator= ( const fastvec other)
inline

Definition at line 63 of file fastvec.h.

View newest version in sPHENIX GitHub at line 63 of file fastvec.h

References arr, size, and vec.

unsigned int& fastvec::operator[] ( unsigned int  idx)
inline

Definition at line 47 of file fastvec.h.

View newest version in sPHENIX GitHub at line 47 of file fastvec.h

References arr, and vec.

void fastvec::push_back ( unsigned int  a)
inline

Definition at line 17 of file fastvec.h.

View newest version in sPHENIX GitHub at line 17 of file fastvec.h

References arr, size, and vec.

Referenced by HelixHough::fillBins(), and push_back().

+ Here is the caller graph for this function:

void fastvec::push_back ( unsigned int *  a,
unsigned int  num 
)
inline

Definition at line 31 of file fastvec.h.

View newest version in sPHENIX GitHub at line 31 of file fastvec.h

References arr, num, push_back(), and size.

+ Here is the call graph for this function:

Member Data Documentation

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().


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