Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminhuth committed Jul 11, 2024
1 parent ba17b2e commit 5512d97
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 @@ -13,8 +13,7 @@ using namespace Acts::UnitLiterals;

namespace ActsExamples {

TruthGraphBuilder::TruthGraphBuilder(Config config,
Acts::Logging::Level level)
TruthGraphBuilder::TruthGraphBuilder(Config config, Acts::Logging::Level level)
: ActsExamples::IAlgorithm("TruthGraphBuilder", level),
m_cfg(std::move(config)) {
m_inputSpacePoints.initialize(m_cfg.inputSpacePoints);
Expand Down
2 changes: 1 addition & 1 deletion Examples/Python/src/ExaTrkXTrackFinding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ void addExaTrkXTrackFinding(Context &ctx) {
inputSpacePoints, inputSimHits, inputParticles,
inputMeasurementSimHitsMap, inputMeasurementParticlesMap, outputGraph,
targetMinPT, targetMinSize, uniqueModules);

py::enum_<TrackFindingAlgorithmExaTrkX::NodeFeature>(mex, "NodeFeature")
.value("R", TrackFindingAlgorithmExaTrkX::NodeFeature::eR)
.value("Phi", TrackFindingAlgorithmExaTrkX::NodeFeature::ePhi)
Expand Down

0 comments on commit 5512d97

Please sign in to comment.