-
Notifications
You must be signed in to change notification settings - Fork 483
Ctpdev: validity of orbitreset #14612
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
Conversation
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
@shahor02 , plese, merge. |
| auto ti = tcls->GetTypeInfo(); | ||
| auto classname = "std::vector<int64_t>"; | ||
| metadata["adjustableEOV"] = "true"; | ||
| int ret = api.storeAsTFile_impl(&(vect), *ti, mCCDBPathOrbitReset, metadata, tmin, tmax); |
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.
Why are using storeAsTFile_impl? Please use the standard interface api.storeAsTFile(...
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 just copied how I did it at:PR14534
Should I change to storeAsTFileAny(... or storeAsTFile(... ?
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.
Please use storeAsTFileAny, the .._impl is an implementation which may change.
|
@shahor02 , please, merge |
* dev: validity range adjustment * clang * fixes
Fix of resetorbit validity adjutment (missed in the previous validity PR)