Skip to content

Rework how histograms are generated to make them more generic.

Karol Krizka requested to merge Run3TLA3_ReworkHistograms into Run3TLA3_TriggerMenu
  • Added a new templated function TrigTLAMonitorAlgorithm::fillParticleHistograms that fills the kinematic histograms for a given particle type.
  • Added kinematics histograms for the leading object (part of fillParticleHistograms).
  • Added a TrigTLAMonitorAlgorithm.histdefs_particle that creates histogram definitions for a given particle.

Some cleanup:

  • Remove comments from python/TrigTLAMonitorAlgorithm.py that are "tutorial like".
  • Add remaining TLA chains to the TLAMon group.

Merge request reports