Ctpdev: validity of orbitreset#14612
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.
Why are using storeAsTFile_impl? Please use the standard interface api.storeAsTFile(...
There was a problem hiding this comment.
I just copied how I did it at:PR14534
Should I change to storeAsTFileAny(... or storeAsTFile(... ?
There was a problem hiding this comment.
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)