-
Notifications
You must be signed in to change notification settings - Fork 483
Eov for orbitreset #14534
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
Eov for orbitreset #14534
Conversation
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
| auto classname = "std::vector<int64_t>"; | ||
| metadata["adjustableEOV"] = "true"; | ||
| ret = api.storeAsTFile_impl(&(vect), *ti, ccdbPath, metadata, tmin, tmax); | ||
| if (!api.isSnapshotMode() && metadata.find("adjustableEOV") != metadata.end() && metadata.find("default") == metadata.end()) { |
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.
It's ok, although since you know how you fill the metadata, the checks for metadata.find("adjustableEOV") != metadata.end() && metadata.find("default") == metadata.end() are not really needed.
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.
Thanks. I removed the check.
|
Error while checking build/O2/fullCI_slc9 for 48f9b11 at 2025-07-22 12:31: Full log here. |
|
@shahor02 can it go ? |
* dev:orbitReset EOV * clang * fix
No description provided.