Skip to content

Tags: sgorbuno/AliceO2

Tags

nightly-20181101

Toggle nightly-20181101's commit message
Add outer param to TPC-ITS match (not functional yet)

nightly-20181031

Toggle nightly-20181031's commit message
DPL: Use DataDescriptorMatcher on incoming data

This changes the DataRelayer so that we use a DataDescriptorMatcher,
rather than the InputSpec to match incoming data. At the moment
the matcher is derived from the InputSpec hardcoded values.

nightly-20181030

Toggle nightly-20181030's commit message
DPL: mitigate impact of Monitoring::send.

nightly-20181029

Toggle nightly-20181029's commit message
Readme and cleanup of data sampling

nightly-20181028

Toggle nightly-20181028's commit message
Readme and cleanup of data sampling

nightly-20181027

Toggle nightly-20181027's commit message
Readme and cleanup of data sampling

nightly-20181026

Toggle nightly-20181026's commit message
DPL: prevent InputSpec default constructor

As we move closer to have InputSpec as a veritable "matcher" object
rather than a set of variables to be equal compared, I need to tight
the access to the member variables. The first adiabatic step in such a
direction is to make sure an InputSpec is built all at once, and not
incrementally, as that ability will be lost once we move to use
a DataDescriptorMatcher to describe the InputSpec internal State.

nightly-20181025

Toggle nightly-20181025's commit message
DPL: allow saving all dangling outputs to a file

Ability to actually select what to save (and drop everything by default)
being worked on.

nightly-20181024

Toggle nightly-20181024's commit message
DPL: allow saving all dangling outputs to a file

Ability to actually select what to save (and drop everything by default)
being worked on.

nightly-20181023

Toggle nightly-20181023's commit message
Fix forwarding inputs to consumers which are time-pipelined