You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto mDictPtr = ctx.inputs().get<o2::itsmft::TopologyDictionary*>("cldict");
778
+
```
779
+
756
780
Geometry and General Run Parameters (GRP) can be also accessed with the [GRP Geom Helper](#access-grp-objects-with-grp-geom-helper).
757
781
758
-
If your task accesses CCDB objects using `TaskInterface::retrieveCondition`, please migrate to using one of the methods mentioned above.
782
+
If your task accesses CCDB objects using `UserCodeInterface::retrieveConditionAny`, please migrate to using one of the methods mentioned above.
759
783
760
784
### Accessing from a Postprocessing task
761
785
762
-
PostProcessingTasks do not take DPL inputs, so in this case `TaskInterface::retrieveCondition` should be used.
786
+
PostProcessingTasks do not take DPL inputs, so in this case `ConditionAccess::retrieveConditionAny` should be used (it's inherited by `PostProcessingInterface` and any children).
0 commit comments