Skip to content

Tags: alphaflores/AliceO2

Tags

nightly-20200521

Toggle nightly-20200521's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
DPL: DataRefUtils - allow to get inherited types of non-T objects (Al…

…iceO2Group#3629)

nightly-20200519

Toggle nightly-20200519's commit message
Fix RawReader options, --input-conf instead of --conf

To avoid clash with global framework options the configuration file with raw data should be
provided via --input-conf options.

Fix in the error-checking optional requests processing

nightly-20200518

Toggle nightly-20200518's commit message
DPL: add support for nested fields in RootConfigParamHelpers

ptree::find finds only in current node.

nightly-20200517

Toggle nightly-20200517's commit message
RawFileReader can read selected range of TFs

nightly-20200516

Toggle nightly-20200516's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
DPL: do own management of shared memory (AliceO2Group#3091)

We do not spawn a shm-monitor because that will create zombies when launched
inside a docker container. Instead by default we cleanup the shared memory
session on exit. Default behavior can still be obtained by passing
--shm-monitor true.

nightly-20200515

Toggle nightly-20200515's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix copy/paste typo in starting point definition (AliceO2Group#3583)

nightly-20200514

Toggle nightly-20200514's commit message
Digitization: Optional MCTruth propagation TPC/ITS/MFT

Allow to disable MC labels in TPC/ITS/MFT digitization.
Add mctruth flag to DigiParams.

This commit allows to reach a timeframe with >= 500PbPb.

In a future commit, the actual creation of labels within
the digit process function can be disabled in addition.
For the moment, merely the messaging and IO part has been disabled.

nightly-20200513

Toggle nightly-20200513'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 for grouping with a joined iterator (AliceO2Group#3568

)

nightly-20200512

Toggle nightly-20200512's commit message
tof raw encoding: add output dir and cfg file

nightly-20200511

Toggle nightly-20200511's commit message
Optionally disable root I/O in TPC calib interpolation workflow