Skip to content
Snippets Groups Projects

fix muctpi DQ mult bits and thresholds plot

Merged Aimilianos Koulouris requested to merge aikoulou/athena:muctpi_fixes2 into 23.0
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -597,7 +597,7 @@ TrigT1CTMonitoring::BSMonitoringAlgorithm::doMuctpi(const MuCTPI_Phase1_RDO* the
//decoded thresholds
for(uint iThr=0;iThr<slices[iSlice].mlt.cnt.size();iThr++)
{
bool thr = slices[iSlice].mlt.cnt[iThr] & 0x1;
bool thr = slices[iSlice].mlt.cnt[iThr];//this is a counter value [1-7], but only keeping whether it fired at all
if(thr)
{
multThrX = iThr;
Loading