Skip to content

Commit 8aa0047

Browse files
author
Wiktor Pierozak
committed
Removed white spaces
1 parent 620a81e commit 8aa0047

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Modules/FIT/FT0/src/AgingLaserPostProcTask.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ void AgingLaserPostProcTask::update(Trigger t, framework::ServiceRegistryRef srv
250250
auto processChannel = [&](uint8_t chId) {
251251
auto h1 = std::unique_ptr<TH1>(h2AmpPerChannel->ProjectionY(
252252
Form("proj_%d", chId), chId + 1, chId + 1));
253-
254253
// global maximum
255254
h1->GetXaxis()->SetRangeUser(mDetectorAmpCut, mAmplLimit);
256255
const int binMax = h1->GetMaximumBin();

0 commit comments

Comments
 (0)