Skip to content

Tags: hrytkone/AliceO2

Tags

nightly-20191111

Toggle nightly-20191111's commit message
add merging of pedestal and noise files

nightly-20191110

Toggle nightly-20191110's commit message
add merging of pedestal and noise files

nightly-20191109

Toggle nightly-20191109's commit message
add merging of pedestal and noise files

nightly-20191108

Toggle nightly-20191108's commit message
Fix MID simulation when running with shared memory

nightly-20191107

Toggle nightly-20191107's commit message
[EMCAL-534] Fix handling of overflow words

EMCAL channel data are stored as 10-bit words
within a 32 bit word, meaning each raw data
word has 3 ADC words. In case the payload size
doesn't match exactly the amount of raw data
words (division by three), overflow words
are part of the raw data words and must be
ignored. The number of samples must therefore
be taken from the payload size in the channel
header and not from counting the amount
of 10-bit words within the 32-bit raw data
words.

nightly-20191106

Toggle nightly-20191106's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "DPL: optimize ContextRegistry lookup (AliceO2Group#2562)" (Al…

…iceO2Group#2569)

This reverts commit 2e143c0.

nightly-20191105

Toggle nightly-20191105's commit message
Continuing work on expressions (AliceO2Group#2563)

* Reworked tree-parsing algorithm to use ArrowDatumSpec
* Added a test of tree-parsing algorithm

nightly-20191104

Toggle nightly-20191104's commit message
Continuing work on expressions (AliceO2Group#2563)

* Reworked tree-parsing algorithm to use ArrowDatumSpec
* Added a test of tree-parsing algorithm

nightly-20191103

Toggle nightly-20191103's commit message
Continuing work on expressions (AliceO2Group#2563)

* Reworked tree-parsing algorithm to use ArrowDatumSpec
* Added a test of tree-parsing algorithm

nightly-20191102

Toggle nightly-20191102's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
DPL: optimize ContextRegistry lookup (AliceO2Group#2562)

Now it does the hash calculation at compile time and it uses fast
hash table to do the lookup.