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 Oct 25, 2024
1 parent 63fb132 commit 04dec5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TRestDetectorHitsReadoutAnalysisProcess.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ TRestEvent* TRestDetectorHitsReadoutAnalysisProcess::ProcessEvent(TRestEvent* in
cerr << "TRestDetectorHitsReadoutAnalysisProcess::ProcessEvent() : "
<< "Negative energy found in hit " << hitIndex << ". Energy (keV): " << energy << endl;
// exit(1);
continue; // We should error, but for now we just skip the hit
continue; // We should error, but for now we just skip the hit
}
// when working with hits derived from experimental data, only relative z is available, so it cannot
// be used to check if a position is inside the readout. We use z=0 in this case which in most cases
Expand Down

0 comments on commit 04dec5e

Please sign in to comment.