Skip to content
Snippets Groups Projects

Update GenEvent.h to add functions which return the whole maps

Merged Andrii Verbytskyi requested to merge averbyts-master-patch-20298 into master
All threads resolved!
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -94,7 +94,8 @@ public:
}
}
}
std::unordered_map<int, GenVertexPtr> barcode_to_vertex_map() const { return m_vertexBC; }
+1
std::unordered_map<int, GenParticlePtr> barcode_to_particle_map() const { return m_particleBC; }
private:
std::unordered_map<int, GenVertexPtr> m_vertexBC;
std::unordered_map<int, GenParticlePtr> m_particleBC;
Loading