Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Aug 6, 2024
1 parent e69691c commit 73ddb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k4GaudiPandora/src/DDSimpleMuonDigi.cc
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ float DDSimpleMuonDigi::computeHitTime(const edm4hep::SimCalorimeterHit& h) cons
// threshold is reached. The hit time is then estimated at this position in the array
using entry_type = std::pair<float, float>;
std::vector<entry_type> timeToEnergyMapping{};
auto singleHit = h.getContributions();
auto singleHit = h.getContributions();

const unsigned int nContribs = singleHit.size();
timeToEnergyMapping.reserve(nContribs);
Expand Down

0 comments on commit 73ddb48

Please sign in to comment.