Skip to content

[EMCAL-556] minor improvements in EMCAL DCS DP processing - #8941

Merged
shahor02 merged 19 commits into
AliceO2Group:devfrom
mpoghos:mpoghos-dcs_pr
May 26, 2022
Merged

[EMCAL-556] minor improvements in EMCAL DCS DP processing#8941
shahor02 merged 19 commits into
AliceO2Group:devfrom
mpoghos:mpoghos-dcs_pr

Conversation

@mpoghos

@mpoghos mpoghos commented May 23, 2022

Copy link
Copy Markdown
Contributor
  • possibility for using the run number from EMC DCS or from GRP as a trigger for storing the FEE config at SOR
  • store the run number in FeeDCS
  • minor fixes

@mpoghos
mpoghos requested a review from mfasDa as a code owner May 23, 2022 20:28

@mfasDa mfasDa left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Interface change TriggerDCS/FeeDCS in o2::EMCAL::CalibDB to revised.

Comment on lines -264 to +265
void storeTriggerDCSData(TriggerDCS* dcs, const std::map<std::string, std::string>& metadata, ULong_t timestart, ULong_t timeend);
void storeFeeDCSData(FeeDCS* dcs, const std::map<std::string, std::string>& metadata, ULong_t timestart, ULong_t timeend);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

What will happen with the trigger DCS DP? I would guess at some point they will have to be added back. Would have been easier in this case to add new functions for the FeeDCS besides the existing ones for the trigger DCS, in case they are anyhow needed both. This interface change makes the macro tests crashing (since in O2 macros are tested at least for whether they compile).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

TriggerDCS is included in FeeDCS

@shahor02

Copy link
Copy Markdown
Collaborator

@mpoghos @mfasDa, it is ready to be merged?

@mfasDa mfasDa left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Looks good. @shahor02 when merging could you please squash-merge the PR keeping only the commit message of the first commit?

@mpoghos

mpoghos commented May 26, 2022

Copy link
Copy Markdown
Contributor Author

@mpoghos @mfasDa, it is ready to be merged?

@shahor02 yes, please

@shahor02
shahor02 merged commit b94e9dc into AliceO2Group:dev May 26, 2022
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