-
Notifications
You must be signed in to change notification settings - Fork 441
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
[O2-5295] DPL Analysis: introduce aod-writer-df-offset option #13541
Conversation
REQUEST FOR PRODUCTION RELEASES:
This will add The following labels are available |
itemName = "OutputDescriptors"; | ||
if (dodirItem.HasMember(itemName)) { | ||
std::string slh("/"); |
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.
static / const, no?
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.
The whole thing needs a refactoring pass, but it is not critical.
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.
Assuming it was tested, fine with me. We should get rid of the tuple in a subsequent PR, IMHO.
I just posted comments on the related JIRA ticket which may be relevant... The DF/TF number is internally available and some task may grab it and use it for something. In this case the number will be different in the file than during the current processing. Why we do not set it before generation? |
Discussion continues on https://its.cern.ch/jira/browse/O2-5295 |
This PR did not have any update in the last 30 days. Is it still needed? Unless further action in will be closed in 5 days. |
Replaced by #13711 |
Introduces
--aod-writer-df-offset N
option that makes dataframes numbers start fromN+1
. Can also be set in writer configuration JSON file as 'offset'.