Skip to content

Conversation

@sartozza
Copy link

No description provided.

@sartozza sartozza force-pushed the dev branch 2 times, most recently from c12d3cd to 212669b Compare June 30, 2021 14:18
Copy link
Owner

@a-mathis a-mathis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for this development! I have some minor comments, and one major - for now the task only allows one species at a time. For to my opinion, the task should be capable of running Lambda/Antilambda at the same time (+ even K0 eventually)

manso and others added 27 commits July 1, 2021 22:34
- Add single particle QA task
- Add 2D efficiency to efficiency QA task
- Add possibility to select charge depending on PDG code
- Add Y for MC particles
This is avoiding potential division-by-zero exceptions (seen
on MacOS) by replacing the division with a signum operation.
…ceO2Group#6557)

* Rework slicing algorithm for merged AODs solving O2-2424
MCparticles referred to the original eventIDs
from the Geant transport, whereas they should refer
to the MCcollision AOD table entry.

Thanks to Nazar for discussions.
DPL output proxy automatically add message of type {DPL/EOS} to forward
end-of-stream on all output channels. If another DPL workflow connects
via raw proxy, it handles the channel info headers and can ignore the
actual message.

Also adding an option to test_ExternalFairMQDeviceWorkflow which allows
to drop the subscriber part of the test and instead connect the raw proxy.
…a data filter + newZSCalib helper function for TPC QC
* trd reading empty frames

* safter sending of blank frames

* ensure empty frame is indeed empty

* flexible data description

* move TRD eventrecord class to reconstruction dir

* remove classdef for EventRecord, and local variables for emptry frames data
* Create pragmaonce.yml

* Update pragmaonce.yml
Co-authored-by: Stefano Trogolo <strogolo@users.noreply.github.com>
* First step towards the simulation challenge

For the time being is being a separate task
The final goal is a single one

Implemented
- data collection directly in differential form
- huge decrease in memory layout

* Introduction of the data collecting engine structure

The whole data collecting functionality is encapsulated
into an structure which can be replicated as needed

* Just a single task for the different cent/mult ranges

The idea is to have a multitask scenario for running
systematic tests in 'parallel' exclusively
davidrohr and others added 29 commits July 27, 2021 08:59
* Implementation of the ITS Half Barrels

* Fixing ITSMisaligner macro for new method names with Half Barrels

* Do not set Layer as alignable volume

* Fixed number of half barrels

* Revert "Fixed number of half barrels"

This reverts commit 4f52866.

* Fixed number of half barrels

* Correctly add half barrel number to hit generation and chip index number

Co-authored-by: Mario Sitta <Mario.Sitta@cern.ch>
* Shorthand isPrimaryParticle
* MC example with accessing particles and tracks
* Remove MC.h from library
`ifnode(condition, then, else)` operation is added to expressions. These can be nested and all three arguments can be arbitrary valid expressions. `condition` needs to have boolean result, `then` and `else` should return similar types (ideally the same - both floats, or both boolean, etc.). A `conditionalExpressions.cxx` tutorial example is added (note that it uses bitwise operations in filter expression and thus will only work as is with arrow > 3).
* New task for the central event filter processor

* Task configurables from table descriptions
Still not clear to me wether the condition can actually be triggered.

It might explain phantom channels to the input proxy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.