Skip to content

Commit

Permalink
Merge branch 'add-merge-matrix-to-hit-merger' of github.com:eic/EICre…
Browse files Browse the repository at this point in the history
…con into add-merge-matrix-to-hit-merger
  • Loading branch information
ruse-traveler committed Nov 6, 2024
2 parents 903fe3e + 0155a7b commit b650a62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/algorithms/calorimetry/CalorimeterHitsMerger.cc
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ void CalorimeterHitsMerger::build_map_via_funcs(
ref_fields.clear();
for (std::size_t iField = 0; const auto& name_field : id_desc.fields()) {

// check if field has associated mapping
// check if field has associated mapping
const bool foundMapping = (
std::find(m_cfg.fields.begin(), m_cfg.fields.end(), name_field.first) != m_cfg.fields.end()
);
Expand Down
2 changes: 1 addition & 1 deletion src/detectors/BHCAL/BHCAL.cc
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ extern "C" {
// --------------------------------------------------------------------
/* TODO
* - work out how to update adjacency matrix based on provided mappings
* - tie matrix to mappings
* - tie matrix to mappings
* - factory for clustering merged hits
*/
app->Add(new JOmniFactoryGeneratorT<CalorimeterHitsMerger_factory>(
Expand Down

0 comments on commit b650a62

Please sign in to comment.