Avoid unnecessary copying of collections in Fast Chain jobs
Currently the xAOD::EventInfo
object and the TrackRecordCollection
objects are inconsistently copied between legacy and CA-based configuration FastChain_tf.py
jobs. This MR attempts to clean this up.
FYI @pagacova