Skip to content

Trig jet monitoring - replace four concrete AlgTools used for monitoring L1...

Peter Sherwood requested to merge peter/athena:master-l1montpl into 22.0

Trig jet monitoring - replace four concrete AlgTools used for mnonitoring L1jets by a single templated AlgTool

On previous attemps to template the AlgTool on the jet container resulted in container version informaion appearing in class names, and in the python configuration code, which is not acceptable.

This code encapsulates the xAOD constainer type in a struct container only a typedef. Using such structs conceals the version information form the configuration code.

ATR-25595

@ayana @cantel @peter

Edited by Peter Sherwood

Merge request reports