Skip to content

Tags: sadekr/AliceO2

Tags

nightly-20210606

Toggle nightly-20210606's commit message
Some higher level filesystem utility

in particular a C++ way to get list files with globing

application to
* removal of tmp files in o2sim
* determining correct file input list for TPC chunked-digit merger

dataflow-20210606

Toggle dataflow-20210606's commit message
Some higher level filesystem utility

in particular a C++ way to get list files with globing

application to
* removal of tmp files in o2sim
* determining correct file input list for TPC chunked-digit merger

nightly-20210605

Toggle nightly-20210605's commit message
Generate header providing build-time ENABLE_UPGRADES status

If the O2 was built with ENABLE_UPGRADES, using installed headers dependin on the latter in the compiled macros
leads to the conflicts since the ACLIC is not aware of ENABLE_UPGRADES.
This PR will generate and install a header which defines ENABLE_UPGRADES if it was used at build-time.

dataflow-20210605

Toggle dataflow-20210605's commit message
Generate header providing build-time ENABLE_UPGRADES status

If the O2 was built with ENABLE_UPGRADES, using installed headers dependin on the latter in the compiled macros
leads to the conflicts since the ACLIC is not aware of ENABLE_UPGRADES.
This PR will generate and install a header which defines ENABLE_UPGRADES if it was used at build-time.

nightly-20210604

Toggle nightly-20210604's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
DPL Analysis: fix bug in unassigned grouping (AliceO2Group#6275)

dataflow-20210604

Toggle dataflow-20210604's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
DPL Analysis: fix bug in unassigned grouping (AliceO2Group#6275)

nightly-20210603

Toggle nightly-20210603's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
DPL Analysis: avoid instantiating HistFactory functions for each TU (A…

…liceO2Group#6302)

- move histogram creation code to HistogramSpec.cxx
- instantiate histogram creation templates only once

dataflow-20210603

Toggle dataflow-20210603's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
DPL Analysis: avoid instantiating HistFactory functions for each TU (A…

…liceO2Group#6302)

- move histogram creation code to HistogramSpec.cxx
- instantiate histogram creation templates only once

nightly-20210602

Toggle nightly-20210602's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
DPL: avoid dependency on boost for trivial stuff (AliceO2Group#6289)

nightly-20210601

Toggle nightly-20210601's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
DPL: cleanup AODReaderHelpers.cxx (AliceO2Group#6283)

RDataFrame is not actually needed.