Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use boost::program_options for devices & first version of staggered transfer shaping #6

Merged
merged 3 commits into from
Nov 4, 2014

Conversation

rbx
Copy link
Contributor

@rbx rbx commented Nov 4, 2014

boost::program_options
Rarely modified options like number of io threads now have default values.
To see all available options for an executable run it with '--help'.
Existing scripts have been updated to use the new format.

staggered transfer shaping
First implementation with the configurable offset/buffer size using std::queue.
Program option --send-offset controls the offset.

etc.
Use namespaces and adjust style according to the guidelines for FLP2EPN-distributed.

…EPN and FLP2EPN-dynamic.

Common options like number of io threads now have default values.
To find out all available options for an executable run it with '--help'.
Existing scripts have been updated to use the new format.
@MohammadAlTurany MohammadAlTurany merged commit dd58123 into AliceO2Group:dev Nov 4, 2014
sawenzel pushed a commit that referenced this pull request Dec 13, 2018
* Track matching

* Adding classes for TOF matching

* Taking the TPC track after the outwards propagation

* Propagate the TrackTPC corresponding to the track to match

* Getter and Setter of the value of the number of sigma to cut for the matching

* Use TPCITS track for TOF matching

* Load geometry for DPL processing

* TOF digitizer switch to vector of vectors for digits

* timestamp removed from TOF digits and other fixes (#6)

* Important changes in digitizer output and matching

- Digitizer output is now a vector of vectors (each "sub-vector" is per TOF readout frame)
- Matching now seems to work (but we still don't check the time)

* Tof rec (#8)

* move tof digitizer to vec of vecs also for MC labels

* ad TOF test MC generator

* git-clang-format - again
sawenzel pushed a commit that referenced this pull request Apr 1, 2019
Fixed material definition in FIT-V0+
mslupeck referenced this pull request in mslupeck/AliceO2 Mar 4, 2020
dsekihat pushed a commit to dsekihat/AliceO2 that referenced this pull request Aug 20, 2020
knopers8 pushed a commit to knopers8/AliceO2 that referenced this pull request Sep 7, 2020
InformationService to broadcast list of tasks and their objects

Add an information service that collects the list of objects published by all the tasks and make it available to clients. There are 2 binaries : qcInfoService and qcInfoServiceDump. The latter is to check what is being produced by the Information Service.

The information service can use a file as input if there are no tasks running but one wants to simulate a normal use.
QC-57
EmilGorm pushed a commit to EmilGorm/AliceO2 that referenced this pull request Nov 22, 2021
alibuild pushed a commit to alibuild/AliceO2 that referenced this pull request Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants