CbmRoot
|
#include <L1Portion.h>
Public Types | |
typedef vector< T > | vType |
Public Member Functions | |
L1Portion () | |
L1Portion (int size) | |
L1Portion (int size, int size2) | |
vType & | operator[] (int i) |
void | resize (int size) |
void | reserve (int size) |
void | reserve2 (int size) |
void | push_back (vType &v) |
void | add_void () |
void | add_void (int i) |
int | CalcSize () |
Private Attributes | |
vector< vType > | a |
int | dataSize |
Definition at line 9 of file L1Portion.h.
Definition at line 106 of file L1Portion.h.
Definition at line 108 of file L1Portion.h.
Definition at line 109 of file L1Portion.h.
References L1Portion< T >::reserve().
Definition at line 110 of file L1Portion.h.
References L1Portion< T >::reserve().
|
inline |
Definition at line 122 of file L1Portion.h.
References L1Portion< T >::a, L1Portion< T >::dataSize, and v.
|
inline |
Definition at line 128 of file L1Portion.h.
References L1Portion< T >::a, and i.
|
inline |
Definition at line 133 of file L1Portion.h.
References L1Portion< T >::a, and i.
Definition at line 114 of file L1Portion.h.
References L1Portion< T >::a, and i.
Definition at line 121 of file L1Portion.h.
References L1Portion< T >::a, and v.
|
inline |
Definition at line 116 of file L1Portion.h.
References L1Portion< T >::a.
Referenced by L1Portion< L1TrackPar >::L1Portion(), L1Portion< L1FieldRegion >::L1Portion(), L1Portion< T >::L1Portion(), L1Portion< L1TrackPar >::reserve2(), L1Portion< L1FieldRegion >::reserve2(), and L1Portion< T >::reserve2().
|
inline |
Definition at line 117 of file L1Portion.h.
References L1Portion< T >::a, i, and L1Portion< T >::reserve().
|
inline |
Definition at line 115 of file L1Portion.h.
References L1Portion< T >::a.
Definition at line 141 of file L1Portion.h.
Referenced by L1Portion< L1TrackPar >::add_void(), L1Portion< L1FieldRegion >::add_void(), L1Portion< T >::add_void(), L1Portion< L1TrackPar >::CalcSize(), L1Portion< L1FieldRegion >::CalcSize(), L1Portion< T >::CalcSize(), L1Portion< L1TrackPar >::operator[](), L1Portion< L1FieldRegion >::operator[](), L1Portion< T >::operator[](), L1Portion< L1TrackPar >::push_back(), L1Portion< L1FieldRegion >::push_back(), L1Portion< T >::push_back(), L1Portion< L1TrackPar >::reserve(), L1Portion< L1FieldRegion >::reserve(), L1Portion< T >::reserve(), L1Portion< L1TrackPar >::reserve2(), L1Portion< L1FieldRegion >::reserve2(), L1Portion< T >::reserve2(), L1Portion< L1TrackPar >::resize(), L1Portion< L1FieldRegion >::resize(), and L1Portion< T >::resize().
|
private |
Definition at line 143 of file L1Portion.h.
Referenced by L1Portion< L1TrackPar >::add_void(), L1Portion< L1FieldRegion >::add_void(), and L1Portion< T >::add_void().