-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: convert calorimetry JFactoryT to JChainFactoryT (#785)
All of the calorimetry factories are currently JFactoryT instead of JChainFactoryT, which means that they don't allow for providing a configuration object in the plugin (think: BEMC.cc). This converts all calorimetry JFactoryT factories to JChainFactoryT, which requires that we specify also the set of input tags, and the output tag in the JChainFactoryGeneratorT constructor in the plugin. These are therefore removed from the factories since they are set in the plugin. The third argument of the JChainFactoryGeneratorT can become the config object, which can now be introduced in a separate PR, algorithm by algorithm. All this fits in a three-step process towards simplification: - make calorimetry algorithms accept external config objects - collect all configuration in plugin - remove or reduce dedicate factory code
- Loading branch information
Showing
71 changed files
with
642 additions
and
664 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.