Skip to content
Snippets Groups Projects
Commit e4245018 authored by Bastian Schlag's avatar Bastian Schlag
Browse files

remove unused AMVFitter state constructors

parent 4a5a8162
No related branches found
No related tags found
1 merge request!772Implement AdaptiveMultiVertexFinder
......@@ -71,17 +71,6 @@ class AdaptiveMultiVertexFitter {
/// @brief Default State constructor
State() = default;
/// @brief State constructor to initialize trackToVerticesMultiMap
///
/// @param vtxList List of all vertices with trackAtVertex information
State(std::vector<Vertex<input_track_t>>& vtxList) {
updateTrkToVerticesMultiMap(vtxList);
}
State(std::vector<Vertex<input_track_t>*>& vtxList) {
updateTrkToVerticesMultiMap(vtxList);
}
void updateTrkToVerticesMultiMap(
std::vector<Vertex<input_track_t>>& vtxList) {
trackToVerticesMultiMap.clear();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment