Belle II Software development
|
Need this container for exception-safe cleanup, GFRave's interface isn't exception-safe as is. More...
#include <VertexVector.h>
Public Member Functions | |
~VertexVector () noexcept | |
Detor which cleans up the pointers created by the vertex factory. | |
size_t | size () const noexcept |
Return size of vertex vector. | |
genfit::GFRaveVertex *& | operator[] (int idx) |
Random Access operator. | |
Public Attributes | |
std::vector< genfit::GFRaveVertex * > | v |
Fitted vertices. | |
Need this container for exception-safe cleanup, GFRave's interface isn't exception-safe as is.
I guess this could interface fail if delete throws an exception ...
Definition at line 24 of file VertexVector.h.
|
inlinenoexcept |
Detor which cleans up the pointers created by the vertex factory.
Definition at line 29 of file VertexVector.h.
|
inline |
|
inlinenoexcept |
std::vector<genfit::GFRaveVertex*> v |
Fitted vertices.
Definition at line 42 of file VertexVector.h.