Skip to content

Latest commit

 

History

History
94 lines (86 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

94 lines (86 loc) · 12.7 KB

Changes since 2021-01-14

Changes in Analysis

  • #5223 2021-01-19: PWGHF : syncing decays in the preselection with enums used for MC by @nzardosh
  • #5238 2021-01-20: Fix missing TPC split task in CMakeFile by @njacazio
  • #5232 2021-01-20: PWGHF : further restricitng HF preselection for hyperloop testing by @nzardosh
  • #5224 2021-01-20: PWGHF: Shift decay type values to allow usage in arrays and bitmaps. by @vkucera
  • #5253 2021-01-21: PID: Add single task for all tiny TPC PID information by @njacazio
  • #5245 2021-01-21: fix filtering and minor edits by @aimeric-landou
  • #5258 2021-01-22: Analysis/Task/PWGDQ: remove unnecessary macro by @dsekihat
  • #5260 2021-01-22: PID: Remove exp values from tiny PID tables by @njacazio
  • #5255 2021-01-22: adding collision selections by @nzardosh
  • #5270 2021-01-23: Revert "Add full table writing tasks for D0 and Lc (#4910)" by @ginnocen
  • #5265 2021-01-24: PWGHF: Little fix of the J/ψ → e+ e- code. by @vkucera
  • #5275 2021-01-25: updating nuclei task for skimming by @akalweit
  • #5288 2021-01-26: PWGHF: Update selection on Dplus flag by @fcatalan92
  • #5299 2021-01-26: removing TPerfStats by @jgrosseo
  • #5313 2021-01-27: DPL / DPL Analysis: Introduce LabeledArray as an option for Variant by @aalkin
  • #5266 2021-01-27: DPL Analysis: make HistogramRegistry support StepTHn by @mario-krueger
  • #5277 2021-01-27: PWGHF: Add simple task dedicated to efficiency and one for QA by @njacazio

Changes in Common

  • #5228 2021-01-19: o2-sim: Make configfile prefixed with correct name by @sawenzel
  • #5234 2021-01-20: Abstract and track aggregated containers/indices + use in vertexers by @shahor02
  • #5237 2021-01-20: adding protection for float truncation by @nzardosh
  • #5247 2021-01-21: Fix compiler warning about signed / unsigned int by @davidrohr
  • #5280 2021-01-25: Use global track indices for cross-detector matches by @shahor02

Changes in DataFormats

  • #5226 2021-01-19: Bugfix: WorkflowHelper.h was not installled by @davidrohr
  • #5227 2021-01-19: Check for selective primary transport also in case of parallel sim by @preghenella
  • #5228 2021-01-19: o2-sim: Make configfile prefixed with correct name by @sawenzel
  • #5234 2021-01-20: Abstract and track aggregated containers/indices + use in vertexers by @shahor02
  • #5230 2021-01-22: Pileup and calibration DA for PHOS and CPV by @peressounko
  • #5250 2021-01-22: Raw2Digits and Trigger by @mbroz84
  • #5267 2021-01-23: Fix in indexing for Vertex-Track matching by @shahor02
  • #5286 2021-01-25: Fix daughter labels when running parallel merger by @preghenella
  • #5281 2021-01-25: Fix: increment MCEventHeader class version by @shahor02
  • #5280 2021-01-25: Use global track indices for cross-detector matches by @shahor02

Changes in Detectors

  • #5226 2021-01-19: Bugfix: WorkflowHelper.h was not installled by @davidrohr
  • #5225 2021-01-19: [EMCAL-630] Fix assignment of energy and time by @mfasDa
  • #5228 2021-01-19: o2-sim: Make configfile prefixed with correct name by @sawenzel
  • #5234 2021-01-20: Abstract and track aggregated containers/indices + use in vertexers by @shahor02
  • #5239 2021-01-20: Fix Z position of ML/OL modules to be symmetric wrt half stave center by @mario6829
  • #5233 2021-01-20: TPC Workflow / Tracking: Remove dead codee by @davidrohr
  • #5242 2021-01-21: Simplifications for TPC workflow by @davidrohr
  • #5230 2021-01-22: Pileup and calibration DA for PHOS and CPV by @peressounko
  • #5250 2021-01-22: Raw2Digits and Trigger by @mbroz84
  • #5269 2021-01-23: Create TPC output tracks directly in O2 format on the GPU and write directly to SHM buffer by @davidrohr
  • #5271 2021-01-23: Fix codechecker violations by @davidrohr
  • #5267 2021-01-23: Fix in indexing for Vertex-Track matching by @shahor02
  • #5268 2021-01-23: Fix: default TPC reco output names propagated to dependent code by @shahor02
  • #5262 2021-01-23: adding macro to create space charge density maps from simulations by @matthias-kleiner
  • #5256 2021-01-23: file reader for TPC Tracks and Clusters (+ MC info) by @tklemenz
  • #5278 2021-01-25: Cosmic tracking mode added for ITS by @shahor02
  • #5272 2021-01-25: Fix codechecker warnings by @mconcas
  • #5285 2021-01-25: Fixes for TPC buffer alignment / 0-size buffers by @davidrohr
  • #5276 2021-01-25: Minor improvements by @davidrohr
  • #5280 2021-01-25: Use global track indices for cross-detector matches by @shahor02
  • #5279 2021-01-26: CPV geometry fix, run3 raw format. fix O2-1991 by @peressounko
  • #5249 2021-01-26: TPCClusterFinder: Improve performance of noisy pad filter on CPU. by @fweig
  • #5320 2021-01-27: Add option to create an o2 propagator instance uninitialized to be used with external matLut / gpuFieldMap by @davidrohr
  • #5302 2021-01-27: Remove std::memcpy while processing data in compressor task by @preghenella

Changes in Framework

  • #5231 2021-01-19: Make sure benchmark::benchmark stays optional (O2-1973) by @ktf
  • #5229 2021-01-19: raw-parser logs DataHeader and DataProcessingHeader info by @shahor02
  • #5254 2021-01-22: DPL: speed up single channel output proxy by @ktf
  • #5236 2021-01-25: DPL Analysis: consolidated Variant conversions by @aalkin
  • #5282 2021-01-25: DPL: refactor how we process control messages by @ktf
  • #5293 2021-01-26: DPL: Adds Variant JSON helpers by @aalkin
  • #5301 2021-01-26: DPL: improve WebSockets support by @ktf
  • #5283 2021-01-26: DPL: introduce a WebSocketHandler by @ktf
  • #5294 2021-01-26: DPL: use pid_t to refer to pids by @ktf
  • #5299 2021-01-26: removing TPerfStats by @jgrosseo
  • #5313 2021-01-27: DPL / DPL Analysis: Introduce LabeledArray as an option for Variant by @aalkin
  • #5266 2021-01-27: DPL Analysis: make HistogramRegistry support StepTHn by @mario-krueger
  • #5321 2021-01-27: DPL: Fix labeled array exception by @aalkin
  • #5312 2021-01-27: DPL: include what you use by @ktf
  • #5310 2021-01-27: Drop obsolete analysis example by @ktf

Changes in Steer

Changes in Utilities

  • #5231 2021-01-19: Make sure benchmark::benchmark stays optional (O2-1973) by @ktf
  • #5271 2021-01-23: Fix codechecker violations by @davidrohr
  • #5287 2021-01-25: jobutils improvements by @sawenzel
  • #5297 2021-01-26: Add JOBUTILS_JOB_SKIPCREATEDONE option, and do not wipe ctf_dictionar… by @davidrohr
  • #5291 2021-01-26: Hide stderr output of lsof in jobutils by @davidrohr