Skip to content

Commit

Permalink
Update PrimaryVertices.cc: IWYU
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl authored Sep 17, 2024
1 parent 4de6c6f commit c63674e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/algorithms/reco/PrimaryVertices.cc
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
// Copyright (C) 2024 Daniel Brandenburg, Xin Dong

#include <edm4eic/ReconstructedParticle.h>
#include <edm4eic/VertexCollection.h>
#include <edm4eic/unit_system.h>
#include <edm4hep/Vector3f.h>
#include <edm4hep/Vector4f.h>
#include <fmt/core.h>
#include <podio/ObjectID.h>
#include <iterator>
#include <podio/RelationRange.h>
#include <cmath>
#include <functional>
#include <gsl/pointers>
#include <map>
#include <utility>

#include "algorithms/reco/PrimaryVertices.h"
#include "algorithms/reco/PrimaryVerticesConfig.h"
Expand Down

0 comments on commit c63674e

Please sign in to comment.