Skip to content

Tags: iarsene/AliceO2

Tags

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

nightly-20200509

Toggle nightly-20200509's commit message
fix noise formula in Digitizer

nightly-20200508

Toggle nightly-20200508's commit message
Use github actions for stale PRs

nightly-20200507

Toggle nightly-20200507's commit message
Deploy mult-dependent ROF rejection for ITS tracking

FastMultEst and cuts from FastMultEstConfig are deployed in ITS tracking workflows to avoid
tracking ROF with too high or too low number of signal clusters (or vertices with too many contributors.
The following command will track only ROFs with N signal clusters between 50 and 4000 and will consider
seeding vertices with multiplicity below 1000 tracklets (subst. {} by quotes):
o2-its-reco-workflow --configKeyValues {fastMultConfig.cutMultClusLow=50;fastMultConfig.cutMultClusHigh=4000;fastMultConfig.cutMultVtxHigh=1000}

nightly-20200506

Toggle nightly-20200506's commit message
Nag first time contributors

nightly-20200505

Toggle nightly-20200505's commit message
Adopt the final version of the MID user logic