Skip to content

Commit

Permalink
Merge pull request #183 from DUNE-DAQ/hristova/tpg_accumulator_init_fix
Browse files Browse the repository at this point in the history
TPG accumulator initialization fix
  • Loading branch information
wesketchum authored Jun 4, 2024
2 parents fcc237a + 3a8d2fd commit 7519b56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/fdreadoutlibs/wibeth/tpg/ProcessingInfo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ struct ProcessingInfo

// Set the pedestals and the 25/75-percentiles
chanState.pedestals[j] = ped;
chanState.accum[j] = 0;
chanState.hit_tover[j] = 0;
chanState.hit_charge[j] = 0;

chanState.pedestalsRS[j] = 0;
chanState.RS[j] = 0;
// AAA: Quantiles are set to the pedestal value +/- 20 so that the IQR
Expand Down

0 comments on commit 7519b56

Please sign in to comment.