Skip to content

Created a class JetCopier to produce "shallow copies" of jet collections.

Mikael Chala requested to merge chala/athena:master-my-topic into master

This class creates a new JetContainer by doing a shallow copy of an input JetVector

It implements the IJetProvider interface. The JetContainer it returns is build by doing a shallow copy of an input JetVector. The JetVector key is also a Property of the tool.

Merge request reports