Belle II Software  release-08-01-10
VertexVector Class Reference

Need this container for exception-safe cleanup, GFRave's interface isn't exception-safe as is. More...

#include <VertexVector.h>

Collaboration diagram for VertexVector:

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.
 

Detailed Description

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.


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