Skip to content

Commit

Permalink
Updated README (#5119)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action Bot <[email protected]>
  • Loading branch information
ktf and GitHub Action Bot authored Jan 5, 2021
1 parent af7005c commit e9cfe1f
Show file tree
Hide file tree
Showing 2 changed files with 1,708 additions and 1,819 deletions.
63 changes: 61 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,39 @@
# Changes since 2020-12-21
# Changes since 2020-12-11

## Changes in Algorithm

- [#5071](https://github.com/AliceO2Group/AliceO2/pull/5071) 2020-12-16: DPL: initial support for plugin based algorithms by [@ktf](https://github.com/ktf)
## Changes in Analysis

- [#5013](https://github.com/AliceO2Group/AliceO2/pull/5013) 2021-01-04: PWGHF: Update of the Lc->pKpi selector and task by [@DelloStritto](https://github.com/DelloStritto)
- [#5042](https://github.com/AliceO2Group/AliceO2/pull/5042) 2020-12-11: Change to new TPCrefit check: finders by [@ddobrigk](https://github.com/ddobrigk)
- [#5039](https://github.com/AliceO2Group/AliceO2/pull/5039) 2020-12-11: Fixed bug for nested AnalysisCompositeCuts; removed duplicated histogram classes from TableReader by [@iarsene](https://github.com/iarsene)
- [#5063](https://github.com/AliceO2Group/AliceO2/pull/5063) 2020-12-14: DPL Analysis: add string array Configurable by [@aalkin](https://github.com/aalkin)
- [#5050](https://github.com/AliceO2Group/AliceO2/pull/5050) 2020-12-14: DPL Analysis: use compile-time hashed histogram names in registry by [@mario-krueger](https://github.com/mario-krueger)
- [#5060](https://github.com/AliceO2Group/AliceO2/pull/5060) 2020-12-14: Fix finder -> problems with partitioning to be checked by [@ddobrigk](https://github.com/ddobrigk)
- [#5064](https://github.com/AliceO2Group/AliceO2/pull/5064) 2020-12-14: Using histogram registry fill by [@jgrosseo](https://github.com/jgrosseo)
- [#5066](https://github.com/AliceO2Group/AliceO2/pull/5066) 2020-12-15: Analysis: extend histogram registry example by [@mario-krueger](https://github.com/mario-krueger)
- [#5073](https://github.com/AliceO2Group/AliceO2/pull/5073) 2020-12-16: DPL: allow decoupling from JAlien and retrieve JAlienFile, if available by [@ktf](https://github.com/ktf)
- [#5071](https://github.com/AliceO2Group/AliceO2/pull/5071) 2020-12-16: DPL: initial support for plugin based algorithms by [@ktf](https://github.com/ktf)
- [#5081](https://github.com/AliceO2Group/AliceO2/pull/5081) 2020-12-18: DPL: Use JAliEn::JAliEn rather than XRootD::Client to enable support by [@ktf](https://github.com/ktf)
- [#5084](https://github.com/AliceO2Group/AliceO2/pull/5084) 2020-12-19: Add X at minimum to v0data table by [@ddobrigk](https://github.com/ddobrigk)
- [#5074](https://github.com/AliceO2Group/AliceO2/pull/5074) 2021-01-05: Initial version of EMCAL Correction Task by [@raymondEhlers](https://github.com/raymondEhlers)
- [#5026](https://github.com/AliceO2Group/AliceO2/pull/5026) 2021-01-05: Convert collision time to ps in TOF PID response by [@njacazio](https://github.com/njacazio)
## Changes in Common

- [#5045](https://github.com/AliceO2Group/AliceO2/pull/5045) 2020-12-11: [ALICE3] Rename PostLS4 and IT4 to ALICE3 and TRK by [@mconcas](https://github.com/mconcas)
- [#5043](https://github.com/AliceO2Group/AliceO2/pull/5043) 2020-12-12: Make TrackPar(Cov) compatible to GPU by [@davidrohr](https://github.com/davidrohr)
- [#5067](https://github.com/AliceO2Group/AliceO2/pull/5067) 2020-12-15: Increase the margin of CTF block size to 10KB by [@shahor02](https://github.com/shahor02)
- [#5100](https://github.com/AliceO2Group/AliceO2/pull/5100) 2020-12-28: GPU: Make more headers compatible to GPU by [@davidrohr](https://github.com/davidrohr)
- [#5116](https://github.com/AliceO2Group/AliceO2/pull/5116) 2021-01-05: Global (currently TPC only) refit on GPU using either GPU or TrackParCov track model by [@davidrohr](https://github.com/davidrohr)
## Changes in DataFormats

- [#5049](https://github.com/AliceO2Group/AliceO2/pull/5049) 2020-12-11: Add DAQ SystemID Unloaded [O2-1918] by [@shahor02](https://github.com/shahor02)
- [#5041](https://github.com/AliceO2Group/AliceO2/pull/5041) 2020-12-11: Use value_t instead of double by [@davidrohr](https://github.com/davidrohr)
- [#5045](https://github.com/AliceO2Group/AliceO2/pull/5045) 2020-12-11: [ALICE3] Rename PostLS4 and IT4 to ALICE3 and TRK by [@mconcas](https://github.com/mconcas)
- [#5043](https://github.com/AliceO2Group/AliceO2/pull/5043) 2020-12-12: Make TrackPar(Cov) compatible to GPU by [@davidrohr](https://github.com/davidrohr)
- [#5056](https://github.com/AliceO2Group/AliceO2/pull/5056) 2020-12-13: Eliminate mass argument from track mat.corrections and propagation interfaces by [@shahor02](https://github.com/shahor02)
- [#5067](https://github.com/AliceO2Group/AliceO2/pull/5067) 2020-12-15: Increase the margin of CTF block size to 10KB by [@shahor02](https://github.com/shahor02)
- [#5077](https://github.com/AliceO2Group/AliceO2/pull/5077) 2020-12-17: Tmp.fix in TrackParCov c-tor from Cartesian cov.matrix by [@shahor02](https://github.com/shahor02)
- [#5089](https://github.com/AliceO2Group/AliceO2/pull/5089) 2020-12-22: real LUT in CCDB by [@AllaMaevskaya](https://github.com/AllaMaevskaya)
- [#5092](https://github.com/AliceO2Group/AliceO2/pull/5092) 2020-12-23: ZDC Workflow to inspect raw data by [@cortesep](https://github.com/cortesep)
- [#5094](https://github.com/AliceO2Group/AliceO2/pull/5094) 2020-12-24: GPU: Some work towards making the o2 propagator work on GPU by [@davidrohr](https://github.com/davidrohr)
Expand All @@ -16,6 +42,22 @@
- [#5104](https://github.com/AliceO2Group/AliceO2/pull/5104) 2021-01-04: Use DBSCAN for Time-Z clustering in PVertexing, debris reduction by [@shahor02](https://github.com/shahor02)
## Changes in Detectors

- [#5054](https://github.com/AliceO2Group/AliceO2/pull/5054) 2020-12-11: Add braces in oneliners of PHOS code by [@shahor02](https://github.com/shahor02)
- [#5045](https://github.com/AliceO2Group/AliceO2/pull/5045) 2020-12-11: [ALICE3] Rename PostLS4 and IT4 to ALICE3 and TRK by [@mconcas](https://github.com/mconcas)
- [#5033](https://github.com/AliceO2Group/AliceO2/pull/5033) 2020-12-11: [ITS] Remove unused classes by [@mconcas](https://github.com/mconcas)
- [#5055](https://github.com/AliceO2Group/AliceO2/pull/5055) 2020-12-12: Change more Double_t to float in TrackParCov propagator by [@davidrohr](https://github.com/davidrohr)
- [#5043](https://github.com/AliceO2Group/AliceO2/pull/5043) 2020-12-12: Make TrackPar(Cov) compatible to GPU by [@davidrohr](https://github.com/davidrohr)
- [#5056](https://github.com/AliceO2Group/AliceO2/pull/5056) 2020-12-13: Eliminate mass argument from track mat.corrections and propagation interfaces by [@shahor02](https://github.com/shahor02)
- [#5058](https://github.com/AliceO2Group/AliceO2/pull/5058) 2020-12-13: Reject outliers when building ITS/MFT clusters dictionary by [@shahor02](https://github.com/shahor02)
- [#5040](https://github.com/AliceO2Group/AliceO2/pull/5040) 2020-12-14: Adding truncation + some minor changes by [@nburmaso](https://github.com/nburmaso)
- [#5036](https://github.com/AliceO2Group/AliceO2/pull/5036) 2020-12-14: First version of pedestal calibration workflow raw data -> ccdb by [@wiechula](https://github.com/wiechula)
- [#5059](https://github.com/AliceO2Group/AliceO2/pull/5059) 2020-12-14: TPC drift gas settings in case FLUKA is used by [@amorsch](https://github.com/amorsch)
- [#5067](https://github.com/AliceO2Group/AliceO2/pull/5067) 2020-12-15: Increase the margin of CTF block size to 10KB by [@shahor02](https://github.com/shahor02)
- [#5047](https://github.com/AliceO2Group/AliceO2/pull/5047) 2020-12-16: TOF DCS Processor by [@chiarazampolli](https://github.com/chiarazampolli)
- [#5057](https://github.com/AliceO2Group/AliceO2/pull/5057) 2020-12-16: Update of water and air cooling by [@frmanso](https://github.com/frmanso)
- [#5078](https://github.com/AliceO2Group/AliceO2/pull/5078) 2020-12-17: Parent TrackPar/Cov creator for DCAFitterN by [@shahor02](https://github.com/shahor02)
- [#5076](https://github.com/AliceO2Group/AliceO2/pull/5076) 2020-12-17: [ITS][ntracker-workflow] Add --configKeyValue for MB LUT by [@mconcas](https://github.com/mconcas)
- [#5088](https://github.com/AliceO2Group/AliceO2/pull/5088) 2020-12-19: MFT: fix lanes mapping for decoding commissionning data and for worki… by [@bovulpes](https://github.com/bovulpes)
- [#5091](https://github.com/AliceO2Group/AliceO2/pull/5091) 2020-12-22: MFT: eliminate sqrt where possible by [@bovulpes](https://github.com/bovulpes)
- [#5089](https://github.com/AliceO2Group/AliceO2/pull/5089) 2020-12-22: real LUT in CCDB by [@AllaMaevskaya](https://github.com/AllaMaevskaya)
- [#5083](https://github.com/AliceO2Group/AliceO2/pull/5083) 2020-12-23: Executable for chunk large raw-data files by [@shahor02](https://github.com/shahor02)
Expand All @@ -27,7 +69,24 @@
- [#5069](https://github.com/AliceO2Group/AliceO2/pull/5069) 2020-12-28: [WIP][ITS-tracking] Add track dumping in standalone debugger by [@mconcas](https://github.com/mconcas)
- [#5102](https://github.com/AliceO2Group/AliceO2/pull/5102) 2020-12-29: Drop bad assert by [@ktf](https://github.com/ktf)
- [#5101](https://github.com/AliceO2Group/AliceO2/pull/5101) 2020-12-29: [EMCAL-675] Handling of pages without trailer by [@mfasDa](https://github.com/mfasDa)
- [#5118](https://github.com/AliceO2Group/AliceO2/pull/5118) 2021-01-04: Default mat.corr. is with LUT, fall-back to TGeo if LUT is not set by [@shahor02](https://github.com/shahor02)
- [#5105](https://github.com/AliceO2Group/AliceO2/pull/5105) 2021-01-04: Disable CA_DEBUG in ITS Tracking by [@davidrohr](https://github.com/davidrohr)
- [#5104](https://github.com/AliceO2Group/AliceO2/pull/5104) 2021-01-04: Use DBSCAN for Time-Z clustering in PVertexing, debris reduction by [@shahor02](https://github.com/shahor02)
- [#5116](https://github.com/AliceO2Group/AliceO2/pull/5116) 2021-01-05: Global (currently TPC only) refit on GPU using either GPU or TrackParCov track model by [@davidrohr](https://github.com/davidrohr)
## Changes in Framework

- [#5048](https://github.com/AliceO2Group/AliceO2/pull/5048) 2020-12-11: DPL: allow customization of FairMQ channels from command line by [@ktf](https://github.com/ktf)
- [#5063](https://github.com/AliceO2Group/AliceO2/pull/5063) 2020-12-14: DPL Analysis: add string array Configurable by [@aalkin](https://github.com/aalkin)
- [#5035](https://github.com/AliceO2Group/AliceO2/pull/5035) 2020-12-14: DPL Analysis: fix for parsing non-integer arrays in configurables by [@aalkin](https://github.com/aalkin)
- [#5050](https://github.com/AliceO2Group/AliceO2/pull/5050) 2020-12-14: DPL Analysis: use compile-time hashed histogram names in registry by [@mario-krueger](https://github.com/mario-krueger)
- [#5065](https://github.com/AliceO2Group/AliceO2/pull/5065) 2020-12-14: DPL: add file read name metric by [@ktf](https://github.com/ktf)
- [#5068](https://github.com/AliceO2Group/AliceO2/pull/5068) 2020-12-15: DPL Analysis: make sure each hash in histogram registry is unique by [@mario-krueger](https://github.com/mario-krueger)
- [#5073](https://github.com/AliceO2Group/AliceO2/pull/5073) 2020-12-16: DPL: allow decoupling from JAlien and retrieve JAlienFile, if available by [@ktf](https://github.com/ktf)
- [#5071](https://github.com/AliceO2Group/AliceO2/pull/5071) 2020-12-16: DPL: initial support for plugin based algorithms by [@ktf](https://github.com/ktf)
- [#5081](https://github.com/AliceO2Group/AliceO2/pull/5081) 2020-12-18: DPL: Use JAliEn::JAliEn rather than XRootD::Client to enable support by [@ktf](https://github.com/ktf)
- [#5098](https://github.com/AliceO2Group/AliceO2/pull/5098) 2020-12-27: DPL: use RawDeviceService to sleep in example by [@ktf](https://github.com/ktf)
- [#5113](https://github.com/AliceO2Group/AliceO2/pull/5113) 2021-01-04: DPL: drop unneeded include statements by [@ktf](https://github.com/ktf)
- [#5099](https://github.com/AliceO2Group/AliceO2/pull/5099) 2021-01-04: DPL: move GUI to a plugin by [@ktf](https://github.com/ktf)
## Changes in Utilities

- [#5037](https://github.com/AliceO2Group/AliceO2/pull/5037) 2020-12-14: Drop untested / unused hough transform code by [@ktf](https://github.com/ktf)
Loading

0 comments on commit e9cfe1f

Please sign in to comment.