Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZDC - Tower intercalibration workflow #8526

Merged
merged 6 commits into from
Apr 13, 2022

Conversation

cortesep
Copy link
Contributor

@cortesep cortesep commented Apr 8, 2022

No description provided.

@cortesep
Copy link
Contributor Author

cortesep commented Apr 8, 2022

Test on Detectors/ZDC/macro/CreateInterCalibConfig.C is failing. However the macro executes with no problems on local computer. Cannot reproduce the failure.

@shahor02
Copy link
Collaborator

shahor02 commented Apr 8, 2022

@cortesep The CI macro tests do not execute them, just load. Particularly, in this case loading in the interpreted mode fails.
Are you able to do locally (from root session) both
.L CreateInterCalibConfig.C
and
.L CreateInterCalibConfig.C+
?
From the https://ali-ci.cern.ch/alice-build-logs/AliceO2Group/AliceO2/8526/bebe7dcda73abadc8d4843b8f94fc7430fed2e18/build_AliceO2_O2_o2_macOS/fullLog.txt it looks like you are exposing to interpreter some boost header, which should not be done.

@cortesep
Copy link
Contributor Author

cortesep commented Apr 8, 2022

The weird behaviour was because no header was loaded in interpreted mode. The problem is solved by always including this:
#include "ZDCBase/Constants.h"
#include "ZDCCalib/InterCalibConfig.h"

@shahor02 shahor02 merged commit cf205f6 into AliceO2Group:dev Apr 13, 2022
@cortesep cortesep deleted the dev_intercalib_nnnn branch January 19, 2024 08:31
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.

2 participants