Skip to content

[QC-592] A facility to store ROOT objects from files to QCDB#862

Merged
Barthelemy merged 2 commits into
AliceO2Group:masterfrom
knopers8:consume-qaresults
Oct 5, 2021
Merged

[QC-592] A facility to store ROOT objects from files to QCDB#862
Barthelemy merged 2 commits into
AliceO2Group:masterfrom
knopers8:consume-qaresults

Conversation

@knopers8
Copy link
Copy Markdown
Collaborator

@knopers8 knopers8 commented Oct 5, 2021

This makes it possible to take QAResults.root generated by DPL Analysis Tasks and put them to QCDB.

This makes it possible to take QAResults.root generated by DPL Analysis Tasks and put it to QCDB.
@knopers8 knopers8 requested a review from Barthelemy October 5, 2021 09:12
Copy link
Copy Markdown
Collaborator

@Barthelemy Barthelemy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very good

Comment thread Framework/src/runUploadRootObjects.cxx Outdated
("task-name", bpo::value<std::string>(), "Name of the task which the objects belong to. Use / to make directories") //
("detector-code", bpo::value<std::string>()->default_value("TST"), "3-letter detector code. Put AOD for analysis tasks") //
("validity-start", bpo::value<uint64_t>()->default_value(0), "Start of objects validity in ms since epoch") //
("validity-end", bpo::value<uint64_t>()->default_value(0), "End of objects validity in ms since epoch") //
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you actually want default values here, in particular 0 ?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For validity and filters: I don't think there is a good way to retrieve those values from analysis tasks, so I would not bother people too much about it before we can offer a solution.
For run number: indeed we could require an explicitly stated value, I will fix this. If it is multi-run, people should be aware of it and put 0 then.

@Barthelemy Barthelemy merged commit 3c38c9f into AliceO2Group:master Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants