Skip to content
Snippets Groups Projects

Update EndVertex Definition for MCParticle

Merged Andre Gunther requested to merge gunther_updateEndVX into master
Files
4
@@ -165,6 +165,8 @@ namespace LHCb {
/// Retrieve (const) Vector of pointers to decay vertices
const SmartRefVector<LHCb::MCVertex>& endVertices() const;
const MCVertex* goodEndVertex() const;
/// Update Vector of pointers to decay vertices
MCParticle& setEndVertices( SmartRefVector<LHCb::MCVertex> value );
Loading