Skip to content
Snippets Groups Projects
Commit 736ff861 authored by Stanislav Polacek's avatar Stanislav Polacek Committed by Vakhtang Tsulaia
Browse files

TileTimeBCOffsetFilter - average time fix

parent 2e44a455
No related branches found
No related tags found
No related merge requests found
......@@ -266,7 +266,7 @@ TileTimeBCOffsetFilter::process (TileMutableRawChannelContainer& rchCont, const
}
}
}
if (time_dmu_same) {
if (time_dmu_same && (n_dmu_aver != 0)) {
time_dmu_aver /= n_dmu_aver;
ATH_MSG_VERBOSE( "Average time "<< time_dmu_aver);
......@@ -472,4 +472,4 @@ float TileTimeBCOffsetFilter::ref_digits_maxmindiff(int ros, int drawer, int ref
}
} // end of loop over drawers
return max_min_diff;
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment