-
Notifications
You must be signed in to change notification settings - Fork 156
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
Included trigger in template generator + trigger example #1876
base: master
Are you sure you want to change the base?
Conversation
REQUEST FOR PRODUCTION RELEASES:
This will add The following labels are available |
PR linked to AliceO2Group/AliceO2#13873 |
MC/bin/o2_hybrid_gen.py
Outdated
# Available options for trigger are "off", "or", "and" | ||
# in all the other cases the trigger is forced "off" | ||
|
||
trgbase = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we could print this only when the user asks for it. Otherwise it might bloat the JSON quickly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will add a --trigger flag.
No description provided.