Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 7, 2024
1 parent d073d6b commit 6e34d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithms/digi/TOFPulseGeneration.cc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void TOFPulseGeneration::process(const TOFPulseGeneration::Input& input,
for (const auto& hit : *simhits) {
auto cellID = hit.getCellID();
double sum_charge = 0.0;
double mpv_analog = 0.0;
double mpv_analog = 0.0;

double time = hit.getTime();
double charge = hit.getEDep();
Expand Down

0 comments on commit 6e34d8a

Please sign in to comment.