Skip to content

Commit

Permalink
Apply clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 24, 2024
1 parent d043091 commit 248c73c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TrigScint/src/TrigScint/TrigScintFirmwareHitProducer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void TrigScintFirmwareHitProducer::produce(framework::Event &event) {
inputPassName_)};
for (const auto &hit : rechits) {
ldmx_log(debug) << "Analysis barID: " << hit.getBarID()
<< ", PE Number: " << hit.getPE();
<< ", PE Number: " << hit.getPE();
}
}
const auto digis{event.getCollection<trigscint::TrigScintQIEDigis>(
Expand Down Expand Up @@ -77,7 +77,7 @@ void TrigScintFirmwareHitProducer::produce(framework::Event &event) {
if (outHit[i].Amp >= 3) {
if (verbose_) {
ldmx_log(debug) << "Firmware barID: " << outHit[i].bID
<< ", PE Number: " << outHit[i].Amp;
<< ", PE Number: " << outHit[i].Amp;
}
ldmx::TrigScintHit hit;
hit.setModuleID(outHit[i].mID);
Expand Down

0 comments on commit 248c73c

Please sign in to comment.