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 9, 2024
1 parent af0fb02 commit cb0420a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/TRestRawPeaksFinderProcess.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class TRestRawPeaksFinderProcess : public TRestEventProcess {
private:
TRestRawSignalEvent* fInputEvent = nullptr; //!
TRestRawSignalEvent* fInputEvent = nullptr; //!
TRestRawReadoutMetadata* fReadoutMetadata = nullptr; //!

/// \brief threshold over baseline to consider a peak
Expand Down
2 changes: 1 addition & 1 deletion src/TRestRawSignalAnalysisProcess.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ TRestEvent* TRestRawSignalAnalysisProcess::ProcessEvent(TRestEvent* inputEvent)
<< endl;
exit(1);
}

auto event = fInputEvent->GetSignalEventForTypes(fChannelTypes, fReadoutMetadata);

// we save some complex typed analysis result
Expand Down

0 comments on commit cb0420a

Please sign in to comment.