Skip to content

Commit

Permalink
format and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Jul 1, 2024
1 parent 73a7ec3 commit b57e851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class AdaptiveGridDensityVertexFinder final : public IVertexFinder {
///
/// @param trackVector Input track collection
/// @param vertexingOptions Vertexing options
/// @param state The state object to cache the density grid
/// @param anyState The state object to cache the density grid
/// and density contributions of each track, to be used
/// if cacheGridStateForTrackRemoval == true
///
Expand Down
3 changes: 1 addition & 2 deletions Core/src/Vertexing/AdaptiveGridTrackDensity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

#include "Acts/Vertexing/SparseGridTrackDensity.hpp"

#include "Acts/Utilities/AlgebraHelpers.hpp"
#include "Acts/Vertexing/SparseGridTrackDensity.hpp"
#include "Acts/Vertexing/VertexingError.hpp"

#include <algorithm>
Expand Down

0 comments on commit b57e851

Please sign in to comment.