Commit 3b4c9cf
feat(CCDB): add getForRunMiddleTimeStamp method
Adds a new method `getForRunMiddleTimeStamp` to the `CCDBManagerInstance`
class. This method retrieves an object of type `T` from the CCDB using the
path and the middle timestamp of the given run number. This is a useful
utility method for cases where the exact timestamp does not matter and the
run number is available.
Optionally use metadata in the query
Rename the function
Fix setting of the metadata1 parent dbfe3c6 commit 3b4c9cf
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
105 | 109 | | |
106 | 110 | | |
107 | 111 | | |
| |||
311 | 315 | | |
312 | 316 | | |
313 | 317 | | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
314 | 332 | | |
315 | 333 | | |
316 | 334 | | |
| |||
0 commit comments