-
Notifications
You must be signed in to change notification settings - Fork 21
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
fix issues with running bg-merger twice and add more functionalities #390
base: development
Are you sure you want to change the base?
Conversation
raffaelladevita
commented
Dec 12, 2024
- address Restore the possibility to merge background multiple times on the same file #373
- new functionalities:
- accept a list of bg files
- loop over the same bg file
- merge multiple events to increase bg level
- save bg-removed bg events
- allow the selection of specific DC regions for merging
…us bug fixed and some cleanup
Did we lose the error return value in the engine's init? |
Let's make sure the default settings, e.g., which detectors are enabled, are what most people should want (and what should be used on OSG). |
done |
The error is now returned by the setgFiles method |
Is engine's init always returning good now? |
No, it’s returning false if any of the input files doesn’t exist or is unreadable or…as before
… On 16 Dec 2024, at 17:22, Nathan Baltzell ***@***.***> wrote:
Is engine's init always returning good now?
—
Reply to this email directly, view it on GitHub <#390 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABZNEPVI2T63BGC23YOHNFD2F343ZAVCNFSM6AAAAABTPTRGQCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBWGA3DQNZXG4>.
You are receiving this because you authored the thread.
|