Skip to content

EventTagAlgs+EventTagUtils: delete obsolete TAG making packages

Frank Winklmeier requested to merge fwinkl/athena:delete_eventtagalgs into master

TAG making ("doWriteTAG") is no longer supported and these packages only contain unused algorithms and tools. Remove references from other files to these packages or delete them entirely if obsolete.

The EventTagGlobal.AttributeList variable is still required in RecExCommon. But in many other places we anyhow just use the hard-coded value "SimpleTag". So do the same here to avoid this trivial dependency.

Edited by Frank Winklmeier

Merge request reports