Skip to content

Tau static declartions

Adam Bailey requested to merge adbailey/athena:tau_statics into master

There were several uses of non-const static accessors. Have fixed these by either making them const (for constaccesor) or removing the static declaration. Also removed some statics from Decorators in CombinedP4FromRecoTaus.

Fixes JIRA ticket: https://its.cern.ch/jira/browse/ATLASRECTS-3075

Merge request reports