Skip to content
Snippets Groups Projects
  1. Jun 23, 2017
    • gerbaudo's avatar
      add DAQ_ROB_Hdw_vs_CTP_Hdw_Events comparison · 51b00392
      gerbaudo authored
      Details:
      this is an additional monitoring that we need while the ROIB readout
      is scrambled. It compares the trigger bits from L1Topo with the ones
      at the CTP input. The L1Topo bits are OR'ed with the overflow bits, in
      the same way as already done for the ROIB bits in the histogram
      `CTP_Hdw_vs_L1Topo_Hdw_Events`.
      
      Former-commit-id: 55a6854ec52087bf408342b8a8b0a89c5d292e86
      51b00392
    • gerbaudo's avatar
      bugfix: use prescalForDAQROBAccess · 213bfddb
      gerbaudo authored
      Details ROB RDO are read out with a prescale to avoid straining the ROS
      
      
      Former-commit-id: 4eba254b
      213bfddb
    • gerbaudo's avatar
      fix order hdw-sim comparison for DAQ hits · 6bfa7eb3
      gerbaudo authored
      Details:
      The histograms for the hdw-sim comparison using hdw bits from the DAQ
      readout were being filled before `doSimMon`, that is before the
      simulated bits were filled.
      Move the filling of these histograms to a separate function `doSimDaq`
      that is called after `doSimMon`.
      
      Former-commit-id: cf7169f7
      6bfa7eb3
    • gerbaudo's avatar
      Fill the sim/hdw/simNotHdw/hdwNotSim counters for hdw bits from Daq Rob · 8de8e523
      gerbaudo authored
      Details:
      This will allow us to make the hdw-sim comparison plots also for the
      bits sent over the DAQ ROB.
      
      Note that for the simulation histogram the entries will not be the
      same as for the ROIB existing histo (prescaled filling).
      
      
      Former-commit-id: 65af4865
      8de8e523
    • gerbaudo's avatar
      L1Topo: add comparison of DAQ TOBs vs. ROI TOBs · 6f6ad891
      gerbaudo authored
      Details:
      This comparison helps detect events in which there is a mismatch
      between the readout of the L1Topo CTP bits in the main "DAQ" (ROS)
      readout which also has the inputs TOBs and the smaller fragment we
      send to the RoIB which just contains the CTP bits.
      
      The comparison of all the words is non-trivial, because of different
      ordering and zero suppression (that is, some TOBs could be missing
      from the DAQ output). So what is being done here is that I compare
      only the 128 decision bits (the overflow bitset is also computed, but
      not being compared for now).
      
      This is done by taking the L1Topo TOBs for BC0 from the DAQ ROB, which
      are available in `daqTobsBC0`, and map them on a bitset[128] in the
      same way being done for `m_triggerBits`, which already contains the
      trigger bits from the ROI TOBs.
      
      This code has been tested with RAW files from 2016 (run 311071, in
      which the readout was working properly) and RAW files from 2017 (run
      324320, for which @landon reported mismatches).
      
      
      Former-commit-id: 6d4590e9eb41590955822774928e5da159087a67
      6f6ad891
  2. May 30, 2017
  3. May 16, 2017
  4. Mar 30, 2017
  5. Mar 22, 2017
  6. Mar 06, 2017
  7. Feb 14, 2017
    • Frank Winklmeier's avatar
      LabelsDeflate only if needed (ATR-15812) (TrigServices-20-10-17) · c4088853
      Frank Winklmeier authored
      	* TrigServices-20-10-17
      	* src/HltEventLoopMgr.cxx: remove unnecessary histogram locks, fix some histogram binnings,
      	LabelsDeflate only if needed (ATR-15812)
      
      2017-02-06  Frank Winklmeier  <fwinkl@cern>
      	* TrigServices-20-10-16
      	* src/HltEventLoopMgr.cxx: Fix build failure (ATR-15756), Coverity fixes (17299, 111973)
      	* src/THistSvcHLT.cxx: Fix gcc6 indentation warning
      
      2017-01-27  Frank Winklmeier  <fwinkl@cern>
      	* TrigServices-20-10-15
      	* src/HltEventLoopMgr.cxx: Fix build failure due to Gaudi changes (ATR-15756)
      
      
      Former-commit-id: 1f4da647
      c4088853
  8. Jan 16, 2017
  9. Dec 16, 2016
  10. Dec 01, 2016
  11. Nov 26, 2016
  12. Nov 01, 2016
  13. Sep 15, 2016
Loading