Skip to content

Conversation

@shahor02
Copy link
Collaborator

…jects with pair<...>

This is to make readable on the MacOS the CCDB objects with pairstd::int64_t,... (stored as pair<long int, ...>). A static_assert is added to ensure that the long int is at least 8 bytes long.

…jects with pair<...>

This is to make readable on the MacOS the CCDB objects with pair<std::int64_t,...> (stored as pair<long int, ...>).
A static_assert is added to ensure that the long int is at least 8 bytes long.
@github-actions
Copy link
Contributor

REQUEST FOR PRODUCTION RELEASES:
To request your PR to be included in production software, please add the corresponding labels called "async-" to your PR. Add the labels directly (if you have the permissions) or add a comment of the form (note that labels are separated by a ",")

+async-label <label1>, <label2>, !<label3> ...

This will add <label1> and <label2> and removes <label3>.

The following labels are available
async-2023-pbpb-apass4
async-2023-pp-apass4
async-2024-pp-apass1
async-2022-pp-apass7
async-2024-pp-cpass0
async-2024-PbPb-apass1
async-2024-ppRef-apass1

@shahor02
Copy link
Collaborator Author

@chiarazampolli
Copy link
Collaborator

Hi @shahor02 ,

Thanks for taking care. I need to recompile quite an old O2 version, I will let you know when I manage.

Chiara

@chiarazampolli
Copy link
Collaborator

Hello @shahor02 ,

For me now it works on macos:

{code}
root [0]
Attaching file o2-grp-GRPEnvVariables_1734616480932.root as _file0...
(TFile ) 0x154140c70
root [1] .ls
TFile
* o2-grp-GRPEnvVariables_1734616480932.root
TFile* o2-grp-GRPEnvVariables_1734616480932.root
KEY: o2::grp::GRPEnvVariables ccdb_object;1 object title
root [2] o2::grp::GRPEnvVariables* cc = (o2::grp::GRPEnvVariables*)_file0->Get("ccdb_object")
(o2::grp::GRPEnvVariables *) 0x600002d1d8c0
root [3] cc->print()
CavernTemperature
timestamp 1734615883019 val 18.060
SurfaceAtmosPressure
timestamp 1734615879030 val 955.205
CavernAtmosPressure
timestamp 1734615880519 val 958.999
CavernAtmosPressure2
timestamp 1734615880519 val 958.830
root [4]
{code}

@shahor02
Copy link
Collaborator Author

Thanks for checking, merging.

@shahor02 shahor02 merged commit 2a92e5e into AliceO2Group:dev Dec 20, 2024
14 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