Skip to content

Conversation

@lhusova
Copy link
Contributor

@lhusova lhusova commented May 15, 2025

fix for replay, confing read-out from ctx
@lietava, please have a look

@lietava
Copy link
Contributor

lietava commented May 19, 2025

@knopers8 @Barthelemy can you, please, comment/approve ?

@Barthelemy
Copy link
Collaborator

@lietava @lhusova
No worries, we will do it.
Unless there is a need for an urgent patch at P2, I group the reviews and make sure I have done them in view of the releases (which usually happen on Tuesdays but can be a bit more random once there is beam).
In case you need an urgent patch, please ping us.

@lietava
Copy link
Contributor

lietava commented May 19, 2025

@Barthelemy, thanks. We would like to be in the next release (asap in that sense). But no patch for tomorrow upgrade.

map<string, string> metadata; // can be empty
metadata["runNumber"] = run;
auto ctpconfigdb = mgr.getSpecific<o2::ctp::CTPConfiguration>(o2::ctp::CCDBPathCTPConfig, mTimestamp, metadata);
if (ctpconfigdb == nullptr) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason not to use a DPL input ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the moment we keep both options - to read directly and to read from dpl.
There is config parameter readCTPconfigInMonitorData which control these options.
The dpl part starts in: dpl

@Barthelemy Barthelemy merged commit 975f936 into AliceO2Group:master May 20, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants