Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: CalorimeterHitsMerger factory simplification #803

Merged
merged 6 commits into from
Jul 28, 2023

Conversation

wdconinc
Copy link
Contributor

Briefly, what does this PR introduce?

This applies the #666 treatment to the CalorimeterHitsMerger algorithms:

  • put all configuration in a single configuration struct for use with WithPodConfig mixin,
  • create a templated factory-factory to use in the plugins,
  • replace all old explicit CalorimeterHit factories with the new factory-factory.

What kind of change does this PR introduce?

  • Bug fix (issue #__)
  • New feature (issue #__)
  • Documentation update
  • Other: __

Please check if this PR fulfills the following:

  • Tests for the changes have been added
  • Documentation has been added / updated
  • Changes have been communicated to collaborators

Does this PR introduce breaking changes? What changes might users need to make to their code?

No.

Does this PR change default behavior?

No.

@wdconinc wdconinc force-pushed the calorimeter-hit-reco-config branch 2 times, most recently from 1ca0bc3 to 0638e36 Compare July 27, 2023 02:24
@wdconinc wdconinc force-pushed the calorimeter-hits-merger-config branch from e98d9d1 to 5942b64 Compare July 27, 2023 08:38
@wdconinc
Copy link
Contributor Author

@wdconinc wdconinc force-pushed the calorimeter-hits-merger-config branch from 5942b64 to 9c7d781 Compare July 27, 2023 09:22
Base automatically changed from calorimeter-hit-reco-config to main July 28, 2023 00:14
wdconinc added 2 commits July 27, 2023 20:17
This applies the #666 treatment to the CalorimeterHitsMerger algorithms:

- put all configuration in a single configuration struct for use with
WithPodConfig mixin,
- create a templated factory-factory to use in the plugins,
- replace all old explicit CalorimeterHit factories with the new
factory-factory.
@wdconinc wdconinc force-pushed the calorimeter-hits-merger-config branch from 9c7d781 to f246571 Compare July 28, 2023 01:19
@veprbl veprbl merged commit a9a6fcb into main Jul 28, 2023
@veprbl veprbl deleted the calorimeter-hits-merger-config branch July 28, 2023 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants