Skip to content

Latest commit

 

History

History
98 lines (89 loc) · 12.9 KB

CHANGELOG.md

File metadata and controls

98 lines (89 loc) · 12.9 KB

Changes since 2021-02-23

Changes in Analysis

  • #5581 2021-02-27: PWGHF: Revert "Add flag to switch off TPC cluster selection" by @ginnocen
  • #5595 2021-03-02: Remove non-templated DCAFitter (overridden by DCAFitterN) by @shahor02
  • #5610 2021-03-04: Better message by @jgrosseo
  • #5601 2021-03-04: DPL: simplify method analysis task introspection by @alibuild
  • #5599 2021-03-04: Fix for sparse index builder skipping entries by @aalkin
  • #5566 2021-03-04: Renaming index columns for TF merging by @jgrosseo
  • #5558 2021-03-04: [DPL Analysis] Simple workflow suffix solution by @saganatt
  • #5631 2021-03-05: PWGHF: fix wrong casting of track index by @aalkin
  • #5611 2021-03-05: Renaming charge() to sign() by @jgrosseo
  • #5633 2021-03-09: Adapting to updated vertex selection in converter by @jgrosseo
  • #5623 2021-03-09: Adding Forward (MFT+Muon) tables by @jgrosseo
  • #5640 2021-03-09: [DPL Analysis] Canonical task names by @saganatt

Changes in Common

  • #5560 2021-02-26: Fix some codechecker violations by @davidrohr
  • #5578 2021-02-27: Misc fixes in propagator by @shahor02
  • #5583 2021-03-01: Track source masks + possibility to select sources for p.vertexing and cosmics workflows by @shahor02
  • #5586 2021-03-01: o2-sim: Provide standalone MC header information by @sawenzel

Changes in DataFormats

  • #5569 2021-02-26: Modifications to auto-detect and decode link-base zero suppression by @wiechula
  • #5590 2021-03-01: Additional documentation and cleanup for TRAPsim by @martenole
  • #5583 2021-03-01: Track source masks + possibility to select sources for p.vertexing and cosmics workflows by @shahor02
  • #5586 2021-03-01: o2-sim: Provide standalone MC header information by @sawenzel
  • #5598 2021-03-04: Couple of GPU developments by @davidrohr
  • #5585 2021-03-05: Raw to digits by @cortesep
  • #5641 2021-03-06: Complete ZDC CTF content and encoding/decoding workflows by @shahor02
  • #5597 2021-03-08: add tool for processing cosmics in real time with TOF by @noferini

Changes in Detectors

  • #5557 2021-02-26: Compilation fixes by @davidrohr
  • #5570 2021-02-26: Fix for the out_of_range exception and small clean-ups by @nburmaso
  • #5560 2021-02-26: Fix some codechecker violations by @davidrohr
  • #5574 2021-02-26: Fix: MID digi2raw must read configKeyValues by @shahor02
  • #5569 2021-02-26: Modifications to auto-detect and decode link-base zero suppression by @wiechula
  • #5578 2021-02-27: Misc fixes in propagator by @shahor02
  • #5577 2021-02-27: Option to detect TF from orbit and SOX info instead of TType by @shahor02
  • #5590 2021-03-01: Additional documentation and cleanup for TRAPsim by @martenole
  • #5572 2021-03-01: Fix number of foam wedges at 90deg, add carbon fleece with glue by @mario6829
  • #5584 2021-03-01: Including Rtypes.h by @pzhristov
  • #5583 2021-03-01: Track source masks + possibility to select sources for p.vertexing and cosmics workflows by @shahor02
  • #5576 2021-03-01: [EMCAL-684] Add mapping for FEC index by @mfasDa
  • #5586 2021-03-01: o2-sim: Provide standalone MC header information by @sawenzel
  • #5559 2021-03-02: A and C side cables by @AllaMaevskaya
  • #5591 2021-03-02: Fix ITS tracking: async/sync settings swapping, not vertexing in cosmics by @shahor02
  • #5595 2021-03-02: Remove non-templated DCAFitter (overridden by DCAFitterN) by @shahor02
  • #5598 2021-03-04: Couple of GPU developments by @davidrohr
  • #5613 2021-03-04: Fix delay in raw file reader workflow by @davidrohr
  • #5566 2021-03-04: Renaming index columns for TF merging by @jgrosseo
  • #5609 2021-03-04: Upgrade: fix duplicate guard. by @ktf
  • #5585 2021-03-05: Raw to digits by @cortesep
  • #5614 2021-03-05: Removed overlaps in cdrum by @MarekKowalski1504
  • #5628 2021-03-05: Split tracks table into three tables by @nburmaso
  • #5612 2021-03-05: Suppress some info output at higher logging severities by @davidrohr
  • #5641 2021-03-06: Complete ZDC CTF content and encoding/decoding workflows by @shahor02
  • #5639 2021-03-06: RawFileWriter::addData optionally transfers detectoField to RDH by @shahor02
  • #5644 2021-03-07: Do not limit number of entries RootTreeWriter can store by @shahor02
  • #5648 2021-03-08: [R3C-469] [MCH] Update Electronic Mapping from Pt2 by @aphecetche
  • #5597 2021-03-08: add tool for processing cosmics in real time with TOF by @noferini

Changes in Examples

  • #5634 2021-03-08: Added macro to read event info from a Pythia8 heavy-ion simulation he… by @preghenella

Changes in Framework

  • #5563 2021-02-25: DPL: fix memory leak in ws:// driver. by @ktf
  • #5567 2021-02-25: DPL: switch to ws:// as default client for self hosted by @ktf
  • #5561 2021-02-25: Revert "DPL: switch to ws:// as default client for self hosted" by @ktf
  • #5582 2021-02-28: DPL: improve message when driver client is not yet connected by @ktf
  • #5580 2021-03-01: DPL: move can_assign helper to the only used place by @ktf
  • #5587 2021-03-01: DPL: require --aod-writer-keep to be homogeneous by @ktf
  • #5603 2021-03-03: DPL: do not use --driver-client-backend when dumping DDS config by @alibuild
  • #5596 2021-03-03: Revert "DPL: add wildcards when creating matchers via DataDescriptorQueryBuilder::parse" by @ktf
  • #5610 2021-03-04: Better message by @jgrosseo
  • #5602 2021-03-04: DPL: simplify TableBuilder API by @alibuild
  • #5601 2021-03-04: DPL: simplify method analysis task introspection by @alibuild
  • #5599 2021-03-04: Fix for sparse index builder skipping entries by @aalkin
  • #5566 2021-03-04: Renaming index columns for TF merging by @jgrosseo
  • #5558 2021-03-04: [DPL Analysis] Simple workflow suffix solution by @saganatt
  • #5611 2021-03-05: Renaming charge() to sign() by @jgrosseo
  • #5633 2021-03-09: Adapting to updated vertex selection in converter by @jgrosseo
  • #5623 2021-03-09: Adding Forward (MFT+Muon) tables by @jgrosseo
  • #5649 2021-03-09: DPL Analysis: avoid std::function in literal node by @ktf
  • #5651 2021-03-09: DPL: proper redirection to --forwarding-destination none by @ktf
  • #5655 2021-03-09: Protect cpuid.h, it cannot be used on Mac M1 by @pzhristov
  • #5640 2021-03-09: [DPL Analysis] Canonical task names by @saganatt

Changes in Steer

Changes in Utilities

  • #5604 2021-03-03: less verbose output from jobutils by @sawenzel
  • #5615 2021-03-04: Use o2_add_executable for Data Sampling benchmark workflow by @knopers8