Skip to content

Commit

Permalink
github CI requested different formatting to my local clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosie-Hasan committed Dec 11, 2024
1 parent 1a7b3a0 commit 8347b8a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions Core/include/Acts/Seeding/SeedFinderGbts.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -307,12 +307,12 @@ void SeedFinderGbts<external_spacepoint_t>::runGbts_TrackFinder(
nEdges++;
}
} // loop over n2 (outer) nodes
} // loop over n1 (inner) nodes
} // loop over source eta bins
} // loop over dst eta bins
} // loop over L2(L1) layers
} // loop over dst layers
} // loop over the stages of doublet making
} // loop over n1 (inner) nodes
} // loop over source eta bins
} // loop over dst eta bins
} // loop over L2(L1) layers
} // loop over dst layers
} // loop over the stages of doublet making

std::vector<const GbtsNode<external_spacepoint_t>*> vNodes;

Expand Down
18 changes: 9 additions & 9 deletions Examples/Algorithms/TrackFinding/src/GbtsSeedingAlgorithm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@ ActsExamples::ProcessCode ActsExamples::GbtsSeedingAlgorithm::execute(
MakeGbtsSpacePoints(ctx, m_cfg.ActsGbtsMap);

for (auto sp : GbtsSpacePoints) {
ACTS_DEBUG("Gbts space points: "
<< " Gbts_id: " << sp.gbtsID << " z: " << sp.SP->z()
<< " r: " << sp.r() << " ACTS volume: "
<< sp.SP->sourceLinks()
.front()
.get<IndexSourceLink>()
.geometryId()
.volume()
<< "\n");
ACTS_DEBUG("Gbts space points: " << " Gbts_id: " << sp.gbtsID
<< " z: " << sp.SP->z() << " r: " << sp.r()
<< " ACTS volume: "
<< sp.SP->sourceLinks()
.front()
.get<IndexSourceLink>()
.geometryId()
.volume()
<< "\n");
}

// this is now calling on a core algorithm
Expand Down

0 comments on commit 8347b8a

Please sign in to comment.