Updated LRT merging algorithm in EgammaAnalysisAlgorithms
This MR adds an ElectronLRTMergedConfig to ElectronAnalysisConfig.py to interface the merging of Electrons and ElectronsLRT with analysis frameworks that use CP algorithms. Changes made in this MR:
- A ElectronLRTMergedConfig class is added to ElectronAnalysisConfig.py, which creates the CP::ElectronLRTMergingAlg. The Prompt and LRT Electron collections are used as inputs, and the LRT Merged Electrons is the output.
- The ElectronLRTMergedConfig is added to the ConfigFactory.
This MR is ready. Tagging @tstreble for interfacing with easyjet.