-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(Optional) decoupling of event gen from transport
Development allowing event generation to run in a separate task from detector simulation. In this mode, event generation will write kinematics to disc, which is later picked up by o2-sim. Development done in order to increase CPU efficiency in cases where event generation was slow and not being able to serve the workers of o2-sim with enought work. The development fixes such cases, because multiple event generators (for different timeframes) can now run in parallel. The new mode is the default, but we can return to the intregrated mode by using option `--event-gen-mode integrated`.
- Loading branch information
Showing
3 changed files
with
30 additions
and
11 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