Skip to content

tauRecTools: avoid accessing pileup and beamspot via tauEventData

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

In TauCalibrateLC, access the pileup using LumiBlockMuTool when running in trigger.

In TauVertexVariables, access the beamspot using conditional data handle when running in trigger. Besides, using the vertex link to check whether the vertex is available.

Clean commented codes.

Merge request reports