Skip to content

Fixing warnings in derivation jobs

Zach Marshall requested to merge zmarshal/athena:master_DerivWarningPatch into master

The first warnings in InDetJetFitterUtils are normal things that happen regularly in good data and MC events. The warnings were downgraded to DEBUG messages in !27971 (merged) , and this set of changes basically brings those forward to master.

The second warnings in AutoConfiguration build on those changes in !29679 (merged) , reducing to info messages a number of things that are perfectly normal during running with modern releases and modern input files.

These came up as a part of the ongoing derivation production in ATLASDPD-1737

Merge request reports