Skip to content

Removes the need for two AttributeLists in DoubleEventSelector

No longer creates two attribute lists in DoubleEventSelector. Now all contents of the secondary's input attribute list is copied to the primary attribute list with a suffix "_secondary". An additional bool is added to signal that the attribute list was extended: hasSecondaryInput.

Further, AthenaEventLoopMgr then gets an option to override the event number of the primary input with the event number from the secondary input. This was needed for MC+MC overlay as discussed in: ATEAM-512.

This also is related to ATEAM-510 and was discussed at the Core Software meeting on March 28 2019: https://indico.cern.ch/event/809488/

Edited by Miha Muskinja

Merge request reports