Rework how histograms are generated to make them more generic.
- 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.