36#ifndef G4FastVector_hh
37#define G4FastVector_hh 1
41template <
class Type, G4
int N>
49 if(ptr != &theArray[0])
64 if(ptr != &theArray[0])
67 ptr =
new Type*[items];
76 ptr[anIndex] = anElement;
void SetElement(G4int anIndex, Type *anElement)
void Initialize(G4int items)
Type * operator[](G4int anIndex) const