Skip to content

add virtual function to Event (for callbacks, etc.)

Kevin Pedro requested to merge pedrok/FinalActions into master

This small change allows executing some arbitrary action when an event is finished processing.

In the context of the CMSSW integration, I extend the Event class to execute a callback when the event is finished, returning control from GeantV to CMSSW.

Merge request reports