QwAnalysis
|
#include <VQwTrackingElement.h>
Inherits std::vector< T >.
Public Member Functions | |
VQwTrackingElementContainer () | |
Constructor. More... | |
T * | CreateNew () |
Create a new tree line. More... | |
void | Add (T *element) |
Add an existing element as a copy. More... | |
void | AddList (T *list) |
Add a list of existing tree lines as a copy. More... | |
void | Clear (Option_t *option="") |
Clear the list of tree lines. More... | |
void | Reset (Option_t *option="") |
Reset the list of tree lines. More... | |
void | Print (Option_t *option="") const |
Print the list of tree lines. More... | |
Int_t | GetNumberOfElements () const |
Get the number of tree lines. More... | |
Private Attributes | |
std::vector< T * > | fList |
Array of pointers to elements. More... | |
Additional Inherited Members | |
Data Fields inherited from std::vector< T > | |
T | elements |
STL member. More... | |
Definition at line 159 of file VQwTrackingElement.h.
|
inline |
|
inline |
Add an existing element as a copy.
Definition at line 174 of file VQwTrackingElement.h.
References VQwTrackingElementContainer< T >::fList, and Qw::T.
Referenced by VQwTrackingElementContainer< T >::AddList(), and VQwTrackingElementContainer< T >::CreateNew().
|
inline |
Add a list of existing tree lines as a copy.
Definition at line 179 of file VQwTrackingElement.h.
References VQwTrackingElementContainer< T >::Add(), and Qw::T.
|
inline |
Clear the list of tree lines.
Definition at line 185 of file VQwTrackingElement.h.
References VQwTrackingElementContainer< T >::fList.
Referenced by VQwTrackingElementContainer< T >::Reset().
|
inline |
Create a new tree line.
Definition at line 167 of file VQwTrackingElement.h.
References VQwTrackingElementContainer< T >::Add(), and Qw::T.
|
inline |
Get the number of tree lines.
Definition at line 205 of file VQwTrackingElement.h.
References VQwTrackingElementContainer< T >::fList.
|
inline |
Print the list of tree lines.
Definition at line 198 of file VQwTrackingElement.h.
References QwLog::endl(), VQwTrackingElementContainer< T >::fList, and QwMessage.
|
inline |
Reset the list of tree lines.
Definition at line 193 of file VQwTrackingElement.h.
References VQwTrackingElementContainer< T >::Clear().
|
private |
Array of pointers to elements.
Definition at line 207 of file VQwTrackingElement.h.
Referenced by VQwTrackingElementContainer< T >::Add(), VQwTrackingElementContainer< T >::Clear(), VQwTrackingElementContainer< T >::GetNumberOfElements(), and VQwTrackingElementContainer< T >::Print().