Skip to content

Commit

Permalink
Passed code-format and code-checks again
Browse files Browse the repository at this point in the history
  • Loading branch information
parbol committed Jan 23, 2024
1 parent 9c799c0 commit 174ad95
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion SimFastTiming/FastTimingCommon/src/MTDShapeBase.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
MTDShapeBase::~MTDShapeBase() {}

MTDShapeBase::MTDShapeBase()
: qNSecPerBin_(1. / kNBinsPerNSec), indexOfMax_(0), timeOfMax_(0.), fallTime_(0.), shape_(DVec(k1NSecBinsTotal, 0.0)) {}
: qNSecPerBin_(1. / kNBinsPerNSec),
indexOfMax_(0),
timeOfMax_(0.),
fallTime_(0.),
shape_(DVec(k1NSecBinsTotal, 0.0)) {}

std::array<float, 3> MTDShapeBase::timeAtThr(const float scale, const float threshold1, const float threshold2) const {
std::array<float, 3> times_tmp = {{0., 0., 0.}};
Expand Down

0 comments on commit 174ad95

Please sign in to comment.