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 May 6, 2024
1 parent baaa79a commit 7df364d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TRestDetectorSignalToRawSignalProcess.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ void TRestDetectorSignalToRawSignalProcess::PrintMetadata() {
RESTMetadata << "Shaping time: " << shapingTime * 1000 << " ns" << RESTendl;
}
const double noiseLevel = fParametersMap.at(readoutType).noiseLevel;
if(noiseLevel > 0){
if (noiseLevel > 0) {
RESTMetadata << "Noise Level: " << noiseLevel << RESTendl;
}

Expand Down

0 comments on commit 7df364d

Please sign in to comment.