Skip to content

Providing option to monitor during specific LHC mode, adding average track hit metric to SCTDataMonitor

Claire Antel requested to merge add_BOBRdecoding_in_Monitoring into master

Providing option to monitor during specific LHC mode:

  • BOBR data received from separate channel, decoded in parallel.
  • Skip monitoring of events, if LHC beam mode not in configured list of modes for activating monitoring

Adding new metrics and configs for SCTDataMonitors:

  • Adding configurable "PhysicsTriggerBits" to set the physics bits of which at least one needs to be active to fill the physics histograms; Setting to coincidence trigger bit 3 for all.
  • Adding "ActiveLHCModes" config for testing monitoring only during a specified LHC mode.
  • Computing a weighted average hit number metric per tracker plane:
    • Hit patterns assigned to fractional numbers 1-3, depending on if hit pattern bit appear in 1st, 2nd or 3rd bin in readout window, or shared between 2 bins.
Edited by Claire Antel

Merge request reports