AliceO2 Versions Save

O2 software project for the ALICE experiment at CERN

v21.01

3 years ago

Changes since v20.49

Changes in Algorithm

  • #5071 2020-12-16: DPL: initial support for plugin based algorithms by @ktf

Changes in Analysis

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

Changes in Common

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

Changes in DataFormats

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

Changes in Detectors

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

Changes in Framework

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

Changes in Utilities

  • #5037 2020-12-14: Drop untested / unused hough transform code by @ktf

v20.49

3 years ago

v1.3.0

3 years ago

v1.2.0

4 years ago

O2-1.0.0

5 years ago