Skip to content

Commit

Permalink
Update DDG4/plugins/Geant4SDActions.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Andre Sailer <[email protected]>
  • Loading branch information
scott-snyder and andresailer authored Jan 15, 2025
1 parent 7538f68 commit 6a6d206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DDG4/plugins/Geant4SDActions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ namespace dd4hep {
std::cout << out.str();
return true;
}
handleCalorimeterHit (cell, contrib, *coll, h, *this, m_segmentation);
handleCalorimeterHit(cell, contrib, *coll, h, *this, m_segmentation);
mark(h.track);
return true;
}
Expand Down

0 comments on commit 6a6d206

Please sign in to comment.