Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Feb 29, 2024
1 parent 938960f commit 661c53e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ class VertexPerformanceWriter final

int getNumberOfTruePriVertices(const SimParticleContainer& collection) const;

ReadDataHandle<SimVertexContainer> m_inputTruthVertices{
this, "InputTruthVertices"};
ReadDataHandle<SimVertexContainer> m_inputTruthVertices{this,
"InputTruthVertices"};
ReadDataHandle<SimParticleContainer> m_inputAllTruthParticles{
this, "InputAllTruthParticles"};
ReadDataHandle<SimParticleContainer> m_inputSelectedTruthParticles{
Expand Down
2 changes: 1 addition & 1 deletion Examples/Python/src/Input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ using namespace pybind11::literals;
using namespace ActsExamples;

namespace Acts::Python {

void addInput(Context& ctx) {
auto mex = ctx.get("examples");

Expand Down

0 comments on commit 661c53e

Please sign in to comment.