Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
P-Ulrich committed Jan 29, 2025
1 parent 4b011ca commit 2ecafad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neuland/digitizing/R3BDigitizingPaddleNeuland.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ namespace R3B::Digitizing::Neuland
ReverseAttenFac_ = std::exp(NeulandPaddle::gHalfLength * attenuation_);
}

auto NeulandPaddle::MatchSignals(const Channel::Signal& firstSignal, const Channel::Signal& secondSignal) const
-> float
auto NeulandPaddle::MatchSignals(const Channel::Signal& firstSignal,
const Channel::Signal& secondSignal) const -> float
{
auto firstE = static_cast<Float_t>(firstSignal.qdcUnSat);
auto secondE = static_cast<Float_t>(secondSignal.qdcUnSat);
Expand Down

0 comments on commit 2ecafad

Please sign in to comment.