Skip to content

tauRecTools: avoid member varaibles in TauEleOLRDecorator

Xiaozhong Huang requested to merge xiaozhon/athena:cleaning into master

There are member variables in TauEleOLRDecorator whose values depend on the running event. They are now replaced with local variables. Besides, some unused variables are removed. The code is changed a bit to meet the ATLAS coding guidelines.

Merge request reports