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

Simplify JEventProcessor API #292

Merged
merged 3 commits into from
Apr 28, 2024
Merged

Simplify JEventProcessor API #292

merged 3 commits into from
Apr 28, 2024

Conversation

nathanwbrei
Copy link
Collaborator

JEventProcessor now provides a callback void Process(const JEvent&) as an eventual replacement for void Process(const std::shared_ptr<const JEvent>&). It is usable immediately, though you have to call SetCallbackStyle(CallbackStyle::ExpertMode); in the constructor in order to enable it.

@nathanwbrei nathanwbrei force-pushed the nbrei_processor_api branch from 28f3f6e to c99c0b0 Compare April 28, 2024 18:37
@nathanwbrei nathanwbrei merged commit c522549 into master Apr 28, 2024
3 checks passed
@nathanwbrei nathanwbrei deleted the nbrei_processor_api branch April 28, 2024 19:05
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.

1 participant