Skip to content

Conversation

@tmadlener
Copy link
Member

@tmadlener tmadlener commented Dec 18, 2025

BEGINRELEASENOTES

  • Make all abstract base class interfaces concepts and use them instead, since we never use them in a way that would require abstract base classes
  • Remove the HitMaker as a customization point from the FastMLModel since we always use the same in any case at the moment.

ENDRELEASENOTES

/** convert the local spacepoints to global spacepoints inside sensitive
* volumes
*/
{ t.localToGlobal(aFastTrack, spacepoints) } -> std::same_as<void>;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ones that are void should be harmonized. Some use same_as<void> others do not specify anything.

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