From e584d41d3793a2c841a65b5997b68c22f236f10a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Feb 2021 18:28:07 +0100 Subject: [PATCH] Updated README (#5458) Co-authored-by: GitHub Action Bot --- CHANGELOG.md | 63 +- doc/data/2021-02-o2_prs.json | 4003 +++++++++++++++++----------------- 2 files changed, 2046 insertions(+), 2020 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 875a514df212e..02799f2e9d139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ -# Changes since v21.03 +# Changes since 11-02-2021 ## Changes in Analysis +- [#5223](https://github.com/AliceO2Group/AliceO2/pull/5223) 2021-01-19: PWGHF : syncing decays in the preselection with enums used for MC by [@nzardosh](https://github.com/nzardosh) +- [#5238](https://github.com/AliceO2Group/AliceO2/pull/5238) 2021-01-20: Fix missing TPC split task in CMakeFile by [@njacazio](https://github.com/njacazio) +- [#5232](https://github.com/AliceO2Group/AliceO2/pull/5232) 2021-01-20: PWGHF : further restricitng HF preselection for hyperloop testing by [@nzardosh](https://github.com/nzardosh) +- [#5224](https://github.com/AliceO2Group/AliceO2/pull/5224) 2021-01-20: PWGHF: Shift decay type values to allow usage in arrays and bitmaps. by [@vkucera](https://github.com/vkucera) +- [#5253](https://github.com/AliceO2Group/AliceO2/pull/5253) 2021-01-21: PID: Add single task for all tiny TPC PID information by [@njacazio](https://github.com/njacazio) +- [#5245](https://github.com/AliceO2Group/AliceO2/pull/5245) 2021-01-21: fix filtering and minor edits by [@aimeric-landou](https://github.com/aimeric-landou) - [#5258](https://github.com/AliceO2Group/AliceO2/pull/5258) 2021-01-22: Analysis/Task/PWGDQ: remove unnecessary macro by [@dsekihat](https://github.com/dsekihat) - [#5260](https://github.com/AliceO2Group/AliceO2/pull/5260) 2021-01-22: PID: Remove exp values from tiny PID tables by [@njacazio](https://github.com/njacazio) - [#5255](https://github.com/AliceO2Group/AliceO2/pull/5255) 2021-01-22: adding collision selections by [@nzardosh](https://github.com/nzardosh) @@ -13,34 +19,37 @@ - [#5313](https://github.com/AliceO2Group/AliceO2/pull/5313) 2021-01-27: DPL / DPL Analysis: Introduce LabeledArray as an option for Variant by [@aalkin](https://github.com/aalkin) - [#5266](https://github.com/AliceO2Group/AliceO2/pull/5266) 2021-01-27: DPL Analysis: make HistogramRegistry support StepTHn by [@mario-krueger](https://github.com/mario-krueger) - [#5277](https://github.com/AliceO2Group/AliceO2/pull/5277) 2021-01-27: PWGHF: Add simple task dedicated to efficiency and one for QA by [@njacazio](https://github.com/njacazio) -- [#5368](https://github.com/AliceO2Group/AliceO2/pull/5368) 2021-02-03: Splitting IO and wait time in metrics by [@jgrosseo](https://github.com/jgrosseo) - [#5390](https://github.com/AliceO2Group/AliceO2/pull/5390) 2021-02-08: DPL: fix for sending configuration with spaces by [@aalkin](https://github.com/aalkin) - [#5393](https://github.com/AliceO2Group/AliceO2/pull/5393) 2021-02-10: PWGHF: Change the eta cut with the Y cut in the tasks by [@DelloStritto](https://github.com/DelloStritto) - [#5420](https://github.com/AliceO2Group/AliceO2/pull/5420) 2021-02-11: Apply git clang-format to Analysis. by [@vkucera](https://github.com/vkucera) -- [#5358](https://github.com/AliceO2Group/AliceO2/pull/5358) 2021-02-11: PWGHF: rework b+ task template with grouping by [@aalkin](https://github.com/aalkin) - [#5421](https://github.com/AliceO2Group/AliceO2/pull/5421) 2021-02-11: add (DCA,Pt,Mass) histogram to analyser - switch to histogram registry by [@aimeric-landou](https://github.com/aimeric-landou) +- [#5475](https://github.com/AliceO2Group/AliceO2/pull/5475) 2021-02-15: PID: Merge split tasks into one configurable by [@njacazio](https://github.com/njacazio) ## Changes in Common +- [#5228](https://github.com/AliceO2Group/AliceO2/pull/5228) 2021-01-19: o2-sim: Make configfile prefixed with correct name by [@sawenzel](https://github.com/sawenzel) +- [#5234](https://github.com/AliceO2Group/AliceO2/pull/5234) 2021-01-20: Abstract and track aggregated containers/indices + use in vertexers by [@shahor02](https://github.com/shahor02) +- [#5237](https://github.com/AliceO2Group/AliceO2/pull/5237) 2021-01-20: adding protection for float truncation by [@nzardosh](https://github.com/nzardosh) +- [#5247](https://github.com/AliceO2Group/AliceO2/pull/5247) 2021-01-21: Fix compiler warning about signed / unsigned int by [@davidrohr](https://github.com/davidrohr) - [#5280](https://github.com/AliceO2Group/AliceO2/pull/5280) 2021-01-25: Use global track indices for cross-detector matches by [@shahor02](https://github.com/shahor02) -- [#5371](https://github.com/AliceO2Group/AliceO2/pull/5371) 2021-02-03: DPL: send error count in a delayed manner by [@ktf](https://github.com/ktf) -- [#5378](https://github.com/AliceO2Group/AliceO2/pull/5378) 2021-02-04: Fix: further cleanup of redundant labels by [@shahor02](https://github.com/shahor02) - [#5383](https://github.com/AliceO2Group/AliceO2/pull/5383) 2021-02-06: [ITS vertexer] Fix compilation with ITS debug by [@mconcas](https://github.com/mconcas) - [#5427](https://github.com/AliceO2Group/AliceO2/pull/5427) 2021-02-10: Apply git clang-format to GPU. by [@vkucera](https://github.com/vkucera) - [#5414](https://github.com/AliceO2Group/AliceO2/pull/5414) 2021-02-10: Changed log message from WARNING to DEBUG. by [@pbuehler](https://github.com/pbuehler) - [#5423](https://github.com/AliceO2Group/AliceO2/pull/5423) 2021-02-10: Monitoring usage cleanup in DPL by [@ktf](https://github.com/ktf) - [#5440](https://github.com/AliceO2Group/AliceO2/pull/5440) 2021-02-11: Fix mem problems related to RootSerializableKeyValStore by [@sawenzel](https://github.com/sawenzel) - [#5425](https://github.com/AliceO2Group/AliceO2/pull/5425) 2021-02-11: GPU: Add SMatrixGPU and Fwd decls by [@mconcas](https://github.com/mconcas) +- [#5472](https://github.com/AliceO2Group/AliceO2/pull/5472) 2021-02-15: GPU: test SMatrixGPU with OpenCL2.0 by [@mconcas](https://github.com/mconcas) ## Changes in DataFormats +- [#5226](https://github.com/AliceO2Group/AliceO2/pull/5226) 2021-01-19: Bugfix: WorkflowHelper.h was not installled by [@davidrohr](https://github.com/davidrohr) +- [#5227](https://github.com/AliceO2Group/AliceO2/pull/5227) 2021-01-19: Check for selective primary transport also in case of parallel sim by [@preghenella](https://github.com/preghenella) +- [#5228](https://github.com/AliceO2Group/AliceO2/pull/5228) 2021-01-19: o2-sim: Make configfile prefixed with correct name by [@sawenzel](https://github.com/sawenzel) +- [#5234](https://github.com/AliceO2Group/AliceO2/pull/5234) 2021-01-20: Abstract and track aggregated containers/indices + use in vertexers by [@shahor02](https://github.com/shahor02) - [#5230](https://github.com/AliceO2Group/AliceO2/pull/5230) 2021-01-22: Pileup and calibration DA for PHOS and CPV by [@peressounko](https://github.com/peressounko) - [#5250](https://github.com/AliceO2Group/AliceO2/pull/5250) 2021-01-22: Raw2Digits and Trigger by [@mbroz84](https://github.com/mbroz84) - [#5267](https://github.com/AliceO2Group/AliceO2/pull/5267) 2021-01-23: Fix in indexing for Vertex-Track matching by [@shahor02](https://github.com/shahor02) - [#5286](https://github.com/AliceO2Group/AliceO2/pull/5286) 2021-01-25: Fix daughter labels when running parallel merger by [@preghenella](https://github.com/preghenella) - [#5281](https://github.com/AliceO2Group/AliceO2/pull/5281) 2021-01-25: Fix: increment MCEventHeader class version by [@shahor02](https://github.com/shahor02) - [#5280](https://github.com/AliceO2Group/AliceO2/pull/5280) 2021-01-25: Use global track indices for cross-detector matches by [@shahor02](https://github.com/shahor02) -- [#5376](https://github.com/AliceO2Group/AliceO2/pull/5376) 2021-02-03: Fix: ensure exact target X assignment in track propagation by [@shahor02](https://github.com/shahor02) -- [#5366](https://github.com/AliceO2Group/AliceO2/pull/5366) 2021-02-03: Fixes in MCCompLabel, cleanup of redundant labels in matching by [@shahor02](https://github.com/shahor02) -- [#5378](https://github.com/AliceO2Group/AliceO2/pull/5378) 2021-02-04: Fix: further cleanup of redundant labels by [@shahor02](https://github.com/shahor02) - [#5383](https://github.com/AliceO2Group/AliceO2/pull/5383) 2021-02-06: [ITS vertexer] Fix compilation with ITS debug by [@mconcas](https://github.com/mconcas) - [#5397](https://github.com/AliceO2Group/AliceO2/pull/5397) 2021-02-06: fix: missing reset in its CompressedClusters by [@shahor02](https://github.com/shahor02) - [#5411](https://github.com/AliceO2Group/AliceO2/pull/5411) 2021-02-08: Developments for pedestal calibration in DPL + misc by [@wiechula](https://github.com/wiechula) @@ -49,6 +58,13 @@ - [#5424](https://github.com/AliceO2Group/AliceO2/pull/5424) 2021-02-11: [O2-2018] Changes to allow usage of either v2 or v3 of Microsoft GSL. by [@aphecetche](https://github.com/aphecetche) ## Changes in Detectors +- [#5226](https://github.com/AliceO2Group/AliceO2/pull/5226) 2021-01-19: Bugfix: WorkflowHelper.h was not installled by [@davidrohr](https://github.com/davidrohr) +- [#5225](https://github.com/AliceO2Group/AliceO2/pull/5225) 2021-01-19: [EMCAL-630] Fix assignment of energy and time by [@mfasDa](https://github.com/mfasDa) +- [#5228](https://github.com/AliceO2Group/AliceO2/pull/5228) 2021-01-19: o2-sim: Make configfile prefixed with correct name by [@sawenzel](https://github.com/sawenzel) +- [#5234](https://github.com/AliceO2Group/AliceO2/pull/5234) 2021-01-20: Abstract and track aggregated containers/indices + use in vertexers by [@shahor02](https://github.com/shahor02) +- [#5239](https://github.com/AliceO2Group/AliceO2/pull/5239) 2021-01-20: Fix Z position of ML/OL modules to be symmetric wrt half stave center by [@mario6829](https://github.com/mario6829) +- [#5233](https://github.com/AliceO2Group/AliceO2/pull/5233) 2021-01-20: TPC Workflow / Tracking: Remove dead codee by [@davidrohr](https://github.com/davidrohr) +- [#5242](https://github.com/AliceO2Group/AliceO2/pull/5242) 2021-01-21: Simplifications for TPC workflow by [@davidrohr](https://github.com/davidrohr) - [#5230](https://github.com/AliceO2Group/AliceO2/pull/5230) 2021-01-22: Pileup and calibration DA for PHOS and CPV by [@peressounko](https://github.com/peressounko) - [#5250](https://github.com/AliceO2Group/AliceO2/pull/5250) 2021-01-22: Raw2Digits and Trigger by [@mbroz84](https://github.com/mbroz84) - [#5269](https://github.com/AliceO2Group/AliceO2/pull/5269) 2021-01-23: Create TPC output tracks directly in O2 format on the GPU and write directly to SHM buffer by [@davidrohr](https://github.com/davidrohr) @@ -66,13 +82,6 @@ - [#5249](https://github.com/AliceO2Group/AliceO2/pull/5249) 2021-01-26: TPCClusterFinder: Improve performance of noisy pad filter on CPU. by [@fweig](https://github.com/fweig) - [#5320](https://github.com/AliceO2Group/AliceO2/pull/5320) 2021-01-27: Add option to create an o2 propagator instance uninitialized to be used with external matLut / gpuFieldMap by [@davidrohr](https://github.com/davidrohr) - [#5302](https://github.com/AliceO2Group/AliceO2/pull/5302) 2021-01-27: Remove std::memcpy while processing data in compressor task by [@preghenella](https://github.com/preghenella) -- [#5364](https://github.com/AliceO2Group/AliceO2/pull/5364) 2021-02-02: Templatize PrimaryVertexer inputs by [@shahor02](https://github.com/shahor02) -- [#5375](https://github.com/AliceO2Group/AliceO2/pull/5375) 2021-02-03: Digits labels should be read via ConstMCTruthContainer by [@shahor02](https://github.com/shahor02) -- [#5376](https://github.com/AliceO2Group/AliceO2/pull/5376) 2021-02-03: Fix: ensure exact target X assignment in track propagation by [@shahor02](https://github.com/shahor02) -- [#5366](https://github.com/AliceO2Group/AliceO2/pull/5366) 2021-02-03: Fixes in MCCompLabel, cleanup of redundant labels in matching by [@shahor02](https://github.com/shahor02) -- [#5378](https://github.com/AliceO2Group/AliceO2/pull/5378) 2021-02-04: Fix: further cleanup of redundant labels by [@shahor02](https://github.com/shahor02) -- [#5381](https://github.com/AliceO2Group/AliceO2/pull/5381) 2021-02-04: Little fix in CheckClusters.C needed after the changes intoduced in PR #4777 by [@iouribelikov](https://github.com/iouribelikov) -- [#5382](https://github.com/AliceO2Group/AliceO2/pull/5382) 2021-02-04: MFT: fix after the changes intoduced in PR #4777 by [@bovulpes](https://github.com/bovulpes) - [#5385](https://github.com/AliceO2Group/AliceO2/pull/5385) 2021-02-05: example macro for Milestone Week 2 - CCDB test by [@chiarazampolli](https://github.com/chiarazampolli) - [#5383](https://github.com/AliceO2Group/AliceO2/pull/5383) 2021-02-06: [ITS vertexer] Fix compilation with ITS debug by [@mconcas](https://github.com/mconcas) - [#5397](https://github.com/AliceO2Group/AliceO2/pull/5397) 2021-02-06: fix: missing reset in its CompressedClusters by [@shahor02](https://github.com/shahor02) @@ -87,11 +96,18 @@ - [#5434](https://github.com/AliceO2Group/AliceO2/pull/5434) 2021-02-11: Implementation of CYSS support cylinder in ITS geometry by [@mario6829](https://github.com/mario6829) - [#5441](https://github.com/AliceO2Group/AliceO2/pull/5441) 2021-02-11: Reintroduce Wrapper Volume 0 for IB Layers of ITS3 Upgrade by [@mario6829](https://github.com/mario6829) - [#5418](https://github.com/AliceO2Group/AliceO2/pull/5418) 2021-02-11: TRD trigger records for raw data input and trigger record bug fix by [@jbarrella](https://github.com/jbarrella) -- [#5377](https://github.com/AliceO2Group/AliceO2/pull/5377) 2021-02-11: TRD: Add Configurable TRDSimParams (O2-1807) by [@jolopezl](https://github.com/jolopezl) - [#5416](https://github.com/AliceO2Group/AliceO2/pull/5416) 2021-02-11: [Alice 3] Update TRK readme by [@mconcas](https://github.com/mconcas) - [#5424](https://github.com/AliceO2Group/AliceO2/pull/5424) 2021-02-11: [O2-2018] Changes to allow usage of either v2 or v3 of Microsoft GSL. by [@aphecetche](https://github.com/aphecetche) - [#5435](https://github.com/AliceO2Group/AliceO2/pull/5435) 2021-02-11: remove obsolete check by [@wiechula](https://github.com/wiechula) +- [#5442](https://github.com/AliceO2Group/AliceO2/pull/5442) 2021-02-12: Fixes for thread safety of CCDB manager and MW2 CDB tests by [@shahor02](https://github.com/shahor02) +- [#5456](https://github.com/AliceO2Group/AliceO2/pull/5456) 2021-02-12: Initializing dcs-proxy from CCDB by [@chiarazampolli](https://github.com/chiarazampolli) +- [#5447](https://github.com/AliceO2Group/AliceO2/pull/5447) 2021-02-12: TPConly-TOF matching improvement by [@noferini](https://github.com/noferini) +- [#5453](https://github.com/AliceO2Group/AliceO2/pull/5453) 2021-02-12: [EMCAL-650] Split payload per SRU link by [@hahassan7](https://github.com/hahassan7) - [#5394](https://github.com/AliceO2Group/AliceO2/pull/5394) 2021-02-12: [MCH] Introduce DCS processor by [@aphecetche](https://github.com/aphecetche) +- [#5468](https://github.com/AliceO2Group/AliceO2/pull/5468) 2021-02-13: Remove ApplyCarryOverToLastPage in EMC mc->raw, use const TrailerSize by [@shahor02](https://github.com/shahor02) +- [#5448](https://github.com/AliceO2Group/AliceO2/pull/5448) 2021-02-15: TPC CDBInterface: enable fetching CalPad from any path in CCDB by [@tklemenz](https://github.com/tklemenz) +- [#5471](https://github.com/AliceO2Group/AliceO2/pull/5471) 2021-02-15: [PHOS] Add missing include (when using Root 6.22/06) by [@aphecetche](https://github.com/aphecetche) +- [#5463](https://github.com/AliceO2Group/AliceO2/pull/5463) 2021-02-16: [MCH] modify (pre)clustering workflows to process several ROF per TF by [@pillot](https://github.com/pillot) ## Changes in EventVisualisation - [#5424](https://github.com/AliceO2Group/AliceO2/pull/5424) 2021-02-11: [O2-2018] Changes to allow usage of either v2 or v3 of Microsoft GSL. by [@aphecetche](https://github.com/aphecetche) @@ -100,6 +116,8 @@ - [#5443](https://github.com/AliceO2Group/AliceO2/pull/5443) 2021-02-12: Added macro to read event info from a Pythia8 heavy-ion simulation header by [@preghenella](https://github.com/preghenella) ## Changes in Framework +- [#5231](https://github.com/AliceO2Group/AliceO2/pull/5231) 2021-01-19: Make sure benchmark::benchmark stays optional (O2-1973) by [@ktf](https://github.com/ktf) +- [#5229](https://github.com/AliceO2Group/AliceO2/pull/5229) 2021-01-19: raw-parser logs DataHeader and DataProcessingHeader info by [@shahor02](https://github.com/shahor02) - [#5254](https://github.com/AliceO2Group/AliceO2/pull/5254) 2021-01-22: DPL: speed up single channel output proxy by [@ktf](https://github.com/ktf) - [#5236](https://github.com/AliceO2Group/AliceO2/pull/5236) 2021-01-25: DPL Analysis: consolidated Variant conversions by [@aalkin](https://github.com/aalkin) - [#5282](https://github.com/AliceO2Group/AliceO2/pull/5282) 2021-01-25: DPL: refactor how we process control messages by [@ktf](https://github.com/ktf) @@ -113,11 +131,6 @@ - [#5321](https://github.com/AliceO2Group/AliceO2/pull/5321) 2021-01-27: DPL: Fix labeled array exception by [@aalkin](https://github.com/aalkin) - [#5312](https://github.com/AliceO2Group/AliceO2/pull/5312) 2021-01-27: DPL: include what you use by [@ktf](https://github.com/ktf) - [#5310](https://github.com/AliceO2Group/AliceO2/pull/5310) 2021-01-27: Drop obsolete analysis example by [@ktf](https://github.com/ktf) -- [#5373](https://github.com/AliceO2Group/AliceO2/pull/5373) 2021-02-03: DPL: enable exception / segmentation fault backtrace by default by [@ktf](https://github.com/ktf) -- [#5372](https://github.com/AliceO2Group/AliceO2/pull/5372) 2021-02-03: DPL: lower severity for debug message by [@ktf](https://github.com/ktf) -- [#5371](https://github.com/AliceO2Group/AliceO2/pull/5371) 2021-02-03: DPL: send error count in a delayed manner by [@ktf](https://github.com/ktf) -- [#5368](https://github.com/AliceO2Group/AliceO2/pull/5368) 2021-02-03: Splitting IO and wait time in metrics by [@jgrosseo](https://github.com/jgrosseo) -- [#5380](https://github.com/AliceO2Group/AliceO2/pull/5380) 2021-02-04: CCDB log improvement + DPL summary of most severe error by [@jgrosseo](https://github.com/jgrosseo) - [#5389](https://github.com/AliceO2Group/AliceO2/pull/5389) 2021-02-05: DPL: do not open a websocket for devices by [@ktf](https://github.com/ktf) - [#5387](https://github.com/AliceO2Group/AliceO2/pull/5387) 2021-02-05: DPL: improve reliability of --driver-client-backend ws:// by [@ktf](https://github.com/ktf) - [#5395](https://github.com/AliceO2Group/AliceO2/pull/5395) 2021-02-06: DPL: allow parallel WS backed drivers by [@ktf](https://github.com/ktf) @@ -128,6 +141,11 @@ - [#5449](https://github.com/AliceO2Group/AliceO2/pull/5449) 2021-02-11: DPL: make --fairmq-ipc-prefix homogeneous by [@ktf](https://github.com/ktf) - [#5417](https://github.com/AliceO2Group/AliceO2/pull/5417) 2021-02-11: DPL: unify JSON representation of arrays in Variant by [@aalkin](https://github.com/aalkin) - [#5424](https://github.com/AliceO2Group/AliceO2/pull/5424) 2021-02-11: [O2-2018] Changes to allow usage of either v2 or v3 of Microsoft GSL. by [@aphecetche](https://github.com/aphecetche) +- [#5466](https://github.com/AliceO2Group/AliceO2/pull/5466) 2021-02-13: DPL: fix naming of rcvBufSize, sndBufSize by [@ktf](https://github.com/ktf) +- [#5452](https://github.com/AliceO2Group/AliceO2/pull/5452) 2021-02-15: DPL Analysis: fix for malformed slice for the last entry in grouping by [@aalkin](https://github.com/aalkin) +- [#5446](https://github.com/AliceO2Group/AliceO2/pull/5446) 2021-02-15: DPL: add helper for matcher creation by [@ktf](https://github.com/ktf) +- [#5432](https://github.com/AliceO2Group/AliceO2/pull/5432) 2021-02-15: DPL: check for bind result as well. by [@ktf](https://github.com/ktf) +- [#5462](https://github.com/AliceO2Group/AliceO2/pull/5462) 2021-02-16: DPL: Dropped obsolete messages with faster rates and input wildcards (O2-1924, O2-1919, O2-1966) by [@ktf](https://github.com/ktf) ## Changes in Generators - [#5429](https://github.com/AliceO2Group/AliceO2/pull/5429) 2021-02-10: Apply git clang-format to Generators. by [@vkucera](https://github.com/vkucera) @@ -136,8 +154,10 @@ - [#5230](https://github.com/AliceO2Group/AliceO2/pull/5230) 2021-01-22: Pileup and calibration DA for PHOS and CPV by [@peressounko](https://github.com/peressounko) - [#5250](https://github.com/AliceO2Group/AliceO2/pull/5250) 2021-01-22: Raw2Digits and Trigger by [@mbroz84](https://github.com/mbroz84) - [#5426](https://github.com/AliceO2Group/AliceO2/pull/5426) 2021-02-09: [EMCAL-614] Fixing the pileup simulation by [@hahassan7](https://github.com/hahassan7) +- [#5474](https://github.com/AliceO2Group/AliceO2/pull/5474) 2021-02-15: Improvements in digitizer workflow by [@sawenzel](https://github.com/sawenzel) ## Changes in Utilities +- [#5231](https://github.com/AliceO2Group/AliceO2/pull/5231) 2021-01-19: Make sure benchmark::benchmark stays optional (O2-1973) by [@ktf](https://github.com/ktf) - [#5271](https://github.com/AliceO2Group/AliceO2/pull/5271) 2021-01-23: Fix codechecker violations by [@davidrohr](https://github.com/davidrohr) - [#5287](https://github.com/AliceO2Group/AliceO2/pull/5287) 2021-01-25: jobutils improvements by [@sawenzel](https://github.com/sawenzel) - [#5297](https://github.com/AliceO2Group/AliceO2/pull/5297) 2021-01-26: Add JOBUTILS_JOB_SKIPCREATEDONE option, and do not wipe ctf_dictionar… by [@davidrohr](https://github.com/davidrohr) @@ -146,3 +166,4 @@ - [#5422](https://github.com/AliceO2Group/AliceO2/pull/5422) 2021-02-10: jobutils/taskwrapper: use fairmq-shmmonitor by [@sawenzel](https://github.com/sawenzel) - [#5444](https://github.com/AliceO2Group/AliceO2/pull/5444) 2021-02-11: Catch ROOT 'fatal in' / simplify fairmq-shmmonitor usage by [@sawenzel](https://github.com/sawenzel) - [#5424](https://github.com/AliceO2Group/AliceO2/pull/5424) 2021-02-11: [O2-2018] Changes to allow usage of either v2 or v3 of Microsoft GSL. by [@aphecetche](https://github.com/aphecetche) +- [#5464](https://github.com/AliceO2Group/AliceO2/pull/5464) 2021-02-14: Print out some indication where the error was found in the log file by [@davidrohr](https://github.com/davidrohr) diff --git a/doc/data/2021-02-o2_prs.json b/doc/data/2021-02-o2_prs.json index 24fd5deb7511b..1f6817a9c9a49 100644 --- a/doc/data/2021-02-o2_prs.json +++ b/doc/data/2021-02-o2_prs.json @@ -5,72 +5,67 @@ { "node": { "state": "MERGED", - "mergedAt": "2021-02-11T12:13:09Z", - "title": "PWGHF: rework b+ task template with grouping", - "number": 5358, + "mergedAt": "2021-02-06T10:57:27Z", + "title": "[ITS vertexer] Fix compilation with ITS debug", + "number": 5383, "author": { - "login": "aalkin" + "login": "mconcas" }, "files": { "edges": [ { "node": { - "path": "Analysis/Tasks/PWGHF/taskBPlus.cxx" + "path": "DataFormats/common/include/CommonDataFormat/RangeReference.h" } - } - ] - } - } - }, - { - "node": { - "state": "CLOSED", - "mergedAt": null, - "title": "Update Pvertexer for ALICE3 purposes", - "number": 5359, - "author": { - "login": "njacazio" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Detectors/Vertexing/include/DetectorsVertexing/PVertexer.h" + "path": "Detectors/ITSMFT/ITS/tracking/cuda/include/ITStrackingCUDA/DeviceStoreVertexerGPU.h" } }, { "node": { - "path": "Detectors/Vertexing/src/PVertexer.cxx" + "path": "Detectors/ITSMFT/ITS/tracking/cuda/src/VertexerTraitsGPU.cu" } - } - ] - } - } - }, - { - "node": { - "state": "OPEN", - "mergedAt": null, - "title": "AOD tables for forward tracks", - "number": 5360, - "author": { - "login": "rpezzi" - }, - "files": { - "edges": [ + }, + { + "node": { + "path": "Detectors/ITSMFT/ITS/tracking/hip/include/ITStrackingHIP/DeviceStoreVertexerHIP.h" + } + }, { "node": { - "path": "Framework/AnalysisSupport/src/AODJAlienReaderHelpers.cxx" + "path": "Detectors/ITSMFT/ITS/tracking/hip/src/VertexerTraitsHIP.hip.cxx" } }, { "node": { - "path": "Framework/Core/include/Framework/AnalysisDataModel.h" + "path": "Detectors/ITSMFT/ITS/tracking/include/ITStracking/ClusterLines.h" + } + }, + { + "node": { + "path": "Detectors/ITSMFT/ITS/tracking/include/ITStracking/Definitions.h" + } + }, + { + "node": { + "path": "Detectors/ITSMFT/ITS/tracking/include/ITStracking/StandaloneDebugger.h" + } + }, + { + "node": { + "path": "Detectors/ITSMFT/ITS/tracking/include/ITStracking/Tracklet.h" + } + }, + { + "node": { + "path": "Detectors/ITSMFT/ITS/tracking/include/ITStracking/VertexerTraits.h" } }, { "node": { - "path": "Framework/Core/include/Framework/DataTypes.h" + "path": "Detectors/ITSMFT/ITS/tracking/src/VertexerTraits.cxx" } } ] @@ -79,718 +74,513 @@ }, { "node": { - "state": "OPEN", + "state": "CLOSED", "mergedAt": null, - "title": "PWGHF : Cleaning selectors", - "number": 5361, + "title": "Apply clang-format on all C++ in O2.", + "number": 5384, "author": { - "login": "nzardosh" + "login": "vkucera" }, "files": { "edges": [ { "node": { - "path": "Analysis/DataModel/include/AnalysisDataModel/HFCandidateSelectionTables.h" + "path": "Detectors/TPC/reconstruction/include/TPCReconstruction/ClustererTask.h" } }, { "node": { - "path": "Analysis/DataModel/include/AnalysisDataModel/HFSecondaryVertex.h" + "path": "Detectors/TPC/reconstruction/include/TPCReconstruction/HardwareClusterDecoder.h" } }, { "node": { - "path": "Analysis/Tasks/PWGHF/CMakeLists.txt" + "path": "Detectors/TPC/reconstruction/include/TPCReconstruction/TPCFastTransformHelperO2.h" } }, { "node": { - "path": "Analysis/Tasks/PWGHF/HFCandidateSelectorD0ToPiK.cxx" + "path": "Detectors/TPC/reconstruction/src/TPCReconstructionLinkDef.h" } }, { "node": { - "path": "Analysis/Tasks/PWGHF/HFCandidateSelectorJpsiToEE.cxx" + "path": "Detectors/TPC/simulation/include/TPCSimulation/CommonMode.h" } }, { "node": { - "path": "Analysis/Tasks/PWGHF/HFCandidateSelectorLcToPKPi.cxx" + "path": "Detectors/TPC/simulation/include/TPCSimulation/SAMPAProcessing.h" } }, { "node": { - "path": "Analysis/Tasks/PWGHF/HFTrackIndexSkimsCreator.cxx" + "path": "Detectors/TPC/simulation/src/TPCSimulationLinkDef.h" } }, { "node": { - "path": "Analysis/Tasks/PWGHF/HFTrackQualitySelector.cxx" + "path": "Detectors/TPC/spacecharge/src/TPCSpacechargeLinkDef.h" } }, { "node": { - "path": "Analysis/Tasks/PWGHF/taskD0.cxx" + "path": "Detectors/TPC/workflow/src/RecoWorkflow.cxx" } }, { "node": { - "path": "Analysis/Tasks/PWGHF/taskJpsi.cxx" + "path": "Detectors/TPC/workflow/src/ZSSpec.cxx" } }, { "node": { - "path": "Analysis/Tasks/PWGHF/taskLc.cxx" + "path": "Detectors/TRD/base/include/TRDBase/CalDet.h" } }, { "node": { - "path": "Analysis/Tasks/PWGJE/jetfinderhf.cxx" + "path": "Detectors/TRD/base/include/TRDBase/CalPad.h" } - } - ] - } - } - }, - { - "node": { - "state": "OPEN", - "mergedAt": null, - "title": "Add option to not save unassigned tracks in AOD converter", - "number": 5362, - "author": { - "login": "ddobrigk" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Detectors/AOD/include/AODProducerWorkflow/AODProducerWorkflowSpec.h" + "path": "Detectors/TRD/base/include/TRDBase/FeeParam.h" } }, { "node": { - "path": "Detectors/AOD/src/AODProducerWorkflowSpec.cxx" + "path": "Detectors/TRD/base/include/TRDBase/PadCalibrations.h" } - } - ] - } - } - }, - { - "node": { - "state": "CLOSED", - "mergedAt": null, - "title": "PWGHF: Fix PDG code of pion in D0 selector", - "number": 5363, - "author": { - "login": "fcatalan92" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Analysis/Tasks/PWGHF/HFD0CandidateSelector.cxx" + "path": "Detectors/TRD/base/include/TRDBase/PadResponse.h" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-02T22:34:32Z", - "title": "Templatize PrimaryVertexer inputs", - "number": 5364, - "author": { - "login": "shahor02" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Detectors/FIT/FT0/reconstruction/include/FT0Reconstruction/InteractionTag.h" + "path": "Detectors/TRD/base/include/TRDBase/Tracklet.h" } }, { "node": { - "path": "Detectors/GlobalTracking/src/MatchTPCITS.cxx" + "path": "Detectors/TRD/base/src/TRDBaseLinkDef.h" } }, { "node": { - "path": "Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/PrimaryVertexingSpec.h" + "path": "Detectors/TRD/simulation/include/TRDSimulation/Digitizer.h" } }, { "node": { - "path": "Detectors/GlobalTrackingWorkflow/src/PrimaryVertexingSpec.cxx" + "path": "Detectors/TRD/simulation/include/TRDSimulation/Trap2CRU.h" } }, { "node": { - "path": "Detectors/Vertexing/include/DetectorsVertexing/PVertexer.h" + "path": "Detectors/TRD/simulation/include/TRDSimulation/TrapSimulator.h" } }, { "node": { - "path": "Detectors/Vertexing/include/DetectorsVertexing/PVertexerParams.h" + "path": "Detectors/TRD/simulation/src/Digitizer.cxx" } }, { "node": { - "path": "Detectors/Vertexing/src/PVertexer.cxx" + "path": "Detectors/TRD/simulation/src/TRDSimulationLinkDef.h" } - } - ] - } - } - }, - { - "node": { - "state": "CLOSED", - "mergedAt": null, - "title": "[WIP][GPU] Port DCAFitterN on GPU", - "number": 5365, - "author": { - "login": "mconcas" - }, - "files": { - "edges": [ + }, { "node": { - "path": "CMakeLists.txt" + "path": "Detectors/TRD/workflow/include/TRDWorkflow/TRDTrapSimulatorSpec.h" } }, { "node": { - "path": "Common/MathUtils/include/MathUtils/CartesianGPU.h" + "path": "Detectors/TRD/workflow/src/TRDWorkflowLinkDef.h" } }, { "node": { - "path": "Common/MathUtils/include/MathUtils/Utils.h" + "path": "Detectors/Upgrades/ALICE3/TRK/simulation/src/TRKSimulationLinkDef.h" } }, { "node": { - "path": "Detectors/CMakeLists.txt" + "path": "Detectors/Upgrades/IT3/simulation/src/ITS3SimulationLinkDef.h" } }, { "node": { - "path": "Detectors/ITSMFT/ITS/tracking/cuda/include/ITStrackingCUDA/ClusterLinesGPU.h" + "path": "Detectors/Vertexing/include/DetectorsVertexing/PVertexer.h" } }, { "node": { - "path": "Detectors/Vertexing/CMakeLists.txt" + "path": "Detectors/Vertexing/include/DetectorsVertexing/PVertexerParams.h" } }, { "node": { - "path": "Detectors/Vertexing/gpu/CMakeLists.txt" + "path": "Detectors/Vertexing/src/DetectorsVertexingLinkDef.h" } }, { "node": { - "path": "Detectors/Vertexing/gpu/cuda/CMakeLists.txt" + "path": "Detectors/Vertexing/src/PVertexer.cxx" } }, { "node": { - "path": "Detectors/Vertexing/gpu/cuda/include/DetectorsVertexingCUDA/SVertexer.h" + "path": "Detectors/Vertexing/src/VertexTrackMatcher.cxx" } }, { "node": { - "path": "Detectors/Vertexing/gpu/cuda/src/SVertexer.cu" + "path": "Detectors/ZDC/simulation/include/ZDCSimulation/ZDCSimParam.h" } }, { "node": { - "path": "Detectors/Vertexing/gpu/hip/CMakeLists.txt" + "path": "Detectors/ZDC/simulation/src/Detector.cxx" } }, { "node": { - "path": "Detectors/Vertexing/gpu/hip/include/DetectorsVertexingHIP/SVertexer.h" + "path": "Detectors/ZDC/simulation/src/ZDCSimulationLinkDef.h" } }, { "node": { - "path": "Detectors/Vertexing/gpu/hip/src/SVertexer.hip.cxx" + "path": "Detectors/gconfig/src/GConfLinkDef.h" } }, { "node": { - "path": "Detectors/Vertexing/include/DetectorsVertexing/DCAFitterN.h" + "path": "EventVisualisation/Base/include/EventVisualisationBase/ConfigurationManager.h" } }, { "node": { - "path": "Detectors/Vertexing/include/DetectorsVertexing/HelixHelper.h" + "path": "EventVisualisation/Base/src/ConfigurationManager.cxx" } }, { "node": { - "path": "Detectors/Vertexing/include/DetectorsVertexing/SMatrixGPU.h" + "path": "EventVisualisation/View/src/EventManagerFrame.cxx" } }, { "node": { - "path": "Detectors/Vertexing/macros/CMakeLists.txt" + "path": "Framework/Core/include/Framework/AODReaderHelpers.h" } }, { "node": { - "path": "Detectors/Vertexing/macros/runSVertexer.C" + "path": "Framework/Core/include/Framework/CallbackRegistry.h" } }, { "node": { - "path": "GPU/Common/GPUCommonArray.h" + "path": "Framework/Core/include/Framework/ExternalFairMQDeviceProxy.h" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-03T14:02:46Z", - "title": "Fixes in MCCompLabel, cleanup of redundant labels in matching", - "number": 5366, - "author": { - "login": "shahor02" - }, - "files": { - "edges": [ + }, { "node": { - "path": "DataFormats/simulation/include/SimulationDataFormat/MCCompLabel.h" + "path": "Framework/Core/include/Framework/InputSpec.h" } }, { "node": { - "path": "DataFormats/simulation/src/MCCompLabel.cxx" + "path": "Framework/Core/include/Framework/MessageContext.h" } }, { "node": { - "path": "DataFormats/simulation/test/testMCCompLabel.cxx" + "path": "Framework/Core/include/Framework/VariantJSONHelpers.h" } }, { "node": { - "path": "Detectors/GlobalTracking/include/GlobalTracking/MatchTOF.h" + "path": "Framework/Core/src/AODReaderHelpers.cxx" } }, { "node": { - "path": "Detectors/GlobalTracking/include/GlobalTracking/MatchTPCITS.h" + "path": "Framework/Core/src/AnalysisDataModelHelpers.cxx" } }, { "node": { - "path": "Detectors/GlobalTracking/src/MatchTOF.cxx" + "path": "Framework/Core/src/DPLMonitoringBackend.cxx" } }, { "node": { - "path": "Detectors/GlobalTracking/src/MatchTPCITS.cxx" + "path": "Framework/Core/src/DataProcessingDevice.cxx" } }, { "node": { - "path": "Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/TrackTPCITSReaderSpec.h" + "path": "Framework/Core/src/ResourcesMonitoringHelper.h" } }, { "node": { - "path": "Detectors/GlobalTrackingWorkflow/src/TPCITSMatchingSpec.cxx" + "path": "Framework/Core/src/runDataProcessing.cxx" } }, { "node": { - "path": "Detectors/GlobalTrackingWorkflow/src/TrackTPCITSReaderSpec.cxx" + "path": "Framework/Core/test/FrameworkCoreTestLinkDef.h" } }, { "node": { - "path": "Detectors/GlobalTrackingWorkflow/src/TrackWriterTPCITSSpec.cxx" + "path": "Framework/Core/test/test_DeviceSpecHelpers.cxx" } }, { "node": { - "path": "Detectors/GlobalTrackingWorkflow/tofworkflow/include/TOFWorkflow/TOFMatchedReaderSpec.h" + "path": "Framework/Foundation/include/Framework/StructToTuple.h" } }, { "node": { - "path": "Detectors/GlobalTrackingWorkflow/tofworkflow/src/RecoWorkflowSpec.cxx" + "path": "Framework/GUISupport/src/FrameworkGUIDevicesGraph.cxx" } }, { "node": { - "path": "Detectors/GlobalTrackingWorkflow/tofworkflow/src/RecoWorkflowWithTPCSpec.cxx" + "path": "GPU/Common/GPUCommonDefAPI.h" } }, { "node": { - "path": "Detectors/GlobalTrackingWorkflow/tofworkflow/src/TOFMatchedReaderSpec.cxx" + "path": "GPU/Common/GPUCommonMath.h" } }, { "node": { - "path": "Detectors/GlobalTrackingWorkflow/tofworkflow/src/TOFMatchedWriterSpec.cxx" + "path": "GPU/GPUTracking/Base/GPUReconstruction.h" } }, { "node": { - "path": "Detectors/ITSMFT/ITS/macros/test/CheckClusterShape.C" + "path": "GPU/GPUTracking/Base/GPUReconstructionConvert.cxx" } }, { "node": { - "path": "Detectors/ITSMFT/ITS/tracking/src/Tracker.cxx" + "path": "GPU/GPUTracking/DataCompression/GPUTPCCompressionKernels.cxx" } }, { "node": { - "path": "macro/CheckDigits_mft.C" + "path": "GPU/GPUTracking/DataCompression/GPUTPCCompressionTrackModel.h" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-03T13:12:45Z", - "title": "Dump stacktrace on timeout", - "number": 5367, - "author": { - "login": "ktf" - }, - "files": { - "edges": [ + }, { "node": { - "path": "tests/tests-wrapper.sh.in" + "path": "GPU/GPUTracking/DataTypes/GPURawData.h" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-03T12:41:08Z", - "title": "Splitting IO and wait time in metrics", - "number": 5368, - "author": { - "login": "jgrosseo" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Framework/AnalysisSupport/src/AODJAlienReaderHelpers.cxx" + "path": "GPU/GPUTracking/GPUTrackingLinkDef_O2.h" } }, { "node": { - "path": "Framework/AnalysisSupport/src/AODJAlienReaderHelpers.h" + "path": "GPU/GPUTracking/Global/GPUChainTracking.h" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-03T18:09:38Z", - "title": "Disallow non fatal tests", - "number": 5369, - "author": { - "login": "ktf" - }, - "files": { - "edges": [ + }, { "node": { - "path": ".cmake-format.py" + "path": "GPU/GPUTracking/Interface/GPUO2InterfaceConfiguration.h" } }, { "node": { - "path": "cmake/O2AddTest.cmake" + "path": "GPU/GPUTracking/Merger/GPUTPCGMMerger.h" } }, { "node": { - "path": "cmake/O2AddTestRootMacro.cmake" + "path": "GPU/GPUTracking/Refit/GPUTrackingRefit.cxx" } }, { "node": { - "path": "cmake/O2AddTestWrapper.cmake" + "path": "GPU/GPUTracking/SliceTracker/GPUTPCNeighboursFinder.h" } }, { "node": { - "path": "tests/tests-wrapper.sh.in" + "path": "GPU/GPUTracking/SliceTracker/GPUTPCRow.h" } - } - ] - } - } - }, - { - "node": { - "state": "CLOSED", - "mergedAt": null, - "title": "Improve driver client", - "number": 5370, - "author": { - "login": "ktf" - }, - "files": { - "edges": [ + }, { "node": { - "path": ".cmake-format.py" + "path": "GPU/GPUTracking/SliceTracker/GPUTPCTrack.h" } }, { "node": { - "path": "Framework/Core/CMakeLists.txt" + "path": "GPU/GPUTracking/SliceTracker/GPUTPCTracker.h" } }, { "node": { - "path": "Framework/Core/include/Framework/DriverClient.h" + "path": "GPU/GPUTracking/TPCClusterFinder/GPUTPCCFDecodeZS.cxx" } }, { "node": { - "path": "Framework/Core/src/TextDriverClient.cxx" + "path": "GPU/GPUTracking/TPCClusterFinder/TPCPadGainCalib.h" } }, { "node": { - "path": "Framework/Core/src/TextDriverClient.h" + "path": "GPU/GPUTracking/TRDTracking/GPUTRDTracker.cxx" } }, { "node": { - "path": "cmake/O2AddTest.cmake" + "path": "GPU/GPUTracking/TRDTracking/GPUTRDTracker.h" } }, { "node": { - "path": "cmake/O2AddTestRootMacro.cmake" + "path": "GPU/GPUTracking/TRDTracking/GPUTRDTrackerComponent.h" } }, { "node": { - "path": "cmake/O2AddTestWrapper.cmake" + "path": "GPU/GPUTracking/TRDTracking/GPUTRDTrackletReaderComponent.cxx" } }, { "node": { - "path": "tests/tests-wrapper.sh.in" + "path": "GPU/GPUTracking/TRDTracking/macros/checkDbgOutput.C" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-03T13:49:09Z", - "title": "DPL: send error count in a delayed manner", - "number": 5371, - "author": { - "login": "ktf" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Framework/Core/include/Framework/DataProcessingDevice.h" + "path": "GPU/GPUTracking/TRDTracking/macros/run_trd_tracker.C" } }, { "node": { - "path": "Framework/Core/include/Framework/DataProcessingStats.h" + "path": "GPU/GPUTracking/dEdx/GPUdEdx.cxx" } }, { "node": { - "path": "Framework/Core/src/CommonServices.cxx" + "path": "GPU/TPCFastTransformation/TPCFastTransformationLinkDef_O2.h" } }, { "node": { - "path": "Framework/Core/src/DataProcessingDevice.cxx" + "path": "Generators/src/Generator.cxx" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-03T16:09:54Z", - "title": "DPL: lower severity for debug message", - "number": 5372, - "author": { - "login": "ktf" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Framework/Core/src/ControlServiceHelpers.cxx" + "path": "Generators/src/GeneratorsLinkDef.h" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-03T17:40:33Z", - "title": "DPL: enable exception / segmentation fault backtrace by default", - "number": 5373, - "author": { - "login": "ktf" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Framework/Core/src/DeviceSpecHelpers.cxx" + "path": "Generators/src/Trigger.cxx" } }, { "node": { - "path": "Framework/Core/test/test_FrameworkDataFlowToDDS.cxx" + "path": "Steer/DigitizerWorkflow/src/HMPIDDigitizerSpec.cxx" } }, { "node": { - "path": "Framework/Foundation/CMakeLists.txt" + "path": "Steer/DigitizerWorkflow/src/SimReaderSpec.h" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-03T22:33:08Z", - "title": "A couple of fixes / improvements around TPC / GPU / Standalone QA", - "number": 5374, - "author": { - "login": "davidrohr" - }, - "files": { - "edges": [ + }, { "node": { - "path": "GPU/GPUTracking/Base/GPUReconstruction.h" + "path": "Steer/include/Steer/HitProcessingManager.h" } }, { "node": { - "path": "GPU/GPUTracking/Benchmark/CMakeLists.txt" + "path": "Steer/include/Steer/InteractionSampler.h" } }, { "node": { - "path": "GPU/GPUTracking/Benchmark/standalone.cxx" + "path": "Steer/include/Steer/MCKinematicsReader.h" + } + }, + { + "node": { + "path": "Utilities/Mergers/include/Mergers/MergerConfig.h" } }, { "node": { - "path": "GPU/GPUTracking/CMakeLists.txt" + "path": "Utilities/O2MessageMonitor/src/runO2MessageMonitor.cxx" } }, { "node": { - "path": "GPU/GPUTracking/Global/GPUChain.h" + "path": "Utilities/Publishers/src/DataPublisherDevice.cxx" } }, { "node": { - "path": "GPU/GPUTracking/Global/GPUChainTracking.cxx" + "path": "Utilities/aliceHLTwrapper/macros/hltConfigurations.C_backup" } }, { "node": { - "path": "GPU/GPUTracking/Global/GPUChainTrackingClusterizer.cxx" + "path": "Utilities/aliceHLTwrapper/macros/overlayClusters.C_backup" } }, { "node": { - "path": "GPU/GPUTracking/Global/GPUChainTrackingIO.cxx" + "path": "Utilities/aliceHLTwrapper/macros/runHLT.C_backup" } }, { "node": { - "path": "GPU/GPUTracking/Global/GPUChainTrackingMerger.cxx" + "path": "Utilities/aliceHLTwrapper/src/Component.cxx" } }, { "node": { - "path": "GPU/GPUTracking/Interface/GPUO2Interface.cxx" + "path": "Utilities/aliceHLTwrapper/src/EventSampler.cxx" } }, { "node": { - "path": "GPU/GPUTracking/Standalone/Benchmark" + "path": "Utilities/rANS/include/rANS/FrequencyTable.h" } }, { "node": { - "path": "GPU/GPUTracking/qa/GPUQA.cxx" + "path": "macro/run_clus_itsSA.C" } }, { "node": { - "path": "GPU/GPUTracking/qa/GPUQA.h" + "path": "run/O2HitMerger.h" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-03T22:37:26Z", - "title": "Digits labels should be read via ConstMCTruthContainer", - "number": 5375, - "author": { - "login": "shahor02" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Detectors/ITSMFT/ITS/macros/test/CheckDigits.C" + "path": "run/O2PrimaryServerDevice.h" } } ] @@ -800,27 +590,27 @@ { "node": { "state": "MERGED", - "mergedAt": "2021-02-03T21:20:05Z", - "title": "Fix: ensure exact target X assignment in track propagation", - "number": 5376, + "mergedAt": "2021-02-05T18:31:29Z", + "title": "example macro for Milestone Week 2 - CCDB test", + "number": 5385, "author": { - "login": "shahor02" + "login": "chiarazampolli" }, "files": { "edges": [ { "node": { - "path": "DataFormats/Reconstruction/src/TrackParametrization.cxx" + "path": "Detectors/Calibration/CMakeLists.txt" } }, { "node": { - "path": "DataFormats/Reconstruction/src/TrackParametrizationWithError.cxx" + "path": "Detectors/Calibration/testMacros/populateCCDB.C" } }, { "node": { - "path": "Detectors/Base/src/Propagator.cxx" + "path": "Detectors/Calibration/testMacros/populateCCDB.cxx" } } ] @@ -830,32 +620,27 @@ { "node": { "state": "MERGED", - "mergedAt": "2021-02-11T09:55:21Z", - "title": "TRD: Add Configurable TRDSimParams (O2-1807)", - "number": 5377, + "mergedAt": "2021-02-08T08:44:45Z", + "title": "Fix conversion from string to seconds", + "number": 5386, "author": { - "login": "jolopezl" + "login": "chiarazampolli" }, "files": { "edges": [ { "node": { - "path": "Detectors/TRD/simulation/README.md" - } - }, - { - "node": { - "path": "Detectors/TRD/simulation/include/TRDSimulation/Detector.h" + "path": "Detectors/DCS/src/DataPointGenerator.cxx" } }, { "node": { - "path": "Detectors/TRD/simulation/include/TRDSimulation/TRDSimParams.h" + "path": "Detectors/DCS/testWorkflow/src/DCSRandomDataGeneratorSpec.cxx" } }, { "node": { - "path": "Detectors/TRD/simulation/src/Detector.cxx" + "path": "Detectors/TOF/calibration/testWorkflow/README.md" } } ] @@ -865,57 +650,62 @@ { "node": { "state": "MERGED", - "mergedAt": "2021-02-04T14:04:00Z", - "title": "Fix: further cleanup of redundant labels", - "number": 5378, + "mergedAt": "2021-02-05T08:28:50Z", + "title": "DPL: improve reliability of --driver-client-backend ws://", + "number": 5387, "author": { - "login": "shahor02" + "login": "ktf" }, "files": { "edges": [ { "node": { - "path": "DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/NameConf.h" + "path": "Framework/Core/src/ControlService.cxx" } }, { "node": { - "path": "Detectors/AOD/src/AODProducerWorkflowSpec.cxx" + "path": "Framework/Core/src/ControlServiceHelpers.cxx" } }, { "node": { - "path": "Detectors/GlobalTracking/src/MatchTPCITS.cxx" + "path": "Framework/Core/src/DPLWebSocket.cxx" } }, { "node": { - "path": "Detectors/GlobalTrackingWorkflow/src/PrimaryVertexingSpec.cxx" + "path": "Framework/Core/src/DPLWebSocket.h" } }, { "node": { - "path": "Detectors/GlobalTrackingWorkflow/tofworkflow/src/RecoWorkflowWithTPCSpec.cxx" + "path": "Framework/Core/src/HTTPParser.cxx" } }, { "node": { - "path": "Detectors/GlobalTrackingWorkflow/tpcinterpolationworkflow/src/TPCInterpolationSpec.cxx" + "path": "Framework/Core/src/HTTPParser.h" } }, { "node": { - "path": "Detectors/TRD/workflow/src/TRDGlobalTrackingSpec.cxx" + "path": "Framework/Core/src/WSDriverClient.cxx" } }, { "node": { - "path": "Detectors/Vertexing/include/DetectorsVertexing/PVertexer.h" + "path": "Framework/Core/src/WSDriverClient.h" } }, { "node": { - "path": "Detectors/Vertexing/src/PVertexer.cxx" + "path": "Framework/Core/src/runDataProcessing.cxx" + } + }, + { + "node": { + "path": "Framework/Core/test/test_HTTPParser.cxx" } } ] @@ -924,28 +714,18 @@ }, { "node": { - "state": "MERGED", - "mergedAt": "2021-02-04T12:30:12Z", - "title": "GPU: Leave tracks where they are if they cannot be transported to the reference X", - "number": 5379, + "state": "CLOSED", + "mergedAt": null, + "title": "DDbar devel (new branch)", + "number": 5388, "author": { - "login": "davidrohr" + "login": "fcolamar" }, "files": { "edges": [ { "node": { - "path": "GPU/GPUTracking/Merger/GPUTPCGMTrackParam.cxx" - } - }, - { - "node": { - "path": "GPU/GPUTracking/Merger/GPUTPCGMTrackParam.h" - } - }, - { - "node": { - "path": "GPU/GPUTracking/qa/GPUQA.cxx" + "path": "Analysis/Tasks/PWGHF/taskD0.cxx" } } ] @@ -955,37 +735,52 @@ { "node": { "state": "MERGED", - "mergedAt": "2021-02-04T13:42:31Z", - "title": "CCDB log improvement + DPL summary of most severe error", - "number": 5380, + "mergedAt": "2021-02-05T14:21:22Z", + "title": "DPL: do not open a websocket for devices", + "number": 5389, "author": { - "login": "jgrosseo" + "login": "ktf" }, "files": { "edges": [ { "node": { - "path": "CCDB/src/CcdbApi.cxx" + "path": "Framework/Core/src/runDataProcessing.cxx" } - }, + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-08T08:51:25Z", + "title": "DPL: fix for sending configuration with spaces", + "number": 5390, + "author": { + "login": "aalkin" + }, + "files": { + "edges": [ { "node": { - "path": "Framework/Core/include/Framework/DeviceInfo.h" + "path": "Analysis/Tutorials/src/configurableObjects.cxx" } }, { "node": { - "path": "Framework/Core/include/Framework/LogParsingHelpers.h" + "path": "Framework/Core/src/DataProcessingDevice.cxx" } }, { "node": { - "path": "Framework/Core/src/LogParsingHelpers.cxx" + "path": "Framework/Core/src/DeviceConfigInfo.cxx" } }, { "node": { - "path": "Framework/Core/src/runDataProcessing.cxx" + "path": "Framework/Core/test/test_DeviceConfigInfo.cxx" } } ] @@ -994,18 +789,18 @@ }, { "node": { - "state": "MERGED", - "mergedAt": "2021-02-04T14:04:59Z", - "title": "Little fix in CheckClusters.C needed after the changes intoduced in PR #4777", - "number": 5381, + "state": "CLOSED", + "mergedAt": null, + "title": "jobutils: detect [ERROR] directly - disable shm-cleanup", + "number": 5391, "author": { - "login": "iouribelikov" + "login": "sawenzel" }, "files": { "edges": [ { "node": { - "path": "Detectors/ITSMFT/ITS/macros/test/CheckClusters.C" + "path": "Utilities/Tools/jobutils.sh" } } ] @@ -1014,88 +809,87 @@ }, { "node": { - "state": "MERGED", - "mergedAt": "2021-02-04T14:42:32Z", - "title": "MFT: fix after the changes intoduced in PR #4777", - "number": 5382, + "state": "CLOSED", + "mergedAt": null, + "title": "DPL: allow parallel WS backed drivers", + "number": 5392, "author": { - "login": "bovulpes" + "login": "ktf" }, "files": { - "edges": [ - { - "node": { - "path": "Detectors/ITSMFT/MFT/tracking/src/IOUtils.cxx" - } - } - ] + "edges": [] } } }, { "node": { "state": "MERGED", - "mergedAt": "2021-02-06T10:57:27Z", - "title": "[ITS vertexer] Fix compilation with ITS debug", - "number": 5383, + "mergedAt": "2021-02-10T22:06:11Z", + "title": "PWGHF: Change the eta cut with the Y cut in the tasks", + "number": 5393, "author": { - "login": "mconcas" + "login": "DelloStritto" }, "files": { "edges": [ { "node": { - "path": "DataFormats/common/include/CommonDataFormat/RangeReference.h" - } - }, - { - "node": { - "path": "Detectors/ITSMFT/ITS/tracking/cuda/include/ITStrackingCUDA/DeviceStoreVertexerGPU.h" - } - }, - { - "node": { - "path": "Detectors/ITSMFT/ITS/tracking/cuda/src/VertexerTraitsGPU.cu" + "path": "Analysis/Tasks/PWGHF/taskD0.cxx" } }, { "node": { - "path": "Detectors/ITSMFT/ITS/tracking/hip/include/ITStrackingHIP/DeviceStoreVertexerHIP.h" + "path": "Analysis/Tasks/PWGHF/taskLc.cxx" } - }, + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-12T08:31:24Z", + "title": "[MCH] Introduce DCS processor", + "number": 5394, + "author": { + "login": "aphecetche" + }, + "files": { + "edges": [ { "node": { - "path": "Detectors/ITSMFT/ITS/tracking/hip/src/VertexerTraitsHIP.hip.cxx" + "path": "Detectors/DCS/src/DetectorsDCSLinkDef.h" } }, { "node": { - "path": "Detectors/ITSMFT/ITS/tracking/include/ITStracking/ClusterLines.h" + "path": "Detectors/DCS/testWorkflow/src/DCSRandomDataGeneratorSpec.cxx" } }, { "node": { - "path": "Detectors/ITSMFT/ITS/tracking/include/ITStracking/Definitions.h" + "path": "Detectors/MUON/MCH/Conditions/CMakeLists.txt" } }, { "node": { - "path": "Detectors/ITSMFT/ITS/tracking/include/ITStracking/StandaloneDebugger.h" + "path": "Detectors/MUON/MCH/Conditions/README.md" } }, { "node": { - "path": "Detectors/ITSMFT/ITS/tracking/include/ITStracking/Tracklet.h" + "path": "Detectors/MUON/MCH/Conditions/src/dcs-check-ccdb.cxx" } }, { "node": { - "path": "Detectors/ITSMFT/ITS/tracking/include/ITStracking/VertexerTraits.h" + "path": "Detectors/MUON/MCH/Conditions/workflow/dcs-processor-workflow.cxx" } }, { "node": { - "path": "Detectors/ITSMFT/ITS/tracking/src/VertexerTraits.cxx" + "path": "Detectors/MUON/MCH/Conditions/workflow/dcs-sim-workflow.cxx" } } ] @@ -1104,513 +898,728 @@ }, { "node": { - "state": "CLOSED", - "mergedAt": null, - "title": "Apply clang-format on all C++ in O2.", - "number": 5384, + "state": "MERGED", + "mergedAt": "2021-02-06T09:02:33Z", + "title": "DPL: allow parallel WS backed drivers", + "number": 5395, "author": { - "login": "vkucera" + "login": "ktf" }, "files": { "edges": [ { "node": { - "path": "Detectors/TPC/reconstruction/include/TPCReconstruction/ClustererTask.h" - } - }, - { - "node": { - "path": "Detectors/TPC/reconstruction/include/TPCReconstruction/HardwareClusterDecoder.h" - } - }, - { - "node": { - "path": "Detectors/TPC/reconstruction/include/TPCReconstruction/TPCFastTransformHelperO2.h" + "path": "Framework/Core/src/DeviceSpecHelpers.cxx" } }, { "node": { - "path": "Detectors/TPC/reconstruction/src/TPCReconstructionLinkDef.h" + "path": "Framework/Core/src/DeviceSpecHelpers.h" } }, { "node": { - "path": "Detectors/TPC/simulation/include/TPCSimulation/CommonMode.h" + "path": "Framework/Core/src/runDataProcessing.cxx" } }, { "node": { - "path": "Detectors/TPC/simulation/include/TPCSimulation/SAMPAProcessing.h" + "path": "Framework/Core/test/test_DeviceSpecHelpers.cxx" } }, { "node": { - "path": "Detectors/TPC/simulation/src/TPCSimulationLinkDef.h" + "path": "Framework/Core/test/test_FrameworkDataFlowToDDS.cxx" } - }, + } + ] + } + } + }, + { + "node": { + "state": "CLOSED", + "mergedAt": null, + "title": "Developments for pedestal calibration in DPL", + "number": 5396, + "author": { + "login": "wiechula" + }, + "files": { + "edges": [ { "node": { - "path": "Detectors/TPC/spacecharge/src/TPCSpacechargeLinkDef.h" + "path": "DataFormats/Detectors/TPC/include/DataFormatsTPC/ZeroSuppressionLinkBased.h" } }, { "node": { - "path": "Detectors/TPC/workflow/src/RecoWorkflow.cxx" + "path": "Detectors/TPC/base/src/TPCBaseLinkDef.h" } }, { "node": { - "path": "Detectors/TPC/workflow/src/ZSSpec.cxx" + "path": "Detectors/TPC/calibration/include/TPCCalibration/CalibPedestal.h" } }, { "node": { - "path": "Detectors/TRD/base/include/TRDBase/CalDet.h" + "path": "Detectors/TPC/calibration/include/TPCCalibration/CalibPedestalParam.h" } }, { "node": { - "path": "Detectors/TRD/base/include/TRDBase/CalPad.h" + "path": "Detectors/TPC/calibration/include/TPCCalibration/CalibRawBase.h" } }, { "node": { - "path": "Detectors/TRD/base/include/TRDBase/FeeParam.h" + "path": "Detectors/TPC/calibration/macro/drawPulser.C" } }, { "node": { - "path": "Detectors/TRD/base/include/TRDBase/PadCalibrations.h" + "path": "Detectors/TPC/calibration/macro/runPedestal.sh" } }, { "node": { - "path": "Detectors/TRD/base/include/TRDBase/PadResponse.h" + "path": "Detectors/TPC/calibration/macro/runPulser.C" } }, { "node": { - "path": "Detectors/TRD/base/include/TRDBase/Tracklet.h" + "path": "Detectors/TPC/workflow/CMakeLists.txt" } }, { "node": { - "path": "Detectors/TRD/base/src/TRDBaseLinkDef.h" + "path": "Detectors/TPC/workflow/README.md" } }, { "node": { - "path": "Detectors/TRD/simulation/include/TRDSimulation/Digitizer.h" + "path": "Detectors/TPC/workflow/include/TPCWorkflow/CalDetMergerPublisherSpec.h" } }, { "node": { - "path": "Detectors/TRD/simulation/include/TRDSimulation/Trap2CRU.h" + "path": "Detectors/TPC/workflow/include/TPCWorkflow/CalibProcessingHelper.h" } }, { "node": { - "path": "Detectors/TRD/simulation/include/TRDSimulation/TrapSimulator.h" + "path": "Detectors/TPC/workflow/include/TPCWorkflow/TPCCalibPedestalSpec.h" } }, { "node": { - "path": "Detectors/TRD/simulation/src/Digitizer.cxx" + "path": "Detectors/TPC/workflow/src/CalDetMergerPublisherSpec.cxx" } }, { "node": { - "path": "Detectors/TRD/simulation/src/TRDSimulationLinkDef.h" + "path": "Detectors/TPC/workflow/src/CalibProcessingHelper.cxx" } }, { "node": { - "path": "Detectors/TRD/workflow/include/TRDWorkflow/TRDTrapSimulatorSpec.h" + "path": "Detectors/TPC/workflow/src/tpc-calib-pedestal.cxx" } - }, + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-06T10:57:03Z", + "title": "fix: missing reset in its CompressedClusters", + "number": 5397, + "author": { + "login": "shahor02" + }, + "files": { + "edges": [ { "node": { - "path": "Detectors/TRD/workflow/src/TRDWorkflowLinkDef.h" + "path": "DataFormats/Detectors/ITSMFT/common/src/CTF.cxx" } - }, + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-06T13:35:29Z", + "title": "Some improvements for running the full system test in the CI (and the first test for the full-system-test-CI)", + "number": 5398, + "author": { + "login": "davidrohr" + }, + "files": { + "edges": [ { "node": { - "path": "Detectors/Upgrades/ALICE3/TRK/simulation/src/TRKSimulationLinkDef.h" + "path": "Utilities/Tools/jobutils.sh" } }, { "node": { - "path": "Detectors/Upgrades/IT3/simulation/src/ITS3SimulationLinkDef.h" + "path": "prodtests/full-system-test/setenv.sh" } - }, + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-07T12:35:15Z", + "title": "[O2-1896] Exclude related macros from checklist when not building upgrades", + "number": 5399, + "author": { + "login": "aphecetche" + }, + "files": { + "edges": [ { "node": { - "path": "Detectors/Vertexing/include/DetectorsVertexing/PVertexer.h" + "path": "cmake/O2RootMacroExclusionList.cmake" } - }, + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-10T08:02:07Z", + "title": "GPU: Track cut during output on primary leg hits, if secondary legs a…", + "number": 5400, + "author": { + "login": "davidrohr" + }, + "files": { + "edges": [ { "node": { - "path": "Detectors/Vertexing/include/DetectorsVertexing/PVertexerParams.h" + "path": "GPU/GPUTracking/Merger/GPUTPCGMO2Output.cxx" } }, { "node": { - "path": "Detectors/Vertexing/src/DetectorsVertexingLinkDef.h" + "path": "GPU/GPUTracking/Merger/GPUTPCGMTrackParam.cxx" } - }, + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-07T09:35:41Z", + "title": "TPCClusterFinder: Fix how to determine if a sector is empty.", + "number": 5401, + "author": { + "login": "fweig" + }, + "files": { + "edges": [ { "node": { - "path": "Detectors/Vertexing/src/PVertexer.cxx" + "path": "GPU/GPUTracking/Global/GPUChainTrackingClusterizer.cxx" } - }, + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-09T13:03:27Z", + "title": "Add FDD to QED, Extend QED Y range to FDD, auto.calculation of xQED/xPbPb in full system test", + "number": 5402, + "author": { + "login": "shahor02" + }, + "files": { + "edges": [ { "node": { - "path": "Detectors/Vertexing/src/VertexTrackMatcher.cxx" + "path": "prodtests/full_system_test.sh" } - }, - { - "node": { - "path": "Detectors/ZDC/simulation/include/ZDCSimulation/ZDCSimParam.h" - } - }, + } + ] + } + } + }, + { + "node": { + "state": "CLOSED", + "mergedAt": null, + "title": "add (DCA,Pt,Mass) histogram to result", + "number": 5403, + "author": { + "login": "aimeric-landou" + }, + "files": { + "edges": [ { "node": { - "path": "Detectors/ZDC/simulation/src/Detector.cxx" + "path": "Analysis/Tasks/PWGLF/lambdakzeroanalysis.cxx" } - }, + } + ] + } + } + }, + { + "node": { + "state": "CLOSED", + "mergedAt": null, + "title": "add (DCA,Pt,Mass) histogram to result", + "number": 5404, + "author": { + "login": "aimeric-landou" + }, + "files": { + "edges": [ { "node": { - "path": "Detectors/ZDC/simulation/src/ZDCSimulationLinkDef.h" + "path": "Analysis/Tasks/PWGLF/lambdakzeroanalysis.cxx" } }, { "node": { - "path": "Detectors/gconfig/src/GConfLinkDef.h" + "path": "Analysis/Tasks/PWGLF/lambdakzerobuilder.cxx" } }, { "node": { - "path": "EventVisualisation/Base/include/EventVisualisationBase/ConfigurationManager.h" + "path": "Analysis/Tasks/PWGLF/lambdakzerofinder.cxx" } - }, + } + ] + } + } + }, + { + "node": { + "state": "OPEN", + "mergedAt": null, + "title": "More metrics cleanups", + "number": 5405, + "author": { + "login": "ktf" + }, + "files": { + "edges": [ { "node": { - "path": "EventVisualisation/Base/src/ConfigurationManager.cxx" + "path": "Framework/Core/include/Framework/DataProcessingStats.h" } }, { "node": { - "path": "EventVisualisation/View/src/EventManagerFrame.cxx" + "path": "Framework/Core/src/CommonServices.cxx" } }, { "node": { - "path": "Framework/Core/include/Framework/AODReaderHelpers.h" + "path": "Framework/Core/src/DataProcessingDevice.cxx" } - }, + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-09T16:34:25Z", + "title": "Executable to retrieve the CCDB entries for the Milestone Week 2", + "number": 5406, + "author": { + "login": "chiarazampolli" + }, + "files": { + "edges": [ { "node": { - "path": "Framework/Core/include/Framework/CallbackRegistry.h" + "path": "Detectors/Calibration/CMakeLists.txt" } }, { "node": { - "path": "Framework/Core/include/Framework/ExternalFairMQDeviceProxy.h" + "path": "Detectors/Calibration/testMacros/CMakeLists.txt" } }, { "node": { - "path": "Framework/Core/include/Framework/InputSpec.h" + "path": "Detectors/Calibration/testMacros/cdbSizeV0.txt" } }, { "node": { - "path": "Framework/Core/include/Framework/MessageContext.h" + "path": "Detectors/Calibration/testMacros/populateCCDB.cxx" } }, { "node": { - "path": "Framework/Core/include/Framework/VariantJSONHelpers.h" + "path": "Detectors/Calibration/testMacros/retrieveFromCCDB.C" } }, { "node": { - "path": "Framework/Core/src/AODReaderHelpers.cxx" + "path": "Detectors/Calibration/testMacros/retrieveFromCCDB.cxx" } }, { "node": { - "path": "Framework/Core/src/AnalysisDataModelHelpers.cxx" + "path": "Detectors/TOF/calibration/macros/CMakeLists.txt" } }, { "node": { - "path": "Framework/Core/src/DPLMonitoringBackend.cxx" + "path": "Detectors/TOF/calibration/macros/makeCCDBEntryForDCS.C" } - }, + } + ] + } + } + }, + { + "node": { + "state": "CLOSED", + "mergedAt": null, + "title": "modify (pre)clustering workflows to process several ROF per TF", + "number": 5407, + "author": { + "login": "pillot" + }, + "files": { + "edges": [ { "node": { - "path": "Framework/Core/src/DataProcessingDevice.cxx" + "path": "Detectors/MUON/MCH/Base/include/MCHBase/ClusterBlock.h" } }, { "node": { - "path": "Framework/Core/src/ResourcesMonitoringHelper.h" + "path": "Detectors/MUON/MCH/Base/include/MCHBase/PreCluster.h" } }, { "node": { - "path": "Framework/Core/src/runDataProcessing.cxx" + "path": "Detectors/MUON/MCH/PreClustering/src/PreClusterFinder.cxx" } }, { "node": { - "path": "Framework/Core/test/FrameworkCoreTestLinkDef.h" + "path": "Detectors/MUON/MCH/Workflow/CMakeLists.txt" } }, { "node": { - "path": "Framework/Core/test/test_DeviceSpecHelpers.cxx" + "path": "Detectors/MUON/MCH/Workflow/README.md" } }, { "node": { - "path": "Framework/Foundation/include/Framework/StructToTuple.h" + "path": "Detectors/MUON/MCH/Workflow/src/ClusterFinderOriginalSpec.cxx" } }, { "node": { - "path": "Framework/GUISupport/src/FrameworkGUIDevicesGraph.cxx" + "path": "Detectors/MUON/MCH/Workflow/src/ClusterSinkSpec.cxx" } }, { "node": { - "path": "GPU/Common/GPUCommonDefAPI.h" + "path": "Detectors/MUON/MCH/Workflow/src/DigitSamplerSpec.cxx" } }, { "node": { - "path": "GPU/Common/GPUCommonMath.h" + "path": "Detectors/MUON/MCH/Workflow/src/PreClusterFinderSpec.cxx" } }, { "node": { - "path": "GPU/GPUTracking/Base/GPUReconstruction.h" + "path": "Detectors/MUON/MCH/Workflow/src/PreClusterSinkSpec.cxx" } }, { "node": { - "path": "GPU/GPUTracking/Base/GPUReconstructionConvert.cxx" + "path": "Detectors/MUON/MCH/Workflow/src/digits-reader-workflow.cxx" } }, { "node": { - "path": "GPU/GPUTracking/DataCompression/GPUTPCCompressionKernels.cxx" + "path": "Detectors/MUON/MCH/Workflow/src/preclusters-sink-workflow.cxx" } - }, + } + ] + } + } + }, + { + "node": { + "state": "OPEN", + "mergedAt": null, + "title": "PWGHF: Use labeled array for configurable cuts in D0 selector", + "number": 5408, + "author": { + "login": "aalkin" + }, + "files": { + "edges": [ { "node": { - "path": "GPU/GPUTracking/DataCompression/GPUTPCCompressionTrackModel.h" + "path": "Analysis/Core/include/AnalysisCore/HFSelectorCuts.h" } }, { "node": { - "path": "GPU/GPUTracking/DataTypes/GPURawData.h" + "path": "Analysis/Tasks/PWGHF/HFD0CandidateSelector.cxx" } }, { "node": { - "path": "GPU/GPUTracking/GPUTrackingLinkDef_O2.h" + "path": "Framework/Core/include/Framework/Array2D.h" } - }, + } + ] + } + } + }, + { + "node": { + "state": "OPEN", + "mergedAt": null, + "title": "Add untested X task", + "number": 5409, + "author": { + "login": "ginnocen" + }, + "files": { + "edges": [ { "node": { - "path": "GPU/GPUTracking/Global/GPUChainTracking.h" + "path": "Analysis/Tasks/PWGHF/CMakeLists.txt" } }, { "node": { - "path": "GPU/GPUTracking/Interface/GPUO2InterfaceConfiguration.h" + "path": "Analysis/Tasks/PWGHF/taskX.cxx" } - }, + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-11T00:06:03Z", + "title": "Fixes for TOF CTF creation", + "number": 5410, + "author": { + "login": "noferini" + }, + "files": { + "edges": [ { "node": { - "path": "GPU/GPUTracking/Merger/GPUTPCGMMerger.h" + "path": "DataFormats/Detectors/TOF/include/DataFormatsTOF/CTF.h" } }, { "node": { - "path": "GPU/GPUTracking/Refit/GPUTrackingRefit.cxx" + "path": "Detectors/CTF/test/test_ctf_io_tof.cxx" } }, { "node": { - "path": "GPU/GPUTracking/SliceTracker/GPUTPCNeighboursFinder.h" + "path": "Detectors/TOF/base/CMakeLists.txt" } }, { "node": { - "path": "GPU/GPUTracking/SliceTracker/GPUTPCRow.h" + "path": "Detectors/TOF/base/include/TOFBase/WindowFiller.h" } }, { "node": { - "path": "GPU/GPUTracking/SliceTracker/GPUTPCTrack.h" + "path": "Detectors/TOF/base/src/WindowFiller.cxx" } }, { "node": { - "path": "GPU/GPUTracking/SliceTracker/GPUTPCTracker.h" + "path": "Detectors/TOF/calibration/src/TOFFEElightConfig.cxx" } }, { "node": { - "path": "GPU/GPUTracking/TPCClusterFinder/GPUTPCCFDecodeZS.cxx" + "path": "Detectors/TOF/reconstruction/include/TOFReconstruction/CTFCoder.h" } }, { "node": { - "path": "GPU/GPUTracking/TPCClusterFinder/TPCPadGainCalib.h" + "path": "Detectors/TOF/reconstruction/src/CTFCoder.cxx" } }, { "node": { - "path": "GPU/GPUTracking/TRDTracking/GPUTRDTracker.cxx" + "path": "Detectors/TOF/workflow/include/TOFWorkflowUtils/CompressedDecodingTask.h" } }, { "node": { - "path": "GPU/GPUTracking/TRDTracking/GPUTRDTracker.h" + "path": "Detectors/TOF/workflow/include/TOFWorkflowUtils/DigitReaderSpec.h" } }, { "node": { - "path": "GPU/GPUTracking/TRDTracking/GPUTRDTrackerComponent.h" + "path": "Detectors/TOF/workflow/include/TOFWorkflowUtils/TOFDigitWriterSplitterSpec.h" } }, { "node": { - "path": "GPU/GPUTracking/TRDTracking/GPUTRDTrackletReaderComponent.cxx" + "path": "Detectors/TOF/workflow/src/CompressedDecodingTask.cxx" } }, { "node": { - "path": "GPU/GPUTracking/TRDTracking/macros/checkDbgOutput.C" + "path": "Detectors/TOF/workflow/src/EntropyEncoderSpec.cxx" } }, { "node": { - "path": "GPU/GPUTracking/TRDTracking/macros/run_trd_tracker.C" + "path": "Detectors/TOF/workflow/src/TOFDigitWriterSpec.cxx" } - }, + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-08T19:59:43Z", + "title": "Developments for pedestal calibration in DPL + misc", + "number": 5411, + "author": { + "login": "wiechula" + }, + "files": { + "edges": [ { "node": { - "path": "GPU/GPUTracking/dEdx/GPUdEdx.cxx" + "path": "DataFormats/Detectors/TPC/include/DataFormatsTPC/ZeroSuppressionLinkBased.h" } }, { "node": { - "path": "GPU/TPCFastTransformation/TPCFastTransformationLinkDef_O2.h" + "path": "Detectors/TPC/base/include/TPCBase/Painter.h" } }, { "node": { - "path": "Generators/src/Generator.cxx" + "path": "Detectors/TPC/base/src/Painter.cxx" } }, { "node": { - "path": "Generators/src/GeneratorsLinkDef.h" + "path": "Detectors/TPC/base/src/TPCBaseLinkDef.h" } }, { "node": { - "path": "Generators/src/Trigger.cxx" + "path": "Detectors/TPC/calibration/include/TPCCalibration/CalibPedestal.h" } }, { "node": { - "path": "Steer/DigitizerWorkflow/src/HMPIDDigitizerSpec.cxx" - } - }, - { - "node": { - "path": "Steer/DigitizerWorkflow/src/SimReaderSpec.h" - } - }, - { - "node": { - "path": "Steer/include/Steer/HitProcessingManager.h" + "path": "Detectors/TPC/calibration/include/TPCCalibration/CalibPedestalParam.h" } }, { "node": { - "path": "Steer/include/Steer/InteractionSampler.h" + "path": "Detectors/TPC/calibration/include/TPCCalibration/CalibRawBase.h" } }, { "node": { - "path": "Steer/include/Steer/MCKinematicsReader.h" + "path": "Detectors/TPC/calibration/macro/drawPulser.C" } }, { "node": { - "path": "Utilities/Mergers/include/Mergers/MergerConfig.h" + "path": "Detectors/TPC/calibration/macro/runPedestal.sh" } }, { "node": { - "path": "Utilities/O2MessageMonitor/src/runO2MessageMonitor.cxx" + "path": "Detectors/TPC/calibration/macro/runPulser.C" } }, { "node": { - "path": "Utilities/Publishers/src/DataPublisherDevice.cxx" + "path": "Detectors/TPC/reconstruction/include/TPCReconstruction/RawReaderCRU.h" } }, { "node": { - "path": "Utilities/aliceHLTwrapper/macros/hltConfigurations.C_backup" + "path": "Detectors/TPC/reconstruction/src/RawReaderCRU.cxx" } }, { "node": { - "path": "Utilities/aliceHLTwrapper/macros/overlayClusters.C_backup" + "path": "Detectors/TPC/workflow/CMakeLists.txt" } }, { "node": { - "path": "Utilities/aliceHLTwrapper/macros/runHLT.C_backup" + "path": "Detectors/TPC/workflow/README.md" } }, { "node": { - "path": "Utilities/aliceHLTwrapper/src/Component.cxx" + "path": "Detectors/TPC/workflow/include/TPCWorkflow/CalDetMergerPublisherSpec.h" } }, { "node": { - "path": "Utilities/aliceHLTwrapper/src/EventSampler.cxx" + "path": "Detectors/TPC/workflow/include/TPCWorkflow/CalibProcessingHelper.h" } }, { "node": { - "path": "Utilities/rANS/include/rANS/FrequencyTable.h" + "path": "Detectors/TPC/workflow/include/TPCWorkflow/TPCCalibPedestalSpec.h" } }, { "node": { - "path": "macro/run_clus_itsSA.C" + "path": "Detectors/TPC/workflow/src/CalDetMergerPublisherSpec.cxx" } }, { "node": { - "path": "run/O2HitMerger.h" + "path": "Detectors/TPC/workflow/src/CalibProcessingHelper.cxx" } }, { "node": { - "path": "run/O2PrimaryServerDevice.h" + "path": "Detectors/TPC/workflow/src/tpc-calib-pedestal.cxx" } } ] @@ -1620,27 +1629,27 @@ { "node": { "state": "MERGED", - "mergedAt": "2021-02-05T18:31:29Z", - "title": "example macro for Milestone Week 2 - CCDB test", - "number": 5385, + "mergedAt": "2021-02-08T23:24:39Z", + "title": "DPL: handle splitted websocket header", + "number": 5412, "author": { - "login": "chiarazampolli" + "login": "ktf" }, "files": { "edges": [ { "node": { - "path": "Detectors/Calibration/CMakeLists.txt" + "path": "Framework/Core/src/HTTPParser.cxx" } }, { "node": { - "path": "Detectors/Calibration/testMacros/populateCCDB.C" + "path": "Framework/Core/src/HTTPParser.h" } }, { "node": { - "path": "Detectors/Calibration/testMacros/populateCCDB.cxx" + "path": "Framework/Core/test/test_HTTPParser.cxx" } } ] @@ -1649,28 +1658,23 @@ }, { "node": { - "state": "MERGED", - "mergedAt": "2021-02-08T08:44:45Z", - "title": "Fix conversion from string to seconds", - "number": 5386, + "state": "OPEN", + "mergedAt": null, + "title": "DPL: add wildcards when creating matchers via DataDescriptorQueryBuilder::parse", + "number": 5413, "author": { - "login": "chiarazampolli" + "login": "ktf" }, "files": { "edges": [ { "node": { - "path": "Detectors/DCS/src/DataPointGenerator.cxx" - } - }, - { - "node": { - "path": "Detectors/DCS/testWorkflow/src/DCSRandomDataGeneratorSpec.cxx" + "path": "Framework/Core/src/DataDescriptorQueryBuilder.cxx" } }, { "node": { - "path": "Detectors/TOF/calibration/testWorkflow/README.md" + "path": "Framework/Core/test/test_DataDescriptorMatcher.cxx" } } ] @@ -1680,62 +1684,17 @@ { "node": { "state": "MERGED", - "mergedAt": "2021-02-05T08:28:50Z", - "title": "DPL: improve reliability of --driver-client-backend ws://", - "number": 5387, + "mergedAt": "2021-02-10T09:31:31Z", + "title": "Changed log message from WARNING to DEBUG.", + "number": 5414, "author": { - "login": "ktf" + "login": "pbuehler" }, "files": { "edges": [ { "node": { - "path": "Framework/Core/src/ControlService.cxx" - } - }, - { - "node": { - "path": "Framework/Core/src/ControlServiceHelpers.cxx" - } - }, - { - "node": { - "path": "Framework/Core/src/DPLWebSocket.cxx" - } - }, - { - "node": { - "path": "Framework/Core/src/DPLWebSocket.h" - } - }, - { - "node": { - "path": "Framework/Core/src/HTTPParser.cxx" - } - }, - { - "node": { - "path": "Framework/Core/src/HTTPParser.h" - } - }, - { - "node": { - "path": "Framework/Core/src/WSDriverClient.cxx" - } - }, - { - "node": { - "path": "Framework/Core/src/WSDriverClient.h" - } - }, - { - "node": { - "path": "Framework/Core/src/runDataProcessing.cxx" - } - }, - { - "node": { - "path": "Framework/Core/test/test_HTTPParser.cxx" + "path": "Framework/Core/src/CommonDataProcessors.cxx" } } ] @@ -1744,18 +1703,18 @@ }, { "node": { - "state": "CLOSED", - "mergedAt": null, - "title": "DDbar devel (new branch)", - "number": 5388, + "state": "MERGED", + "mergedAt": "2021-02-09T09:02:13Z", + "title": "Update CODEOWNERS", + "number": 5415, "author": { - "login": "fcolamar" + "login": "mconcas" }, "files": { "edges": [ { "node": { - "path": "Analysis/Tasks/PWGHF/taskD0.cxx" + "path": "CODEOWNERS" } } ] @@ -1765,17 +1724,17 @@ { "node": { "state": "MERGED", - "mergedAt": "2021-02-05T14:21:22Z", - "title": "DPL: do not open a websocket for devices", - "number": 5389, + "mergedAt": "2021-02-11T15:55:53Z", + "title": "[Alice 3] Update TRK readme", + "number": 5416, "author": { - "login": "ktf" + "login": "mconcas" }, "files": { "edges": [ { "node": { - "path": "Framework/Core/src/runDataProcessing.cxx" + "path": "Detectors/Upgrades/ALICE3/TRK/README.md" } } ] @@ -1785,9 +1744,9 @@ { "node": { "state": "MERGED", - "mergedAt": "2021-02-08T08:51:25Z", - "title": "DPL: fix for sending configuration with spaces", - "number": 5390, + "mergedAt": "2021-02-11T12:39:17Z", + "title": "DPL: unify JSON representation of arrays in Variant", + "number": 5417, "author": { "login": "aalkin" }, @@ -1795,22 +1754,12 @@ "edges": [ { "node": { - "path": "Analysis/Tutorials/src/configurableObjects.cxx" - } - }, - { - "node": { - "path": "Framework/Core/src/DataProcessingDevice.cxx" - } - }, - { - "node": { - "path": "Framework/Core/src/DeviceConfigInfo.cxx" + "path": "Framework/Core/include/Framework/VariantPropertyTreeHelpers.h" } }, { "node": { - "path": "Framework/Core/test/test_DeviceConfigInfo.cxx" + "path": "Framework/Core/src/PropertyTreeHelpers.cxx" } } ] @@ -1819,57 +1768,38 @@ }, { "node": { - "state": "CLOSED", - "mergedAt": null, - "title": "jobutils: detect [ERROR] directly - disable shm-cleanup", - "number": 5391, + "state": "MERGED", + "mergedAt": "2021-02-11T11:48:39Z", + "title": "TRD trigger records for raw data input and trigger record bug fix", + "number": 5418, "author": { - "login": "sawenzel" + "login": "jbarrella" }, "files": { "edges": [ { "node": { - "path": "Utilities/Tools/jobutils.sh" + "path": "Detectors/TRD/macros/convertRun2ToRun3Digits.C" } } ] } } }, - { - "node": { - "state": "CLOSED", - "mergedAt": null, - "title": "DPL: allow parallel WS backed drivers", - "number": 5392, - "author": { - "login": "ktf" - }, - "files": { - "edges": [] - } - } - }, { "node": { "state": "MERGED", - "mergedAt": "2021-02-10T22:06:11Z", - "title": "PWGHF: Change the eta cut with the Y cut in the tasks", - "number": 5393, + "mergedAt": "2021-02-09T13:33:08Z", + "title": "[TPC] fix check for number of provided canvases", + "number": 5419, "author": { - "login": "DelloStritto" + "login": "wiechula" }, "files": { "edges": [ { "node": { - "path": "Analysis/Tasks/PWGHF/taskD0.cxx" - } - }, - { - "node": { - "path": "Analysis/Tasks/PWGHF/taskLc.cxx" + "path": "Detectors/TPC/base/src/Painter.cxx" } } ] @@ -1879,47 +1809,32 @@ { "node": { "state": "MERGED", - "mergedAt": "2021-02-12T08:31:24Z", - "title": "[MCH] Introduce DCS processor", - "number": 5394, + "mergedAt": "2021-02-11T12:38:31Z", + "title": "Apply git clang-format to Analysis.", + "number": 5420, "author": { - "login": "aphecetche" + "login": "vkucera" }, "files": { "edges": [ { "node": { - "path": "Detectors/DCS/src/DetectorsDCSLinkDef.h" - } - }, - { - "node": { - "path": "Detectors/DCS/testWorkflow/src/DCSRandomDataGeneratorSpec.cxx" - } - }, - { - "node": { - "path": "Detectors/MUON/MCH/Conditions/CMakeLists.txt" - } - }, - { - "node": { - "path": "Detectors/MUON/MCH/Conditions/README.md" + "path": "Analysis/DataModel/include/AnalysisDataModel/HFSecondaryVertex.h" } }, { "node": { - "path": "Detectors/MUON/MCH/Conditions/src/dcs-check-ccdb.cxx" + "path": "Analysis/Tasks/PWGDQ/tableMaker.cxx" } }, { "node": { - "path": "Detectors/MUON/MCH/Conditions/workflow/dcs-processor-workflow.cxx" + "path": "Analysis/Tasks/PWGDQ/tableReader.cxx" } }, { "node": { - "path": "Detectors/MUON/MCH/Conditions/workflow/dcs-sim-workflow.cxx" + "path": "Analysis/Tutorials/src/dynamicColumns.cxx" } } ] @@ -1929,37 +1844,77 @@ { "node": { "state": "MERGED", - "mergedAt": "2021-02-06T09:02:33Z", - "title": "DPL: allow parallel WS backed drivers", - "number": 5395, + "mergedAt": "2021-02-11T12:37:47Z", + "title": "add (DCA,Pt,Mass) histogram to analyser - switch to histogram registry", + "number": 5421, "author": { - "login": "ktf" + "login": "aimeric-landou" }, "files": { "edges": [ { "node": { - "path": "Framework/Core/src/DeviceSpecHelpers.cxx" + "path": "Analysis/Tasks/PWGLF/lambdakzeroanalysis.cxx" } }, { "node": { - "path": "Framework/Core/src/DeviceSpecHelpers.h" + "path": "Analysis/Tasks/PWGLF/lambdakzerobuilder.cxx" } }, { "node": { - "path": "Framework/Core/src/runDataProcessing.cxx" + "path": "Analysis/Tasks/PWGLF/lambdakzerofinder.cxx" + } + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-10T07:43:29Z", + "title": "jobutils/taskwrapper: use fairmq-shmmonitor", + "number": 5422, + "author": { + "login": "sawenzel" + }, + "files": { + "edges": [ + { + "node": { + "path": "Utilities/Tools/jobutils.sh" + } + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-10T07:39:57Z", + "title": "Monitoring usage cleanup in DPL", + "number": 5423, + "author": { + "login": "ktf" + }, + "files": { + "edges": [ + { + "node": { + "path": "Framework/Core/include/Framework/DataProcessingStats.h" } }, { "node": { - "path": "Framework/Core/test/test_DeviceSpecHelpers.cxx" + "path": "Framework/Core/src/CommonServices.cxx" } }, { "node": { - "path": "Framework/Core/test/test_FrameworkDataFlowToDDS.cxx" + "path": "Framework/Core/src/DataProcessingDevice.cxx" } } ] @@ -1968,93 +1923,93 @@ }, { "node": { - "state": "CLOSED", - "mergedAt": null, - "title": "Developments for pedestal calibration in DPL", - "number": 5396, + "state": "MERGED", + "mergedAt": "2021-02-11T09:43:36Z", + "title": "[O2-2018] Changes to allow usage of either v2 or v3 of Microsoft GSL.", + "number": 5424, "author": { - "login": "wiechula" + "login": "aphecetche" }, "files": { "edges": [ { "node": { - "path": "DataFormats/Detectors/TPC/include/DataFormatsTPC/ZeroSuppressionLinkBased.h" + "path": "DataFormats/Detectors/TPC/include/DataFormatsTPC/ClusterNativeHelper.h" } }, { "node": { - "path": "Detectors/TPC/base/src/TPCBaseLinkDef.h" + "path": "DataFormats/Detectors/TPC/src/CompressedClusters.cxx" } }, { "node": { - "path": "Detectors/TPC/calibration/include/TPCCalibration/CalibPedestal.h" + "path": "DataFormats/simulation/include/SimulationDataFormat/ConstMCTruthContainer.h" } }, { "node": { - "path": "Detectors/TPC/calibration/include/TPCCalibration/CalibPedestalParam.h" + "path": "DataFormats/simulation/include/SimulationDataFormat/MCTruthContainer.h" } }, { "node": { - "path": "Detectors/TPC/calibration/include/TPCCalibration/CalibRawBase.h" + "path": "Detectors/FIT/FT0/reconstruction/src/ReadRaw.cxx" } }, { "node": { - "path": "Detectors/TPC/calibration/macro/drawPulser.C" + "path": "Detectors/FIT/FV0/simulation/src/Digitizer.cxx" } }, { "node": { - "path": "Detectors/TPC/calibration/macro/runPedestal.sh" + "path": "Detectors/GlobalTracking/include/GlobalTracking/MatchTOF.h" } }, { "node": { - "path": "Detectors/TPC/calibration/macro/runPulser.C" + "path": "Detectors/MUON/MCH/Simulation/src/Digitizer.cxx" } }, { "node": { - "path": "Detectors/TPC/workflow/CMakeLists.txt" + "path": "Detectors/MUON/MID/Simulation/test/testSimulation.cxx" } }, { "node": { - "path": "Detectors/TPC/workflow/README.md" + "path": "Detectors/TRD/workflow/src/TRDGlobalTrackingSpec.cxx" } }, { "node": { - "path": "Detectors/TPC/workflow/include/TPCWorkflow/CalDetMergerPublisherSpec.h" + "path": "EventVisualisation/Detectors/src/DataInterpreterITS.cxx" } }, { "node": { - "path": "Detectors/TPC/workflow/include/TPCWorkflow/CalibProcessingHelper.h" + "path": "Framework/Core/include/Framework/TMessageSerializer.h" } }, { "node": { - "path": "Detectors/TPC/workflow/include/TPCWorkflow/TPCCalibPedestalSpec.h" + "path": "Framework/TestWorkflows/src/o2DummyWorkflow.cxx" } }, { "node": { - "path": "Detectors/TPC/workflow/src/CalDetMergerPublisherSpec.cxx" + "path": "GPU/GPUTracking/Interface/GPUO2InterfaceConfiguration.h" } }, { "node": { - "path": "Detectors/TPC/workflow/src/CalibProcessingHelper.cxx" + "path": "Utilities/O2Device/include/O2Device/Utilities.h" } }, { "node": { - "path": "Detectors/TPC/workflow/src/tpc-calib-pedestal.cxx" + "path": "dependencies/Findms_gsl.cmake" } } ] @@ -2064,107 +2019,47 @@ { "node": { "state": "MERGED", - "mergedAt": "2021-02-06T10:57:03Z", - "title": "fix: missing reset in its CompressedClusters", - "number": 5397, + "mergedAt": "2021-02-11T09:34:38Z", + "title": "GPU: Add SMatrixGPU and Fwd decls", + "number": 5425, "author": { - "login": "shahor02" + "login": "mconcas" }, "files": { "edges": [ { "node": { - "path": "DataFormats/Detectors/ITSMFT/common/src/CTF.cxx" + "path": "Common/MathUtils/CMakeLists.txt" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-06T13:35:29Z", - "title": "Some improvements for running the full system test in the CI (and the first test for the full-system-test-CI)", - "number": 5398, - "author": { - "login": "davidrohr" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Utilities/Tools/jobutils.sh" + "path": "Common/MathUtils/include/MathUtils/Cartesian.h" } }, { "node": { - "path": "prodtests/full-system-test/setenv.sh" + "path": "Common/MathUtils/include/MathUtils/SMatrixGPU.h" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-07T12:35:15Z", - "title": "[O2-1896] Exclude related macros from checklist when not building upgrades", - "number": 5399, - "author": { - "login": "aphecetche" - }, - "files": { - "edges": [ + }, { "node": { - "path": "cmake/O2RootMacroExclusionList.cmake" + "path": "Detectors/Vertexing/include/DetectorsVertexing/DCAFitterN.h" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-10T08:02:07Z", - "title": "GPU: Track cut during output on primary leg hits, if secondary legs a…", - "number": 5400, - "author": { - "login": "davidrohr" - }, - "files": { - "edges": [ + }, { "node": { - "path": "GPU/GPUTracking/Merger/GPUTPCGMO2Output.cxx" + "path": "GPU/Common/CMakeLists.txt" } }, { "node": { - "path": "GPU/GPUTracking/Merger/GPUTPCGMTrackParam.cxx" + "path": "GPU/Common/GPUCommonArray.h" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-07T09:35:41Z", - "title": "TPCClusterFinder: Fix how to determine if a sector is empty.", - "number": 5401, - "author": { - "login": "fweig" - }, - "files": { - "edges": [ + }, { "node": { - "path": "GPU/GPUTracking/Global/GPUChainTrackingClusterizer.cxx" + "path": "GPU/Common/GPUROOTSMatrixFwd.h" } } ] @@ -2174,37 +2069,27 @@ { "node": { "state": "MERGED", - "mergedAt": "2021-02-09T13:03:27Z", - "title": "Add FDD to QED, Extend QED Y range to FDD, auto.calculation of xQED/xPbPb in full system test", - "number": 5402, + "mergedAt": "2021-02-09T22:37:19Z", + "title": "[EMCAL-614] Fixing the pileup simulation", + "number": 5426, "author": { - "login": "shahor02" + "login": "hahassan7" }, "files": { "edges": [ { "node": { - "path": "prodtests/full_system_test.sh" + "path": "Detectors/EMCAL/simulation/include/EMCALSimulation/Digitizer.h" } - } - ] - } - } - }, - { - "node": { - "state": "CLOSED", - "mergedAt": null, - "title": "add (DCA,Pt,Mass) histogram to result", - "number": 5403, - "author": { - "login": "aimeric-landou" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Analysis/Tasks/PWGLF/lambdakzeroanalysis.cxx" + "path": "Detectors/EMCAL/simulation/src/Digitizer.cxx" + } + }, + { + "node": { + "path": "Steer/DigitizerWorkflow/src/EMCALDigitizerSpec.cxx" } } ] @@ -2213,183 +2098,108 @@ }, { "node": { - "state": "CLOSED", - "mergedAt": null, - "title": "add (DCA,Pt,Mass) histogram to result", - "number": 5404, + "state": "MERGED", + "mergedAt": "2021-02-10T08:01:11Z", + "title": "Apply git clang-format to GPU.", + "number": 5427, "author": { - "login": "aimeric-landou" + "login": "vkucera" }, "files": { "edges": [ { "node": { - "path": "Analysis/Tasks/PWGLF/lambdakzeroanalysis.cxx" + "path": "GPU/Common/GPUCommonDefAPI.h" } }, { "node": { - "path": "Analysis/Tasks/PWGLF/lambdakzerobuilder.cxx" + "path": "GPU/GPUTracking/Base/GPUReconstruction.h" } }, { "node": { - "path": "Analysis/Tasks/PWGLF/lambdakzerofinder.cxx" + "path": "GPU/GPUTracking/DataCompression/GPUTPCCompressionTrackModel.h" } - } - ] - } - } - }, - { - "node": { - "state": "OPEN", - "mergedAt": null, - "title": "More metrics cleanups", - "number": 5405, - "author": { - "login": "ktf" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Framework/Core/include/Framework/DataProcessingStats.h" + "path": "GPU/GPUTracking/Global/GPUChainTracking.h" } }, { "node": { - "path": "Framework/Core/src/CommonServices.cxx" + "path": "GPU/GPUTracking/Interface/GPUO2InterfaceConfiguration.h" } }, { "node": { - "path": "Framework/Core/src/DataProcessingDevice.cxx" - } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-09T16:34:25Z", - "title": "Executable to retrieve the CCDB entries for the Milestone Week 2", - "number": 5406, - "author": { - "login": "chiarazampolli" - }, - "files": { - "edges": [ - { - "node": { - "path": "Detectors/Calibration/CMakeLists.txt" - } - }, - { - "node": { - "path": "Detectors/Calibration/testMacros/CMakeLists.txt" - } - }, - { - "node": { - "path": "Detectors/Calibration/testMacros/cdbSizeV0.txt" - } - }, - { - "node": { - "path": "Detectors/Calibration/testMacros/populateCCDB.cxx" - } - }, - { - "node": { - "path": "Detectors/Calibration/testMacros/retrieveFromCCDB.C" + "path": "GPU/GPUTracking/Merger/GPUTPCGMMerger.h" } }, { "node": { - "path": "Detectors/Calibration/testMacros/retrieveFromCCDB.cxx" + "path": "GPU/GPUTracking/Refit/GPUTrackingRefit.cxx" } }, { "node": { - "path": "Detectors/TOF/calibration/macros/CMakeLists.txt" + "path": "GPU/GPUTracking/SliceTracker/GPUTPCNeighboursFinder.h" } }, { "node": { - "path": "Detectors/TOF/calibration/macros/makeCCDBEntryForDCS.C" - } - } - ] - } - } - }, - { - "node": { - "state": "OPEN", - "mergedAt": null, - "title": "modify (pre)clustering workflows to process several ROF per TF", - "number": 5407, - "author": { - "login": "pillot" - }, - "files": { - "edges": [ - { - "node": { - "path": "Detectors/MUON/MCH/Base/include/MCHBase/ClusterBlock.h" + "path": "GPU/GPUTracking/SliceTracker/GPUTPCRow.h" } }, { "node": { - "path": "Detectors/MUON/MCH/Base/include/MCHBase/PreCluster.h" + "path": "GPU/GPUTracking/SliceTracker/GPUTPCTracker.h" } }, { "node": { - "path": "Detectors/MUON/MCH/PreClustering/src/PreClusterFinder.cxx" + "path": "GPU/GPUTracking/TPCClusterFinder/GPUTPCCFDecodeZS.cxx" } }, { "node": { - "path": "Detectors/MUON/MCH/Workflow/CMakeLists.txt" + "path": "GPU/GPUTracking/TPCClusterFinder/TPCPadGainCalib.h" } }, { "node": { - "path": "Detectors/MUON/MCH/Workflow/src/ClusterFinderOriginalSpec.cxx" + "path": "GPU/GPUTracking/TRDTracking/GPUTRDTracker.cxx" } }, { "node": { - "path": "Detectors/MUON/MCH/Workflow/src/ClusterSinkSpec.cxx" + "path": "GPU/GPUTracking/TRDTracking/GPUTRDTracker.h" } }, { "node": { - "path": "Detectors/MUON/MCH/Workflow/src/DigitSamplerSpec.cxx" + "path": "GPU/GPUTracking/TRDTracking/GPUTRDTrackerComponent.h" } }, { "node": { - "path": "Detectors/MUON/MCH/Workflow/src/PreClusterFinderSpec.cxx" + "path": "GPU/GPUTracking/TRDTracking/GPUTRDTrackletReaderComponent.cxx" } }, { "node": { - "path": "Detectors/MUON/MCH/Workflow/src/PreClusterSinkSpec.cxx" + "path": "GPU/GPUTracking/TRDTracking/macros/checkDbgOutput.C" } }, { "node": { - "path": "Detectors/MUON/MCH/Workflow/src/digits-reader-workflow.cxx" + "path": "GPU/GPUTracking/TRDTracking/macros/run_trd_tracker.C" } }, { "node": { - "path": "Detectors/MUON/MCH/Workflow/src/preclusters-sink-workflow.cxx" + "path": "GPU/GPUTracking/dEdx/GPUdEdx.cxx" } } ] @@ -2398,28 +2208,18 @@ }, { "node": { - "state": "OPEN", - "mergedAt": null, - "title": "PWGHF: Use labeled array for configurable cuts in D0 selector", - "number": 5408, + "state": "MERGED", + "mergedAt": "2021-02-11T10:54:59Z", + "title": "Fix TPC digit reading macro after switch to ConstMCTruthContainer", + "number": 5428, "author": { - "login": "aalkin" + "login": "shahor02" }, "files": { "edges": [ { "node": { - "path": "Analysis/Core/include/AnalysisCore/HFSelectorCuts.h" - } - }, - { - "node": { - "path": "Analysis/Tasks/PWGHF/HFD0CandidateSelector.cxx" - } - }, - { - "node": { - "path": "Framework/Core/include/Framework/Array2D.h" + "path": "Detectors/TPC/simulation/macro/readMCtruth.C" } } ] @@ -2428,23 +2228,28 @@ }, { "node": { - "state": "OPEN", - "mergedAt": null, - "title": "Add untested X task", - "number": 5409, + "state": "MERGED", + "mergedAt": "2021-02-10T12:20:26Z", + "title": "Apply git clang-format to Generators.", + "number": 5429, "author": { - "login": "ginnocen" + "login": "vkucera" }, "files": { "edges": [ { "node": { - "path": "Analysis/Tasks/PWGHF/CMakeLists.txt" + "path": "Generators/src/Generator.cxx" } }, { "node": { - "path": "Analysis/Tasks/PWGHF/taskX.cxx" + "path": "Generators/src/GeneratorsLinkDef.h" + } + }, + { + "node": { + "path": "Generators/src/Trigger.cxx" } } ] @@ -2453,798 +2258,513 @@ }, { "node": { - "state": "MERGED", - "mergedAt": "2021-02-11T00:06:03Z", - "title": "Fixes for TOF CTF creation", - "number": 5410, + "state": "OPEN", + "mergedAt": null, + "title": "Apply git clang-format to Detectors.", + "number": 5430, "author": { - "login": "noferini" + "login": "vkucera" }, "files": { "edges": [ { "node": { - "path": "DataFormats/Detectors/TOF/include/DataFormatsTOF/CTF.h" + "path": "Detectors/DCS/src/DetectorsDCSLinkDef.h" } }, { "node": { - "path": "Detectors/CTF/test/test_ctf_io_tof.cxx" + "path": "Detectors/EMCAL/base/src/EMCALBaseLinkDef.h" } }, { "node": { - "path": "Detectors/TOF/base/CMakeLists.txt" + "path": "Detectors/EMCAL/simulation/include/EMCALSimulation/SimParam.h" } }, { "node": { - "path": "Detectors/TOF/base/include/TOFBase/WindowFiller.h" + "path": "Detectors/EMCAL/simulation/src/EMCALSimulationLinkDef.h" } }, { "node": { - "path": "Detectors/TOF/base/src/WindowFiller.cxx" + "path": "Detectors/FIT/FT0/base/include/FT0Base/Geometry.h" } }, { "node": { - "path": "Detectors/TOF/calibration/src/TOFFEElightConfig.cxx" + "path": "Detectors/FIT/FT0/simulation/include/FT0Simulation/DigitizationParameters.h" } }, { "node": { - "path": "Detectors/TOF/reconstruction/include/TOFReconstruction/CTFCoder.h" + "path": "Detectors/FIT/FV0/base/include/FV0Base/Geometry.h" } }, { "node": { - "path": "Detectors/TOF/reconstruction/src/CTFCoder.cxx" + "path": "Detectors/FIT/FV0/simulation/include/FV0Simulation/Digitizer.h" } }, { "node": { - "path": "Detectors/TOF/workflow/include/TOFWorkflowUtils/CompressedDecodingTask.h" + "path": "Detectors/FIT/FV0/simulation/include/FV0Simulation/FV0DigParam.h" } }, { "node": { - "path": "Detectors/TOF/workflow/include/TOFWorkflowUtils/DigitReaderSpec.h" + "path": "Detectors/FIT/common/simulation/include/FITSimulation/DigitizationParameters.h" } }, { "node": { - "path": "Detectors/TOF/workflow/include/TOFWorkflowUtils/TOFDigitWriterSplitterSpec.h" + "path": "Detectors/GlobalTracking/include/GlobalTracking/MatchTOF.h" } }, { "node": { - "path": "Detectors/TOF/workflow/src/CompressedDecodingTask.cxx" + "path": "Detectors/GlobalTracking/include/GlobalTracking/MatchTPCITS.h" } }, { "node": { - "path": "Detectors/TOF/workflow/src/EntropyEncoderSpec.cxx" + "path": "Detectors/GlobalTracking/include/GlobalTracking/MatchTPCITSParams.h" } }, { "node": { - "path": "Detectors/TOF/workflow/src/TOFDigitWriterSpec.cxx" + "path": "Detectors/GlobalTracking/src/MatchTOF.cxx" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-08T19:59:43Z", - "title": "Developments for pedestal calibration in DPL + misc", - "number": 5411, - "author": { - "login": "wiechula" - }, - "files": { - "edges": [ + }, { "node": { - "path": "DataFormats/Detectors/TPC/include/DataFormatsTPC/ZeroSuppressionLinkBased.h" + "path": "Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/PrimaryVertexingSpec.h" } }, { "node": { - "path": "Detectors/TPC/base/include/TPCBase/Painter.h" + "path": "Detectors/GlobalTrackingWorkflow/tpcinterpolationworkflow/include/TPCInterpolationWorkflow/TPCInterpolationSpec.h" } }, { "node": { - "path": "Detectors/TPC/base/src/Painter.cxx" + "path": "Detectors/ITSMFT/ITS/macros/test/CheckLUtime.C" } }, { "node": { - "path": "Detectors/TPC/base/src/TPCBaseLinkDef.h" + "path": "Detectors/ITSMFT/ITS/macros/test/run_digi2rawVarPage_its.C" } }, { "node": { - "path": "Detectors/TPC/calibration/include/TPCCalibration/CalibPedestal.h" + "path": "Detectors/ITSMFT/ITS/reconstruction/include/ITSReconstruction/ClustererTask.h" } }, { "node": { - "path": "Detectors/TPC/calibration/include/TPCCalibration/CalibPedestalParam.h" + "path": "Detectors/ITSMFT/ITS/reconstruction/src/RecoGeomHelper.cxx" } }, { "node": { - "path": "Detectors/TPC/calibration/include/TPCCalibration/CalibRawBase.h" + "path": "Detectors/ITSMFT/ITS/tracking/cuda/include/ITStrackingCUDA/Utils.h" } }, { "node": { - "path": "Detectors/TPC/calibration/macro/drawPulser.C" + "path": "Detectors/ITSMFT/ITS/tracking/cuda/src/VertexerTraitsGPU.cu" } }, { "node": { - "path": "Detectors/TPC/calibration/macro/runPedestal.sh" + "path": "Detectors/ITSMFT/ITS/tracking/include/ITStracking/IOUtils.h" } }, { "node": { - "path": "Detectors/TPC/calibration/macro/runPulser.C" + "path": "Detectors/ITSMFT/ITS/tracking/include/ITStracking/PrimaryVertexContext.h" } }, { "node": { - "path": "Detectors/TPC/reconstruction/include/TPCReconstruction/RawReaderCRU.h" + "path": "Detectors/ITSMFT/ITS/tracking/src/IOUtils.cxx" } }, { "node": { - "path": "Detectors/TPC/reconstruction/src/RawReaderCRU.cxx" + "path": "Detectors/ITSMFT/ITS/tracking/src/TrackingLinkDef.h" } }, { "node": { - "path": "Detectors/TPC/workflow/CMakeLists.txt" + "path": "Detectors/ITSMFT/common/base/include/ITSMFTBase/DPLAlpideParam.h" } }, { "node": { - "path": "Detectors/TPC/workflow/README.md" + "path": "Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/AlpideCoder.h" } }, { "node": { - "path": "Detectors/TPC/workflow/include/TPCWorkflow/CalDetMergerPublisherSpec.h" + "path": "Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/Clusterer.h" } }, { "node": { - "path": "Detectors/TPC/workflow/include/TPCWorkflow/CalibProcessingHelper.h" + "path": "Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/DigitPixelReader.h" } }, { "node": { - "path": "Detectors/TPC/workflow/include/TPCWorkflow/TPCCalibPedestalSpec.h" + "path": "Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/PayLoadSG.h" } }, { "node": { - "path": "Detectors/TPC/workflow/src/CalDetMergerPublisherSpec.cxx" + "path": "Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/RUDecodeData.h" } }, { "node": { - "path": "Detectors/TPC/workflow/src/CalibProcessingHelper.cxx" + "path": "Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/RawPixelDecoder.h" } }, { "node": { - "path": "Detectors/TPC/workflow/src/tpc-calib-pedestal.cxx" + "path": "Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/RawPixelReader.h" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-08T23:24:39Z", - "title": "DPL: handle splitted websocket header", - "number": 5412, - "author": { - "login": "ktf" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Framework/Core/src/HTTPParser.cxx" + "path": "Detectors/ITSMFT/common/reconstruction/src/ChipMappingITS.cxx" } }, { "node": { - "path": "Framework/Core/src/HTTPParser.h" + "path": "Detectors/ITSMFT/common/simulation/include/ITSMFTSimulation/Digitizer.h" } }, { "node": { - "path": "Framework/Core/test/test_HTTPParser.cxx" + "path": "Detectors/ITSMFT/common/simulation/include/ITSMFTSimulation/MC2RawEncoder.h" } - } - ] - } - } - }, - { - "node": { - "state": "OPEN", - "mergedAt": null, - "title": "DPL: add wildcards when creating matchers via DataDescriptorQueryBuilder::parse", - "number": 5413, - "author": { - "login": "ktf" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Framework/Core/src/DataDescriptorQueryBuilder.cxx" + "path": "Detectors/ITSMFT/common/workflow/include/ITSMFTWorkflow/ClusterReaderSpec.h" } }, { "node": { - "path": "Framework/Core/test/test_DataDescriptorMatcher.cxx" + "path": "Detectors/ITSMFT/common/workflow/src/STFDecoderSpec.cxx" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-10T09:31:31Z", - "title": "Changed log message from WARNING to DEBUG.", - "number": 5414, - "author": { - "login": "pbuehler" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Framework/Core/src/CommonDataProcessors.cxx" + "path": "Detectors/MUON/MCH/Base/src/MCHBaseLinkDef.h" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-09T09:02:13Z", - "title": "Update CODEOWNERS", - "number": 5415, - "author": { - "login": "mconcas" - }, - "files": { - "edges": [ + }, { "node": { - "path": "CODEOWNERS" + "path": "Detectors/MUON/MCH/Simulation/src/Digitizer.cxx" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-11T15:55:53Z", - "title": "[Alice 3] Update TRK readme", - "number": 5416, - "author": { - "login": "mconcas" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Detectors/Upgrades/ALICE3/TRK/README.md" + "path": "Detectors/MUON/MCH/Simulation/src/MCHSimulationLinkDef.h" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-11T12:39:17Z", - "title": "DPL: unify JSON representation of arrays in Variant", - "number": 5417, - "author": { - "login": "aalkin" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Framework/Core/include/Framework/VariantPropertyTreeHelpers.h" + "path": "Detectors/PHOS/calib/PHOSCalibWorkflow/src/PHOSCalibWorkflowLinkDef.h" } }, { "node": { - "path": "Framework/Core/src/PropertyTreeHelpers.cxx" + "path": "Detectors/PHOS/calib/src/PHOSCalibLinkDef.h" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-11T11:48:39Z", - "title": "TRD trigger records for raw data input and trigger record bug fix", - "number": 5418, - "author": { - "login": "jbarrella" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Detectors/TRD/macros/convertRun2ToRun3Digits.C" + "path": "Detectors/Passive/include/DetectorsPassive/HallSimParam.h" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-09T13:33:08Z", - "title": "[TPC] fix check for number of provided canvases", - "number": 5419, - "author": { - "login": "wiechula" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Detectors/TPC/base/src/Painter.cxx" + "path": "Detectors/Passive/include/DetectorsPassive/Magnet.h" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-11T12:38:31Z", - "title": "Apply git clang-format to Analysis.", - "number": 5420, - "author": { - "login": "vkucera" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Analysis/DataModel/include/AnalysisDataModel/HFSecondaryVertex.h" + "path": "Detectors/Passive/include/DetectorsPassive/Pipe.h" } }, { "node": { - "path": "Analysis/Tasks/PWGDQ/tableMaker.cxx" + "path": "Detectors/Passive/src/Hall.cxx" } }, { "node": { - "path": "Analysis/Tasks/PWGDQ/tableReader.cxx" + "path": "Detectors/Passive/src/Pipe.cxx" } }, { "node": { - "path": "Analysis/Tutorials/src/dynamicColumns.cxx" + "path": "Detectors/Raw/include/DetectorsRaw/HBFUtils.h" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-11T12:37:47Z", - "title": "add (DCA,Pt,Mass) histogram to analyser - switch to histogram registry", - "number": 5421, - "author": { - "login": "aimeric-landou" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Analysis/Tasks/PWGLF/lambdakzeroanalysis.cxx" + "path": "Detectors/Raw/include/DetectorsRaw/RDHUtils.h" } }, { "node": { - "path": "Analysis/Tasks/PWGLF/lambdakzerobuilder.cxx" + "path": "Detectors/Raw/include/DetectorsRaw/RawFileReader.h" } }, { "node": { - "path": "Analysis/Tasks/PWGLF/lambdakzerofinder.cxx" + "path": "Detectors/Raw/include/DetectorsRaw/RawFileWriter.h" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-10T07:43:29Z", - "title": "jobutils/taskwrapper: use fairmq-shmmonitor", - "number": 5422, - "author": { - "login": "sawenzel" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Utilities/Tools/jobutils.sh" + "path": "Detectors/Raw/include/DetectorsRaw/SimpleRawReader.h" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-10T07:39:57Z", - "title": "Monitoring usage cleanup in DPL", - "number": 5423, - "author": { - "login": "ktf" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Framework/Core/include/Framework/DataProcessingStats.h" + "path": "Detectors/Raw/src/RawFileReader.cxx" } }, { "node": { - "path": "Framework/Core/src/CommonServices.cxx" + "path": "Detectors/Raw/src/RawFileReaderWorkflow.cxx" } }, { "node": { - "path": "Framework/Core/src/DataProcessingDevice.cxx" + "path": "Detectors/Raw/src/RawFileWriter.cxx" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-11T09:43:36Z", - "title": "[O2-2018] Changes to allow usage of either v2 or v3 of Microsoft GSL.", - "number": 5424, - "author": { - "login": "aphecetche" - }, - "files": { - "edges": [ + }, { "node": { - "path": "DataFormats/Detectors/TPC/include/DataFormatsTPC/ClusterNativeHelper.h" + "path": "Detectors/Raw/test/testRawReaderWriter.cxx" } }, { "node": { - "path": "DataFormats/Detectors/TPC/src/CompressedClusters.cxx" + "path": "Detectors/TOF/base/include/TOFBase/Digit.h" } }, { "node": { - "path": "DataFormats/simulation/include/SimulationDataFormat/ConstMCTruthContainer.h" + "path": "Detectors/TOF/base/include/TOFBase/Geo.h" } }, { "node": { - "path": "DataFormats/simulation/include/SimulationDataFormat/MCTruthContainer.h" + "path": "Detectors/TOF/calibration/src/CalibTOF.cxx" } }, { "node": { - "path": "Detectors/FIT/FT0/reconstruction/src/ReadRaw.cxx" + "path": "Detectors/TOF/reconstruction/include/TOFReconstruction/Encoder.h" } }, { "node": { - "path": "Detectors/FIT/FV0/simulation/src/Digitizer.cxx" + "path": "Detectors/TOF/reconstruction/src/Encoder.cxx" } }, { "node": { - "path": "Detectors/GlobalTracking/include/GlobalTracking/MatchTOF.h" + "path": "Detectors/TOF/simulation/src/Detector.cxx" } }, { "node": { - "path": "Detectors/MUON/MCH/Simulation/src/Digitizer.cxx" + "path": "Detectors/TOF/simulation/src/Digitizer.cxx" } }, { "node": { - "path": "Detectors/MUON/MID/Simulation/test/testSimulation.cxx" + "path": "Detectors/TPC/base/include/TPCBase/ParameterElectronics.h" } }, { "node": { - "path": "Detectors/TRD/workflow/src/TRDGlobalTrackingSpec.cxx" + "path": "Detectors/TPC/calibration/SpacePoints/include/SpacePoints/SpacePointsCalibParam.h" } }, { "node": { - "path": "EventVisualisation/Detectors/src/DataInterpreterITS.cxx" + "path": "Detectors/TPC/calibration/SpacePoints/include/SpacePoints/TrackInterpolation.h" } }, { "node": { - "path": "Framework/Core/include/Framework/TMessageSerializer.h" + "path": "Detectors/TPC/calibration/SpacePoints/include/SpacePoints/TrackResiduals.h" } }, { "node": { - "path": "Framework/TestWorkflows/src/o2DummyWorkflow.cxx" + "path": "Detectors/TPC/calibration/include/TPCCalibration/CalibTreeDump.h" } }, { "node": { - "path": "GPU/GPUTracking/Interface/GPUO2InterfaceConfiguration.h" + "path": "Detectors/TPC/calibration/src/TPCCalibrationLinkDef.h" } }, { "node": { - "path": "Utilities/O2Device/include/O2Device/Utilities.h" + "path": "Detectors/TPC/qc/include/TPCQC/Tracking.h" } }, { "node": { - "path": "dependencies/Findms_gsl.cmake" - } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-11T09:34:38Z", - "title": "GPU: Add SMatrixGPU and Fwd decls", - "number": 5425, - "author": { - "login": "mconcas" - }, - "files": { - "edges": [ - { - "node": { - "path": "Common/MathUtils/CMakeLists.txt" + "path": "Detectors/TPC/qc/src/TPCQCLinkDef.h" } }, { "node": { - "path": "Common/MathUtils/include/MathUtils/Cartesian.h" + "path": "Detectors/TPC/reconstruction/include/TPCReconstruction/ClustererTask.h" } }, { "node": { - "path": "Common/MathUtils/include/MathUtils/SMatrixGPU.h" + "path": "Detectors/TPC/reconstruction/include/TPCReconstruction/HardwareClusterDecoder.h" } }, { "node": { - "path": "Detectors/Vertexing/include/DetectorsVertexing/DCAFitterN.h" + "path": "Detectors/TPC/reconstruction/include/TPCReconstruction/TPCFastTransformHelperO2.h" } }, { "node": { - "path": "GPU/Common/CMakeLists.txt" + "path": "Detectors/TPC/reconstruction/src/TPCReconstructionLinkDef.h" } }, { "node": { - "path": "GPU/Common/GPUCommonArray.h" + "path": "Detectors/TPC/simulation/include/TPCSimulation/CommonMode.h" } }, { "node": { - "path": "GPU/Common/GPUROOTSMatrixFwd.h" - } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-09T22:37:19Z", - "title": "[EMCAL-614] Fixing the pileup simulation", - "number": 5426, - "author": { - "login": "hahassan7" - }, - "files": { - "edges": [ - { - "node": { - "path": "Detectors/EMCAL/simulation/include/EMCALSimulation/Digitizer.h" + "path": "Detectors/TPC/simulation/include/TPCSimulation/SAMPAProcessing.h" } }, { "node": { - "path": "Detectors/EMCAL/simulation/src/Digitizer.cxx" + "path": "Detectors/TPC/spacecharge/include/TPCSpaceCharge/SpaceChargeHelpers.h" } }, { "node": { - "path": "Steer/DigitizerWorkflow/src/EMCALDigitizerSpec.cxx" - } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-10T08:01:11Z", - "title": "Apply git clang-format to GPU.", - "number": 5427, - "author": { - "login": "vkucera" - }, - "files": { - "edges": [ - { - "node": { - "path": "GPU/Common/GPUCommonDefAPI.h" + "path": "Detectors/TPC/workflow/src/ZSSpec.cxx" } }, { "node": { - "path": "GPU/GPUTracking/Base/GPUReconstruction.h" + "path": "Detectors/TRD/base/include/TRDBase/CalDet.h" } }, { "node": { - "path": "GPU/GPUTracking/DataCompression/GPUTPCCompressionTrackModel.h" + "path": "Detectors/TRD/base/include/TRDBase/CalPad.h" } }, { "node": { - "path": "GPU/GPUTracking/Global/GPUChainTracking.h" + "path": "Detectors/TRD/base/include/TRDBase/FeeParam.h" } }, { "node": { - "path": "GPU/GPUTracking/Interface/GPUO2InterfaceConfiguration.h" + "path": "Detectors/TRD/base/include/TRDBase/PadCalibrations.h" } }, { "node": { - "path": "GPU/GPUTracking/Merger/GPUTPCGMMerger.h" + "path": "Detectors/TRD/base/include/TRDBase/PadResponse.h" } }, { "node": { - "path": "GPU/GPUTracking/Refit/GPUTrackingRefit.cxx" + "path": "Detectors/TRD/base/include/TRDBase/Tracklet.h" } }, { "node": { - "path": "GPU/GPUTracking/SliceTracker/GPUTPCNeighboursFinder.h" + "path": "Detectors/TRD/base/src/TRDBaseLinkDef.h" } }, { "node": { - "path": "GPU/GPUTracking/SliceTracker/GPUTPCRow.h" + "path": "Detectors/TRD/simulation/include/TRDSimulation/Digitizer.h" } }, { "node": { - "path": "GPU/GPUTracking/SliceTracker/GPUTPCTracker.h" + "path": "Detectors/TRD/simulation/include/TRDSimulation/Trap2CRU.h" } }, { "node": { - "path": "GPU/GPUTracking/TPCClusterFinder/GPUTPCCFDecodeZS.cxx" + "path": "Detectors/TRD/simulation/include/TRDSimulation/TrapSimulator.h" } }, { "node": { - "path": "GPU/GPUTracking/TPCClusterFinder/TPCPadGainCalib.h" + "path": "Detectors/TRD/simulation/src/Digitizer.cxx" } }, { "node": { - "path": "GPU/GPUTracking/TRDTracking/GPUTRDTracker.cxx" + "path": "Detectors/TRD/workflow/include/TRDWorkflow/TRDTrapSimulatorSpec.h" } }, { "node": { - "path": "GPU/GPUTracking/TRDTracking/GPUTRDTracker.h" + "path": "Detectors/TRD/workflow/src/TRDWorkflowLinkDef.h" } }, { "node": { - "path": "GPU/GPUTracking/TRDTracking/GPUTRDTrackerComponent.h" + "path": "Detectors/Vertexing/include/DetectorsVertexing/PVertexer.h" } }, { "node": { - "path": "GPU/GPUTracking/TRDTracking/GPUTRDTrackletReaderComponent.cxx" + "path": "Detectors/Vertexing/include/DetectorsVertexing/PVertexerParams.h" } }, { "node": { - "path": "GPU/GPUTracking/TRDTracking/macros/checkDbgOutput.C" + "path": "Detectors/Vertexing/src/PVertexer.cxx" } }, { "node": { - "path": "GPU/GPUTracking/TRDTracking/macros/run_trd_tracker.C" + "path": "Detectors/Vertexing/src/VertexTrackMatcher.cxx" } }, { "node": { - "path": "GPU/GPUTracking/dEdx/GPUdEdx.cxx" + "path": "Detectors/ZDC/simulation/include/ZDCSimulation/ZDCSimParam.h" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-11T10:54:59Z", - "title": "Fix TPC digit reading macro after switch to ConstMCTruthContainer", - "number": 5428, - "author": { - "login": "shahor02" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Detectors/TPC/simulation/macro/readMCtruth.C" + "path": "Detectors/ZDC/simulation/src/Detector.cxx" } } ] @@ -3253,10 +2773,10 @@ }, { "node": { - "state": "MERGED", - "mergedAt": "2021-02-10T12:20:26Z", - "title": "Apply git clang-format to Generators.", - "number": 5429, + "state": "OPEN", + "mergedAt": null, + "title": "Apply git clang-format to Framework.", + "number": 5431, "author": { "login": "vkucera" }, @@ -3264,532 +2784,992 @@ "edges": [ { "node": { - "path": "Generators/src/Generator.cxx" + "path": "CCDB/include/CCDB/CcdbApi.h" } }, { "node": { - "path": "Generators/src/GeneratorsLinkDef.h" + "path": "CCDB/test/testCcdbApi.cxx" } }, { "node": { - "path": "Generators/src/Trigger.cxx" + "path": "Common/MathUtils/src/Chebyshev3D.cxx" } - } - ] - } - } - }, - { - "node": { - "state": "OPEN", - "mergedAt": null, - "title": "Apply git clang-format to Detectors.", - "number": 5430, - "author": { - "login": "vkucera" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Detectors/DCS/src/DetectorsDCSLinkDef.h" + "path": "DataFormats/Detectors/EMCAL/src/DataFormatsEMCALLinkDef.h" } }, { "node": { - "path": "Detectors/EMCAL/base/src/EMCALBaseLinkDef.h" + "path": "DataFormats/Detectors/FIT/FT0/include/DataFormatsFT0/CTF.h" } }, { "node": { - "path": "Detectors/EMCAL/simulation/include/EMCALSimulation/SimParam.h" + "path": "DataFormats/Detectors/FIT/FV0/src/Hit.cxx" } }, { "node": { - "path": "Detectors/EMCAL/simulation/src/EMCALSimulationLinkDef.h" + "path": "DataFormats/Detectors/ITSMFT/ITS/include/DataFormatsITS/TrackITS.h" } }, { "node": { - "path": "Detectors/FIT/FT0/base/include/FT0Base/Geometry.h" + "path": "DataFormats/Detectors/ITSMFT/MFT/src/TrackMFT.cxx" } }, { "node": { - "path": "Detectors/FIT/FT0/simulation/include/FT0Simulation/DigitizationParameters.h" + "path": "DataFormats/Detectors/ITSMFT/common/include/DataFormatsITSMFT/CompCluster.h" } }, { "node": { - "path": "Detectors/FIT/FV0/base/include/FV0Base/Geometry.h" + "path": "DataFormats/Detectors/ITSMFT/common/src/Cluster.cxx" } }, { "node": { - "path": "Detectors/FIT/FV0/simulation/include/FV0Simulation/Digitizer.h" + "path": "DataFormats/Detectors/MUON/MID/src/DataFormatsMIDLinkDef.h" } }, { "node": { - "path": "Detectors/FIT/FV0/simulation/include/FV0Simulation/FV0DigParam.h" + "path": "DataFormats/Detectors/PHOS/src/DataFormatsPHOSLinkDef.h" } }, { "node": { - "path": "Detectors/FIT/common/simulation/include/FITSimulation/DigitizationParameters.h" + "path": "DataFormats/Detectors/TPC/include/DataFormatsTPC/ClusterNative.h" } }, { "node": { - "path": "Detectors/GlobalTracking/include/GlobalTracking/MatchTOF.h" + "path": "DataFormats/Detectors/TPC/src/DataFormatsTPCLinkDef.h" } }, { "node": { - "path": "Detectors/GlobalTracking/include/GlobalTracking/MatchTPCITS.h" + "path": "DataFormats/Detectors/TRD/include/DataFormatsTRD/RawData.h" } }, { "node": { - "path": "Detectors/GlobalTracking/include/GlobalTracking/MatchTPCITSParams.h" + "path": "DataFormats/Detectors/TRD/src/DataFormatsTRDLinkDef.h" } }, { "node": { - "path": "Detectors/GlobalTracking/src/MatchTOF.cxx" + "path": "DataFormats/Reconstruction/include/ReconstructionDataFormats/PID.h" } }, { "node": { - "path": "Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/PrimaryVertexingSpec.h" + "path": "DataFormats/Reconstruction/src/TrackParametrizationWithError.cxx" } }, { "node": { - "path": "Detectors/GlobalTrackingWorkflow/tpcinterpolationworkflow/include/TPCInterpolationWorkflow/TPCInterpolationSpec.h" + "path": "DataFormats/common/src/CommonDataFormatLinkDef.h" } }, { "node": { - "path": "Detectors/ITSMFT/ITS/macros/test/CheckLUtime.C" + "path": "DataFormats/simulation/include/SimulationDataFormat/MCTrack.h" } }, { "node": { - "path": "Detectors/ITSMFT/ITS/macros/test/run_digi2rawVarPage_its.C" + "path": "DataFormats/simulation/src/SimulationDataLinkDef.h" } }, { "node": { - "path": "Detectors/ITSMFT/ITS/reconstruction/include/ITSReconstruction/ClustererTask.h" + "path": "DataFormats/simulation/src/Stack.cxx" } }, { "node": { - "path": "Detectors/ITSMFT/ITS/reconstruction/src/RecoGeomHelper.cxx" + "path": "EventVisualisation/Base/include/EventVisualisationBase/ConfigurationManager.h" } }, { "node": { - "path": "Detectors/ITSMFT/ITS/tracking/cuda/include/ITStrackingCUDA/Utils.h" + "path": "EventVisualisation/Base/src/ConfigurationManager.cxx" } }, { "node": { - "path": "Detectors/ITSMFT/ITS/tracking/cuda/src/VertexerTraitsGPU.cu" + "path": "EventVisualisation/View/src/EventManagerFrame.cxx" } }, { "node": { - "path": "Detectors/ITSMFT/ITS/tracking/include/ITStracking/IOUtils.h" + "path": "Framework/Core/include/Framework/AODReaderHelpers.h" } }, { "node": { - "path": "Detectors/ITSMFT/ITS/tracking/include/ITStracking/PrimaryVertexContext.h" + "path": "Framework/Core/include/Framework/CallbackRegistry.h" } }, { "node": { - "path": "Detectors/ITSMFT/ITS/tracking/src/IOUtils.cxx" + "path": "Framework/Core/include/Framework/ExternalFairMQDeviceProxy.h" } }, { "node": { - "path": "Detectors/ITSMFT/ITS/tracking/src/TrackingLinkDef.h" + "path": "Framework/Core/include/Framework/InputSpec.h" } }, { "node": { - "path": "Detectors/ITSMFT/common/base/include/ITSMFTBase/DPLAlpideParam.h" + "path": "Framework/Core/include/Framework/MessageContext.h" } }, { "node": { - "path": "Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/AlpideCoder.h" + "path": "Framework/Core/include/Framework/RCombinedDS.h" } }, { "node": { - "path": "Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/Clusterer.h" + "path": "Framework/Core/include/Framework/VariantJSONHelpers.h" } }, { "node": { - "path": "Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/DigitPixelReader.h" + "path": "Framework/Core/src/AODReaderHelpers.cxx" } }, { "node": { - "path": "Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/PayLoadSG.h" + "path": "Framework/Core/src/AnalysisDataModelHelpers.cxx" } }, { "node": { - "path": "Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/RUDecodeData.h" + "path": "Framework/Core/src/DataProcessingDevice.cxx" } }, { "node": { - "path": "Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/RawPixelDecoder.h" + "path": "Framework/Core/src/DataRelayer.cxx" } }, { "node": { - "path": "Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/RawPixelReader.h" + "path": "Framework/Core/src/ResourcesMonitoringHelper.h" } }, { "node": { - "path": "Detectors/ITSMFT/common/reconstruction/src/ChipMappingITS.cxx" + "path": "Framework/Core/src/runDataProcessing.cxx" } }, { "node": { - "path": "Detectors/ITSMFT/common/simulation/include/ITSMFTSimulation/Digitizer.h" + "path": "Framework/Core/test/FrameworkCoreTestLinkDef.h" } }, { "node": { - "path": "Detectors/ITSMFT/common/simulation/include/ITSMFTSimulation/MC2RawEncoder.h" + "path": "Framework/Foundation/include/Framework/StructToTuple.h" } }, { "node": { - "path": "Detectors/ITSMFT/common/workflow/include/ITSMFTWorkflow/ClusterReaderSpec.h" + "path": "Framework/Foundation/include/Framework/VariantHelpers.h" } }, { "node": { - "path": "Detectors/ITSMFT/common/workflow/src/STFDecoderSpec.cxx" + "path": "Steer/DigitizerWorkflow/src/HMPIDDigitizerSpec.cxx" } }, { "node": { - "path": "Detectors/MUON/MCH/Base/src/MCHBaseLinkDef.h" + "path": "Steer/DigitizerWorkflow/src/SimReaderSpec.h" } }, { "node": { - "path": "Detectors/MUON/MCH/Simulation/src/Digitizer.cxx" + "path": "Steer/include/Steer/HitProcessingManager.h" } }, { "node": { - "path": "Detectors/MUON/MCH/Simulation/src/MCHSimulationLinkDef.h" + "path": "Steer/include/Steer/InteractionSampler.h" } }, { "node": { - "path": "Detectors/PHOS/calib/PHOSCalibWorkflow/src/PHOSCalibWorkflowLinkDef.h" + "path": "Steer/include/Steer/MCKinematicsReader.h" } }, { "node": { - "path": "Detectors/PHOS/calib/src/PHOSCalibLinkDef.h" + "path": "Utilities/Mergers/include/Mergers/MergerConfig.h" } }, { "node": { - "path": "Detectors/Passive/include/DetectorsPassive/HallSimParam.h" + "path": "Utilities/O2MessageMonitor/src/runO2MessageMonitor.cxx" } }, { "node": { - "path": "Detectors/Passive/include/DetectorsPassive/Magnet.h" + "path": "Utilities/aliceHLTwrapper/src/Component.cxx" } }, { "node": { - "path": "Detectors/Passive/include/DetectorsPassive/Pipe.h" - } - }, - { - "node": { - "path": "Detectors/Passive/src/Hall.cxx" - } - }, - { - "node": { - "path": "Detectors/Passive/src/Pipe.cxx" + "path": "Utilities/aliceHLTwrapper/src/EventSampler.cxx" } }, { "node": { - "path": "Detectors/Raw/include/DetectorsRaw/HBFUtils.h" + "path": "Utilities/rANS/include/rANS/FrequencyTable.h" } - }, + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-15T08:46:57Z", + "title": "DPL: check for bind result as well.", + "number": 5432, + "author": { + "login": "ktf" + }, + "files": { + "edges": [ { "node": { - "path": "Detectors/Raw/include/DetectorsRaw/RDHUtils.h" + "path": "Framework/Core/src/runDataProcessing.cxx" } - }, + } + ] + } + } + }, + { + "node": { + "state": "CLOSED", + "mergedAt": null, + "title": "TEST - CI Run with some jobutils debugging", + "number": 5433, + "author": { + "login": "davidrohr" + }, + "files": { + "edges": [ { "node": { - "path": "Detectors/Raw/include/DetectorsRaw/RawFileReader.h" + "path": "Utilities/Tools/jobutils.sh" } }, { "node": { - "path": "Detectors/Raw/include/DetectorsRaw/RawFileWriter.h" + "path": "prodtests/full_system_test.sh" } - }, + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-11T10:54:12Z", + "title": "Implementation of CYSS support cylinder in ITS geometry", + "number": 5434, + "author": { + "login": "mario6829" + }, + "files": { + "edges": [ { "node": { - "path": "Detectors/Raw/include/DetectorsRaw/SimpleRawReader.h" + "path": "Detectors/ITSMFT/ITS/simulation/include/ITSSimulation/Detector.h" } }, { "node": { - "path": "Detectors/Raw/src/RawFileReader.cxx" + "path": "Detectors/ITSMFT/ITS/simulation/include/ITSSimulation/V3Services.h" } }, { "node": { - "path": "Detectors/Raw/src/RawFileReaderWorkflow.cxx" + "path": "Detectors/ITSMFT/ITS/simulation/src/Detector.cxx" } }, { "node": { - "path": "Detectors/Raw/src/RawFileWriter.cxx" + "path": "Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx" } - }, + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-11T15:51:55Z", + "title": "remove obsolete check", + "number": 5435, + "author": { + "login": "wiechula" + }, + "files": { + "edges": [ { "node": { - "path": "Detectors/Raw/test/testRawReaderWriter.cxx" + "path": "Detectors/TPC/calibration/include/TPCCalibration/CalibRawBase.h" } - }, + } + ] + } + } + }, + { + "node": { + "state": "OPEN", + "mergedAt": null, + "title": "PWGHF: first checked implementation of Xic->pKpi filtering", + "number": 5436, + "author": { + "login": "mfaggin" + }, + "files": { + "edges": [ { "node": { - "path": "Detectors/TOF/base/include/TOFBase/Digit.h" + "path": "Analysis/Core/include/AnalysisCore/HFConfigurables.h" } }, { "node": { - "path": "Detectors/TOF/base/include/TOFBase/Geo.h" + "path": "Analysis/DataModel/include/AnalysisDataModel/HFCandidateSelectionTables.h" } }, { "node": { - "path": "Detectors/TOF/calibration/src/CalibTOF.cxx" + "path": "Analysis/DataModel/include/AnalysisDataModel/HFSecondaryVertex.h" } }, { "node": { - "path": "Detectors/TOF/reconstruction/include/TOFReconstruction/Encoder.h" + "path": "Analysis/Tasks/PWGHF/CMakeLists.txt" } }, { "node": { - "path": "Detectors/TOF/reconstruction/src/Encoder.cxx" + "path": "Analysis/Tasks/PWGHF/HFCandidateCreator3Prong.cxx" } }, { "node": { - "path": "Detectors/TOF/simulation/src/Detector.cxx" + "path": "Analysis/Tasks/PWGHF/HFTrackIndexSkimsCreator.cxx" } }, { "node": { - "path": "Detectors/TOF/simulation/src/Digitizer.cxx" + "path": "Analysis/Tasks/PWGHF/HFXicCandidateSelector.cxx" } }, { "node": { - "path": "Detectors/TPC/base/include/TPCBase/ParameterElectronics.h" + "path": "Analysis/Tasks/PWGHF/taskXic.cxx" } - }, + } + ] + } + } + }, + { + "node": { + "state": "OPEN", + "mergedAt": null, + "title": "[EMCAL-565]: Add the basic calibration workflow.", + "number": 5437, + "author": { + "login": "hjbossi" + }, + "files": { + "edges": [ { "node": { - "path": "Detectors/TPC/calibration/SpacePoints/include/SpacePoints/SpacePointsCalibParam.h" + "path": "DataFormats/Detectors/EMCAL/include/DataFormatsEMCAL/EMCALChannelData.h" } }, { "node": { - "path": "Detectors/TPC/calibration/SpacePoints/include/SpacePoints/TrackInterpolation.h" + "path": "DataFormats/Detectors/EMCAL/src/EMCALChannelData.cxx" } }, { "node": { - "path": "Detectors/TPC/calibration/SpacePoints/include/SpacePoints/TrackResiduals.h" + "path": "Detectors/EMCAL/CMakeLists.txt" } }, { "node": { - "path": "Detectors/TPC/calibration/include/TPCCalibration/CalibTreeDump.h" + "path": "Detectors/EMCAL/calibration/CMakeLists.txt" } }, { "node": { - "path": "Detectors/TPC/calibration/src/TPCCalibrationLinkDef.h" + "path": "Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALChannelCalibrator.h" } }, { "node": { - "path": "Detectors/TPC/qc/include/TPCQC/Tracking.h" + "path": "Detectors/EMCAL/calibration/src/EMCALCalibrationLinkDef.h" } }, { "node": { - "path": "Detectors/TPC/qc/src/TPCQCLinkDef.h" + "path": "Detectors/EMCAL/calibration/src/EMCALChannelCalibrator.cxx" } }, { "node": { - "path": "Detectors/TPC/reconstruction/include/TPCReconstruction/ClustererTask.h" + "path": "Detectors/EMCAL/calibration/testWorkflow/EMCALChannelCalibratorSpec.h" } }, { "node": { - "path": "Detectors/TPC/reconstruction/include/TPCReconstruction/HardwareClusterDecoder.h" + "path": "Detectors/EMCAL/calibration/testWorkflow/emc-channel-calib-workflow.cxx" } }, { "node": { - "path": "Detectors/TPC/reconstruction/include/TPCReconstruction/TPCFastTransformHelperO2.h" + "path": "Detectors/EMCAL/doxymodules.h" } }, { "node": { - "path": "Detectors/TPC/reconstruction/src/TPCReconstructionLinkDef.h" + "path": "Detectors/EMCAL/workflow/src/RecoWorkflow.cxx" } - }, + } + ] + } + } + }, + { + "node": { + "state": "OPEN", + "mergedAt": null, + "title": "Update QA tasks for vertexing and MC PID", + "number": 5438, + "author": { + "login": "njacazio" + }, + "files": { + "edges": [ { "node": { - "path": "Detectors/TPC/simulation/include/TPCSimulation/CommonMode.h" + "path": "Analysis/Tasks/CMakeLists.txt" } }, { "node": { - "path": "Detectors/TPC/simulation/include/TPCSimulation/SAMPAProcessing.h" + "path": "Analysis/Tasks/PWGHF/qaTaskEfficiency.cxx" } }, { "node": { - "path": "Detectors/TPC/spacecharge/include/TPCSpaceCharge/SpaceChargeHelpers.h" + "path": "Analysis/Tasks/PWGHF/qaTaskSimple.cxx" } }, { "node": { - "path": "Detectors/TPC/workflow/src/ZSSpec.cxx" + "path": "Analysis/Tasks/pidTOFqa.cxx" } - }, + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-11T09:41:02Z", + "title": "Add option to fix SEED for full system test", + "number": 5439, + "author": { + "login": "davidrohr" + }, + "files": { + "edges": [ { "node": { - "path": "Detectors/TRD/base/include/TRDBase/CalDet.h" + "path": "prodtests/full_system_test.sh" } - }, + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-11T08:29:12Z", + "title": "Fix mem problems related to RootSerializableKeyValStore", + "number": 5440, + "author": { + "login": "sawenzel" + }, + "files": { + "edges": [ { "node": { - "path": "Detectors/TRD/base/include/TRDBase/CalPad.h" + "path": "Common/Utils/include/CommonUtils/RootSerializableKeyValueStore.h" } }, { "node": { - "path": "Detectors/TRD/base/include/TRDBase/FeeParam.h" + "path": "Common/Utils/src/CommonUtilsLinkDef.h" } }, { "node": { - "path": "Detectors/TRD/base/include/TRDBase/PadCalibrations.h" + "path": "Common/Utils/src/RootSerializableKeyValueStore.cxx" } - }, + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-11T10:52:26Z", + "title": "Reintroduce Wrapper Volume 0 for IB Layers of ITS3 Upgrade", + "number": 5441, + "author": { + "login": "mario6829" + }, + "files": { + "edges": [ { "node": { - "path": "Detectors/TRD/base/include/TRDBase/PadResponse.h" + "path": "Detectors/Upgrades/IT3/simulation/src/Detector.cxx" } - }, + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-12T20:31:08Z", + "title": "Fixes for thread safety of CCDB manager and MW2 CDB tests", + "number": 5442, + "author": { + "login": "shahor02" + }, + "files": { + "edges": [ { "node": { - "path": "Detectors/TRD/base/include/TRDBase/Tracklet.h" + "path": "CCDB/include/CCDB/BasicCCDBManager.h" } }, { "node": { - "path": "Detectors/TRD/base/src/TRDBaseLinkDef.h" + "path": "CCDB/include/CCDB/CcdbApi.h" } }, { "node": { - "path": "Detectors/TRD/simulation/include/TRDSimulation/Digitizer.h" + "path": "CCDB/src/BasicCCDBManager.cxx" } }, { "node": { - "path": "Detectors/TRD/simulation/include/TRDSimulation/Trap2CRU.h" + "path": "CCDB/src/CcdbApi.cxx" } }, { "node": { - "path": "Detectors/TRD/simulation/include/TRDSimulation/TrapSimulator.h" + "path": "Detectors/Calibration/testMacros/cdbSizeV0.txt" } }, { "node": { - "path": "Detectors/TRD/simulation/src/Digitizer.cxx" + "path": "Detectors/Calibration/testMacros/populateCCDB.cxx" } }, { "node": { - "path": "Detectors/TRD/workflow/include/TRDWorkflow/TRDTrapSimulatorSpec.h" + "path": "Detectors/Calibration/testMacros/retrieveFromCCDB.C" } }, { "node": { - "path": "Detectors/TRD/workflow/src/TRDWorkflowLinkDef.h" + "path": "Detectors/Calibration/testMacros/retrieveFromCCDB.cxx" + } + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-12T08:00:37Z", + "title": "Added macro to read event info from a Pythia8 heavy-ion simulation header", + "number": 5443, + "author": { + "login": "preghenella" + }, + "files": { + "edges": [ + { + "node": { + "path": "run/SimExamples/Custom_EventInfo/read_event_info_pythia8hi.macro" + } + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-11T15:55:10Z", + "title": "Catch ROOT 'fatal in' / simplify fairmq-shmmonitor usage", + "number": 5444, + "author": { + "login": "sawenzel" + }, + "files": { + "edges": [ + { + "node": { + "path": "Utilities/Tools/jobutils.sh" + } + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-11T15:46:41Z", + "title": "Fix codechecker errors", + "number": 5445, + "author": { + "login": "davidrohr" + }, + "files": { + "edges": [ + { + "node": { + "path": "DataFormats/simulation/include/SimulationDataFormat/ConstMCTruthContainer.h" } }, { "node": { - "path": "Detectors/Vertexing/include/DetectorsVertexing/PVertexer.h" + "path": "GPU/GPUTracking/Benchmark/standalone.cxx" } }, { "node": { - "path": "Detectors/Vertexing/include/DetectorsVertexing/PVertexerParams.h" + "path": "GPU/GPUTracking/display/GPUDisplayBackendGlut.cxx" } }, { "node": { - "path": "Detectors/Vertexing/src/PVertexer.cxx" + "path": "GPU/GPUTracking/display/GPUDisplayBackendGlut.h" } }, { "node": { - "path": "Detectors/Vertexing/src/VertexTrackMatcher.cxx" + "path": "GPU/GPUTracking/qa/genEvents.cxx" } }, { "node": { - "path": "Detectors/ZDC/simulation/include/ZDCSimulation/ZDCSimParam.h" + "path": "GPU/GPUTracking/qa/genEvents.h" + } + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-15T08:45:21Z", + "title": "DPL: add helper for matcher creation", + "number": 5446, + "author": { + "login": "ktf" + }, + "files": { + "edges": [ + { + "node": { + "path": "Framework/Core/include/Framework/DataSpecUtils.h" + } + }, + { + "node": { + "path": "Framework/Core/src/DataSpecUtils.cxx" + } + }, + { + "node": { + "path": "Framework/Core/test/unittest_DataSpecUtils.cxx" + } + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-12T09:57:39Z", + "title": "TPConly-TOF matching improvement", + "number": 5447, + "author": { + "login": "noferini" + }, + "files": { + "edges": [ + { + "node": { + "path": "Detectors/GlobalTracking/src/MatchTOF.cxx" + } + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-15T23:04:57Z", + "title": "TPC CDBInterface: enable fetching CalPad from any path in CCDB", + "number": 5448, + "author": { + "login": "tklemenz" + }, + "files": { + "edges": [ + { + "node": { + "path": "Detectors/TPC/base/include/TPCBase/CDBInterface.h" + } + }, + { + "node": { + "path": "Detectors/TPC/base/src/CDBInterface.cxx" + } + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-11T21:48:37Z", + "title": "DPL: make --fairmq-ipc-prefix homogeneous", + "number": 5449, + "author": { + "login": "ktf" + }, + "files": { + "edges": [ + { + "node": { + "path": "Framework/Core/src/runDataProcessing.cxx" + } + } + ] + } + } + }, + { + "node": { + "state": "OPEN", + "mergedAt": null, + "title": "PWGHF: Adding first implementation of D0-D0bar correlation code (data/MC-reco/MC-kine)", + "number": 5450, + "author": { + "login": "fcolamar" + }, + "files": { + "edges": [ + { + "node": { + "path": "Analysis/Tasks/PWGHF/CMakeLists.txt" + } + }, + { + "node": { + "path": "Analysis/Tasks/PWGHF/HFDDbar_corr.cxx" + } + } + ] + } + } + }, + { + "node": { + "state": "OPEN", + "mergedAt": null, + "title": "[MCH] fix bug in Segmentation::findPadPairByPosition", + "number": 5451, + "author": { + "login": "aphecetche" + }, + "files": { + "edges": [ + { + "node": { + "path": "Detectors/MUON/MCH/Mapping/Impl3/src/CathodeSegmentationCImpl3.cxx" + } + }, + { + "node": { + "path": "Detectors/MUON/MCH/Mapping/Impl3/src/CathodeSegmentationImpl3.cxx" + } + }, + { + "node": { + "path": "Detectors/MUON/MCH/Mapping/Impl3/src/CathodeSegmentationImpl3.h" + } + }, + { + "node": { + "path": "Detectors/MUON/MCH/Mapping/Impl4/src/CathodeSegmentationCImpl4.cxx" + } + }, + { + "node": { + "path": "Detectors/MUON/MCH/Mapping/Impl4/src/CathodeSegmentationImpl4.cxx" + } + }, + { + "node": { + "path": "Detectors/MUON/MCH/Mapping/Impl4/src/CathodeSegmentationImpl4.h" + } + }, + { + "node": { + "path": "Detectors/MUON/MCH/Mapping/Interface/include/MCHMappingInterface/Segmentation.inl" + } + }, + { + "node": { + "path": "Detectors/MUON/MCH/Mapping/test/src/CathodeSegmentation.cxx" + } + }, + { + "node": { + "path": "Detectors/MUON/MCH/Mapping/test/src/Segmentation.cxx" + } + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-15T08:39:28Z", + "title": "DPL Analysis: fix for malformed slice for the last entry in grouping", + "number": 5452, + "author": { + "login": "aalkin" + }, + "files": { + "edges": [ + { + "node": { + "path": "Framework/Core/include/Framework/Kernels.h" } }, { "node": { - "path": "Detectors/ZDC/simulation/src/Detector.cxx" + "path": "Framework/Core/test/test_GroupSlicer.cxx" + } + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-12T23:46:34Z", + "title": "[EMCAL-650] Split payload per SRU link", + "number": 5453, + "author": { + "login": "hahassan7" + }, + "files": { + "edges": [ + { + "node": { + "path": "Detectors/EMCAL/simulation/src/RawWriter.cxx" + } + } + ] + } + } + }, + { + "node": { + "state": "CLOSED", + "mergedAt": null, + "title": "Add missing class to ROOT Dictionary", + "number": 5454, + "author": { + "login": "davidrohr" + }, + "files": { + "edges": [ + { + "node": { + "path": "Detectors/MUON/MCH/Base/src/MCHBaseLinkDef.h" + } + } + ] + } + } + }, + { + "node": { + "state": "CLOSED", + "mergedAt": null, + "title": "Increase pipeline depth temporarily to avoid lost messages, to be fixed later", + "number": 5455, + "author": { + "login": "davidrohr" + }, + "files": { + "edges": [ + { + "node": { + "path": "Framework/Core/src/DataRelayer.cxx" } } ] @@ -3798,268 +3778,263 @@ }, { "node": { - "state": "OPEN", - "mergedAt": null, - "title": "Apply git clang-format to Framework.", - "number": 5431, + "state": "MERGED", + "mergedAt": "2021-02-12T15:53:50Z", + "title": "Initializing dcs-proxy from CCDB", + "number": 5456, "author": { - "login": "vkucera" + "login": "chiarazampolli" }, "files": { "edges": [ { "node": { - "path": "CCDB/include/CCDB/CcdbApi.h" - } - }, - { - "node": { - "path": "CCDB/test/testCcdbApi.cxx" - } - }, - { - "node": { - "path": "Common/MathUtils/src/Chebyshev3D.cxx" - } - }, - { - "node": { - "path": "DataFormats/Detectors/EMCAL/src/DataFormatsEMCALLinkDef.h" - } - }, - { - "node": { - "path": "DataFormats/Detectors/FIT/FT0/include/DataFormatsFT0/CTF.h" - } - }, - { - "node": { - "path": "DataFormats/Detectors/FIT/FV0/src/Hit.cxx" - } - }, - { - "node": { - "path": "DataFormats/Detectors/ITSMFT/ITS/include/DataFormatsITS/TrackITS.h" - } - }, - { - "node": { - "path": "DataFormats/Detectors/ITSMFT/MFT/src/TrackMFT.cxx" - } - }, - { - "node": { - "path": "DataFormats/Detectors/ITSMFT/common/include/DataFormatsITSMFT/CompCluster.h" - } - }, - { - "node": { - "path": "DataFormats/Detectors/ITSMFT/common/src/Cluster.cxx" - } - }, - { - "node": { - "path": "DataFormats/Detectors/MUON/MID/src/DataFormatsMIDLinkDef.h" + "path": "Detectors/DCS/CMakeLists.txt" } }, { "node": { - "path": "DataFormats/Detectors/PHOS/src/DataFormatsPHOSLinkDef.h" + "path": "Detectors/DCS/testWorkflow/README.md" } }, { "node": { - "path": "DataFormats/Detectors/TPC/include/DataFormatsTPC/ClusterNative.h" + "path": "Detectors/DCS/testWorkflow/macros/CMakeLists.txt" } }, { "node": { - "path": "DataFormats/Detectors/TPC/src/DataFormatsTPCLinkDef.h" + "path": "Detectors/DCS/testWorkflow/macros/makeCCDBEntryForDCS.C" } }, { "node": { - "path": "DataFormats/Detectors/TRD/include/DataFormatsTRD/RawData.h" + "path": "Detectors/DCS/testWorkflow/src/dcs-proxy.cxx" } }, { "node": { - "path": "DataFormats/Detectors/TRD/src/DataFormatsTRDLinkDef.h" + "path": "Detectors/TOF/calibration/macros/CMakeLists.txt" } }, { "node": { - "path": "DataFormats/Reconstruction/include/ReconstructionDataFormats/PID.h" + "path": "Detectors/TOF/calibration/macros/makeTOFCCDBEntryForDCS.C" } - }, + } + ] + } + } + }, + { + "node": { + "state": "CLOSED", + "mergedAt": null, + "title": "TEST COMMIT TO DEBUG THE CI - DO NOT MERGE", + "number": 5457, + "author": { + "login": "davidrohr" + }, + "files": { + "edges": [ { "node": { - "path": "DataFormats/Reconstruction/src/TrackParametrizationWithError.cxx" + "path": "prodtests/full_system_test.sh" } - }, + } + ] + } + } + }, + { + "node": { + "state": "OPEN", + "mergedAt": null, + "title": "The following changelog has been automatically generated.", + "number": 5458, + "author": { + "login": "github-actions" + }, + "files": { + "edges": [ { "node": { - "path": "DataFormats/common/src/CommonDataFormatLinkDef.h" + "path": "CHANGELOG.md" } }, { "node": { - "path": "DataFormats/simulation/include/SimulationDataFormat/MCTrack.h" + "path": "doc/data/2021-02-o2_prs.json" } - }, + } + ] + } + } + }, + { + "node": { + "state": "OPEN", + "mergedAt": null, + "title": "WIP: automatically set tables for PID in analysis", + "number": 5459, + "author": { + "login": "njacazio" + }, + "files": { + "edges": [ { "node": { - "path": "DataFormats/simulation/src/SimulationDataLinkDef.h" + "path": "Analysis/DataModel/CMakeLists.txt" } }, { "node": { - "path": "DataFormats/simulation/src/Stack.cxx" + "path": "Analysis/DataModel/include/AnalysisDataModel/PID/BetheBloch.h" } }, { "node": { - "path": "EventVisualisation/Base/include/EventVisualisationBase/ConfigurationManager.h" + "path": "Analysis/DataModel/include/AnalysisDataModel/PID/PIDTOF.h" } }, { "node": { - "path": "EventVisualisation/Base/src/ConfigurationManager.cxx" + "path": "Analysis/DataModel/include/AnalysisDataModel/PID/PIDTPC.h" } }, { "node": { - "path": "EventVisualisation/View/src/EventManagerFrame.cxx" + "path": "Analysis/DataModel/include/AnalysisDataModel/PID/TOFReso.h" } }, { "node": { - "path": "Framework/Core/include/Framework/AODReaderHelpers.h" + "path": "Analysis/DataModel/include/AnalysisDataModel/PID/TPCReso.h" } }, { "node": { - "path": "Framework/Core/include/Framework/CallbackRegistry.h" + "path": "Analysis/DataModel/src/AnalysisDataModelLinkDef.h" } }, { "node": { - "path": "Framework/Core/include/Framework/ExternalFairMQDeviceProxy.h" + "path": "Analysis/Tasks/CMakeLists.txt" } }, { "node": { - "path": "Framework/Core/include/Framework/InputSpec.h" + "path": "Analysis/Tasks/PID/CMakeLists.txt" } }, { "node": { - "path": "Framework/Core/include/Framework/MessageContext.h" + "path": "Analysis/Tasks/PID/pidTOF.cxx" } }, { "node": { - "path": "Framework/Core/include/Framework/RCombinedDS.h" + "path": "Analysis/Tasks/PID/pidTOF_split.cxx" } }, { "node": { - "path": "Framework/Core/include/Framework/VariantJSONHelpers.h" + "path": "Analysis/Tasks/PID/pidTOF_tiny.cxx" } }, { "node": { - "path": "Framework/Core/src/AODReaderHelpers.cxx" + "path": "Analysis/Tasks/PID/pidTOFqa.cxx" } }, { "node": { - "path": "Framework/Core/src/AnalysisDataModelHelpers.cxx" + "path": "Analysis/Tasks/PID/pidTPC.cxx" } }, { "node": { - "path": "Framework/Core/src/DataProcessingDevice.cxx" + "path": "Analysis/Tasks/PID/pidTPC_split.cxx" } }, { "node": { - "path": "Framework/Core/src/DataRelayer.cxx" + "path": "Analysis/Tasks/PID/pidTPC_tiny.cxx" } }, { "node": { - "path": "Framework/Core/src/ResourcesMonitoringHelper.h" + "path": "Analysis/Tasks/PWGHF/qaTaskEfficiency.cxx" } }, { "node": { - "path": "Framework/Core/src/runDataProcessing.cxx" + "path": "Analysis/Tasks/PWGLF/CMakeLists.txt" } }, { "node": { - "path": "Framework/Core/test/FrameworkCoreTestLinkDef.h" + "path": "Analysis/Tasks/PWGLF/spectraTPC_auto.cxx" } }, { "node": { - "path": "Framework/Foundation/include/Framework/StructToTuple.h" + "path": "Framework/Core/CMakeLists.txt" } }, { "node": { - "path": "Framework/Foundation/include/Framework/VariantHelpers.h" + "path": "Framework/Core/include/Framework/AODReaderHelpers.h" } }, { "node": { - "path": "Steer/DigitizerWorkflow/src/HMPIDDigitizerSpec.cxx" + "path": "Framework/Core/include/Framework/ASoA.h" } }, { "node": { - "path": "Steer/DigitizerWorkflow/src/SimReaderSpec.h" + "path": "Framework/Core/include/Framework/AnalysisDataModel.h" } }, { "node": { - "path": "Steer/include/Steer/HitProcessingManager.h" + "path": "Framework/Core/include/Framework/AnalysisTask.h" } }, { "node": { - "path": "Steer/include/Steer/InteractionSampler.h" + "path": "Framework/Core/include/Framework/DetectorResponse.h" } }, { "node": { - "path": "Steer/include/Steer/MCKinematicsReader.h" + "path": "Framework/Core/include/Framework/ParamBase.h" } }, { "node": { - "path": "Utilities/Mergers/include/Mergers/MergerConfig.h" + "path": "Framework/Core/src/AODReaderHelpers.cxx" } }, { "node": { - "path": "Utilities/O2MessageMonitor/src/runO2MessageMonitor.cxx" + "path": "Framework/Core/src/AnalysisManagers.h" } }, { "node": { - "path": "Utilities/aliceHLTwrapper/src/Component.cxx" + "path": "Framework/Core/src/ParamBase.cxx" } }, { "node": { - "path": "Utilities/aliceHLTwrapper/src/EventSampler.cxx" + "path": "Framework/Core/src/WorkflowHelpers.cxx" } }, { "node": { - "path": "Utilities/rANS/include/rANS/FrequencyTable.h" + "path": "Framework/Core/test/FrameworkCoreTestLinkDef.h" } } ] @@ -4070,41 +4045,21 @@ "node": { "state": "OPEN", "mergedAt": null, - "title": "DPL: check for bind result as well.", - "number": 5432, - "author": { - "login": "ktf" - }, - "files": { - "edges": [ - { - "node": { - "path": "Framework/Core/src/runDataProcessing.cxx" - } - } - ] - } - } - }, - { - "node": { - "state": "CLOSED", - "mergedAt": null, - "title": "TEST - CI Run with some jobutils debugging", - "number": 5433, + "title": "Full system test as a DAG pipeline", + "number": 5460, "author": { - "login": "davidrohr" + "login": "sawenzel" }, "files": { "edges": [ { "node": { - "path": "Utilities/Tools/jobutils.sh" + "path": "prodtests/full-system-test/create_full_system_pipeline.py" } }, { "node": { - "path": "prodtests/full_system_test.sh" + "path": "prodtests/full_system_test_pipeline.sh" } } ] @@ -4113,53 +4068,38 @@ }, { "node": { - "state": "MERGED", - "mergedAt": "2021-02-11T10:54:12Z", - "title": "Implementation of CYSS support cylinder in ITS geometry", - "number": 5434, + "state": "OPEN", + "mergedAt": null, + "title": "PWGHF: Add Dplus selector", + "number": 5461, "author": { - "login": "mario6829" + "login": "fcatalan92" }, "files": { "edges": [ { "node": { - "path": "Detectors/ITSMFT/ITS/simulation/include/ITSSimulation/Detector.h" + "path": "Analysis/DataModel/include/AnalysisDataModel/HFCandidateSelectionTables.h" } }, { "node": { - "path": "Detectors/ITSMFT/ITS/simulation/include/ITSSimulation/V3Services.h" + "path": "Analysis/DataModel/include/AnalysisDataModel/HFSecondaryVertex.h" } }, { "node": { - "path": "Detectors/ITSMFT/ITS/simulation/src/Detector.cxx" + "path": "Analysis/Tasks/PWGHF/CMakeLists.txt" } }, { "node": { - "path": "Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx" + "path": "Analysis/Tasks/PWGHF/HFDplusToPiKPiCandidateSelector.cxx" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-11T15:51:55Z", - "title": "remove obsolete check", - "number": 5435, - "author": { - "login": "wiechula" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Detectors/TPC/calibration/include/TPCCalibration/CalibRawBase.h" + "path": "Analysis/Tasks/PWGHF/taskDPlus.cxx" } } ] @@ -4168,53 +4108,33 @@ }, { "node": { - "state": "OPEN", - "mergedAt": null, - "title": "PWGHF: first checked implementation of Xic->pKpi filtering", - "number": 5436, + "state": "MERGED", + "mergedAt": "2021-02-16T17:18:58Z", + "title": "DPL: Dropped obsolete messages with faster rates and input wildcards (O2-1924, O2-1919, O2-1966)", + "number": 5462, "author": { - "login": "mfaggin" + "login": "ktf" }, "files": { "edges": [ { "node": { - "path": "Analysis/Core/include/AnalysisCore/HFConfigurables.h" - } - }, - { - "node": { - "path": "Analysis/DataModel/include/AnalysisDataModel/HFCandidateSelectionTables.h" - } - }, - { - "node": { - "path": "Analysis/DataModel/include/AnalysisDataModel/HFSecondaryVertex.h" - } - }, - { - "node": { - "path": "Analysis/Tasks/PWGHF/CMakeLists.txt" - } - }, - { - "node": { - "path": "Analysis/Tasks/PWGHF/HFCandidateCreator3Prong.cxx" + "path": "Framework/Core/CMakeLists.txt" } }, { "node": { - "path": "Analysis/Tasks/PWGHF/HFTrackIndexSkimsCreator.cxx" + "path": "Framework/Core/include/Framework/ChannelInfo.h" } }, { "node": { - "path": "Analysis/Tasks/PWGHF/HFXicCandidateSelector.cxx" + "path": "Framework/Core/src/DataProcessingDevice.cxx" } }, { "node": { - "path": "Analysis/Tasks/PWGHF/taskXic.cxx" + "path": "Framework/Core/test/test_SlowConsumer.cxx" } } ] @@ -4223,68 +4143,73 @@ }, { "node": { - "state": "OPEN", - "mergedAt": null, - "title": "[EMCAL-565]: Add the basic calibration workflow.", - "number": 5437, + "state": "MERGED", + "mergedAt": "2021-02-16T13:42:44Z", + "title": "[MCH] modify (pre)clustering workflows to process several ROF per TF", + "number": 5463, "author": { - "login": "hjbossi" + "login": "pillot" }, "files": { "edges": [ { "node": { - "path": "DataFormats/Detectors/EMCAL/include/DataFormatsEMCAL/EMCALChannelData.h" + "path": "Detectors/MUON/MCH/Base/include/MCHBase/ClusterBlock.h" } }, { "node": { - "path": "DataFormats/Detectors/EMCAL/src/EMCALChannelData.cxx" + "path": "Detectors/MUON/MCH/Base/include/MCHBase/PreCluster.h" } }, { "node": { - "path": "Detectors/EMCAL/CMakeLists.txt" + "path": "Detectors/MUON/MCH/PreClustering/src/PreClusterFinder.cxx" } }, { "node": { - "path": "Detectors/EMCAL/calibration/CMakeLists.txt" + "path": "Detectors/MUON/MCH/Workflow/CMakeLists.txt" } }, { "node": { - "path": "Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALChannelCalibrator.h" + "path": "Detectors/MUON/MCH/Workflow/README.md" } }, { "node": { - "path": "Detectors/EMCAL/calibration/src/EMCALCalibrationLinkDef.h" + "path": "Detectors/MUON/MCH/Workflow/src/ClusterFinderOriginalSpec.cxx" } }, { "node": { - "path": "Detectors/EMCAL/calibration/src/EMCALChannelCalibrator.cxx" + "path": "Detectors/MUON/MCH/Workflow/src/ClusterSinkSpec.cxx" } }, { "node": { - "path": "Detectors/EMCAL/calibration/testWorkflow/EMCALChannelCalibratorSpec.h" + "path": "Detectors/MUON/MCH/Workflow/src/DigitSamplerSpec.cxx" } }, { "node": { - "path": "Detectors/EMCAL/calibration/testWorkflow/emc-channel-calib-workflow.cxx" + "path": "Detectors/MUON/MCH/Workflow/src/PreClusterFinderSpec.cxx" } }, { "node": { - "path": "Detectors/EMCAL/doxymodules.h" + "path": "Detectors/MUON/MCH/Workflow/src/PreClusterSinkSpec.cxx" } }, { "node": { - "path": "Detectors/EMCAL/workflow/src/RecoWorkflow.cxx" + "path": "Detectors/MUON/MCH/Workflow/src/digits-reader-workflow.cxx" + } + }, + { + "node": { + "path": "Detectors/MUON/MCH/Workflow/src/preclusters-sink-workflow.cxx" } } ] @@ -4293,33 +4218,63 @@ }, { "node": { - "state": "OPEN", - "mergedAt": null, - "title": "Update QA tasks for vertexing and MC PID", - "number": 5438, + "state": "MERGED", + "mergedAt": "2021-02-14T14:54:21Z", + "title": "Print out some indication where the error was found in the log file", + "number": 5464, "author": { - "login": "njacazio" + "login": "davidrohr" }, "files": { "edges": [ { "node": { - "path": "Analysis/Tasks/CMakeLists.txt" + "path": "Utilities/Tools/jobutils.sh" } - }, + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-12T19:26:41Z", + "title": "Fix typo (-l was present twice, one should have been -v)", + "number": 5465, + "author": { + "login": "davidrohr" + }, + "files": { + "edges": [ { "node": { - "path": "Analysis/Tasks/PWGHF/qaTaskEfficiency.cxx" + "path": "prodtests/full-system-test/setenv.sh" } - }, + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-13T00:51:54Z", + "title": "DPL: fix naming of rcvBufSize, sndBufSize", + "number": 5466, + "author": { + "login": "ktf" + }, + "files": { + "edges": [ { "node": { - "path": "Analysis/Tasks/PWGHF/qaTaskSimple.cxx" + "path": "Framework/Core/src/ChannelConfigurationPolicyHelpers.cxx" } }, { "node": { - "path": "Analysis/Tasks/pidTOFqa.cxx" + "path": "Framework/Core/src/DeviceSpecHelpers.cxx" } } ] @@ -4328,10 +4283,10 @@ }, { "node": { - "state": "MERGED", - "mergedAt": "2021-02-11T09:41:02Z", - "title": "Add option to fix SEED for full system test", - "number": 5439, + "state": "CLOSED", + "mergedAt": null, + "title": "TEST COMMIT, DO NOT MERGE", + "number": 5467, "author": { "login": "davidrohr" }, @@ -4339,7 +4294,7 @@ "edges": [ { "node": { - "path": "prodtests/full_system_test.sh" + "path": "Utilities/Tools/jobutils.sh" } } ] @@ -4349,27 +4304,42 @@ { "node": { "state": "MERGED", - "mergedAt": "2021-02-11T08:29:12Z", - "title": "Fix mem problems related to RootSerializableKeyValStore", - "number": 5440, + "mergedAt": "2021-02-13T00:13:43Z", + "title": "Remove ApplyCarryOverToLastPage in EMC mc->raw, use const TrailerSize", + "number": 5468, "author": { - "login": "sawenzel" + "login": "shahor02" }, "files": { "edges": [ { "node": { - "path": "Common/Utils/include/CommonUtils/RootSerializableKeyValueStore.h" + "path": "Detectors/EMCAL/simulation/src/RawWriter.cxx" } - }, + } + ] + } + } + }, + { + "node": { + "state": "OPEN", + "mergedAt": null, + "title": "Xtask", + "number": 5469, + "author": { + "login": "rspijkers" + }, + "files": { + "edges": [ { "node": { - "path": "Common/Utils/src/CommonUtilsLinkDef.h" + "path": "Analysis/Tasks/PWGHF/CMakeLists.txt" } }, { "node": { - "path": "Common/Utils/src/RootSerializableKeyValueStore.cxx" + "path": "Analysis/Tasks/PWGHF/taskX.cxx" } } ] @@ -4379,17 +4349,62 @@ { "node": { "state": "MERGED", - "mergedAt": "2021-02-11T10:52:26Z", - "title": "Reintroduce Wrapper Volume 0 for IB Layers of ITS3 Upgrade", - "number": 5441, + "mergedAt": "2021-02-14T17:21:25Z", + "title": "TEST - DO NOT MERGE - Use websocket backend in full system test", + "number": 5470, "author": { - "login": "mario6829" + "login": "davidrohr" }, "files": { "edges": [ { "node": { - "path": "Detectors/Upgrades/IT3/simulation/src/Detector.cxx" + "path": "prodtests/full-system-test/dpl-workflow.sh" + } + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-15T07:43:03Z", + "title": "[PHOS] Add missing include (when using Root 6.22/06)", + "number": 5471, + "author": { + "login": "aphecetche" + }, + "files": { + "edges": [ + { + "node": { + "path": "Detectors/PHOS/base/include/PHOSBase/Geometry.h" + } + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-15T18:57:28Z", + "title": "GPU: test SMatrixGPU with OpenCL2.0", + "number": 5472, + "author": { + "login": "mconcas" + }, + "files": { + "edges": [ + { + "node": { + "path": "Common/MathUtils/include/MathUtils/Cartesian.h" + } + }, + { + "node": { + "path": "Common/MathUtils/include/MathUtils/SMatrixGPU.h" } } ] @@ -4400,51 +4415,86 @@ "node": { "state": "OPEN", "mergedAt": null, - "title": "Fixes for thread safety of CCDB manager and MW2 CDB tests", - "number": 5442, + "title": "PWGHF: rapidity cut apply in Jpsi task", + "number": 5473, "author": { - "login": "shahor02" + "login": "zhangbiao-phy" }, "files": { "edges": [ { "node": { - "path": "CCDB/include/CCDB/BasicCCDBManager.h" + "path": "Analysis/Tasks/PWGHF/taskJpsi.cxx" } - }, + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-15T16:53:09Z", + "title": "Improvements in digitizer workflow", + "number": 5474, + "author": { + "login": "sawenzel" + }, + "files": { + "edges": [ { "node": { - "path": "CCDB/include/CCDB/CcdbApi.h" + "path": "Steer/DigitizerWorkflow/src/SimpleDigitizerWorkflow.cxx" + } + } + ] + } + } + }, + { + "node": { + "state": "MERGED", + "mergedAt": "2021-02-15T22:11:33Z", + "title": "PID: Merge split tasks into one configurable", + "number": 5475, + "author": { + "login": "njacazio" + }, + "files": { + "edges": [ + { + "node": { + "path": "Analysis/DataModel/include/AnalysisDataModel/PID/PIDTPC.h" } }, { "node": { - "path": "CCDB/src/BasicCCDBManager.cxx" + "path": "Analysis/Tasks/pidTOF.cxx" } }, { "node": { - "path": "CCDB/src/CcdbApi.cxx" + "path": "Analysis/Tasks/pidTOF_split.cxx" } }, { "node": { - "path": "Detectors/Calibration/testMacros/cdbSizeV0.txt" + "path": "Analysis/Tasks/pidTOF_tiny.cxx" } }, { "node": { - "path": "Detectors/Calibration/testMacros/populateCCDB.cxx" + "path": "Analysis/Tasks/pidTPC.cxx" } }, { "node": { - "path": "Detectors/Calibration/testMacros/retrieveFromCCDB.C" + "path": "Analysis/Tasks/pidTPC_split.cxx" } }, { "node": { - "path": "Detectors/Calibration/testMacros/retrieveFromCCDB.cxx" + "path": "Analysis/Tasks/pidTPC_tiny.cxx" } } ] @@ -4453,288 +4503,213 @@ }, { "node": { - "state": "MERGED", - "mergedAt": "2021-02-12T08:00:37Z", - "title": "Added macro to read event info from a Pythia8 heavy-ion simulation header", - "number": 5443, + "state": "OPEN", + "mergedAt": null, + "title": "Cosmics matcher + related changes", + "number": 5476, "author": { - "login": "preghenella" + "login": "shahor02" }, "files": { "edges": [ { "node": { - "path": "run/SimExamples/Custom_EventInfo/read_event_info_pythia8hi.macro" + "path": "Common/MathUtils/include/MathUtils/detail/Bracket.h" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-11T15:55:10Z", - "title": "Catch ROOT 'fatal in' / simplify fairmq-shmmonitor usage", - "number": 5444, - "author": { - "login": "sawenzel" - }, - "files": { - "edges": [ + }, + { + "node": { + "path": "DataFormats/Detectors/ITSMFT/ITS/include/DataFormatsITS/TrackITS.h" + } + }, + { + "node": { + "path": "DataFormats/Detectors/TPC/include/DataFormatsTPC/TrackTPC.h" + } + }, + { + "node": { + "path": "DataFormats/Detectors/TPC/include/DataFormatsTPC/WorkflowHelper.h" + } + }, + { + "node": { + "path": "DataFormats/Reconstruction/CMakeLists.txt" + } + }, + { + "node": { + "path": "DataFormats/Reconstruction/include/ReconstructionDataFormats/GlobalTrackID.h" + } + }, + { + "node": { + "path": "DataFormats/Reconstruction/include/ReconstructionDataFormats/TrackCosmics.h" + } + }, + { + "node": { + "path": "DataFormats/Reconstruction/include/ReconstructionDataFormats/TrackParametrizationWithError.h" + } + }, + { + "node": { + "path": "DataFormats/Reconstruction/include/ReconstructionDataFormats/TrackTPCTOF.h" + } + }, { "node": { - "path": "Utilities/Tools/jobutils.sh" + "path": "DataFormats/Reconstruction/include/ReconstructionDataFormats/VtxTrackIndex.h" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-11T15:46:41Z", - "title": "Fix codechecker errors", - "number": 5445, - "author": { - "login": "davidrohr" - }, - "files": { - "edges": [ + }, { "node": { - "path": "DataFormats/simulation/include/SimulationDataFormat/ConstMCTruthContainer.h" + "path": "DataFormats/Reconstruction/src/ReconstructionDataFormatsLinkDef.h" } }, { "node": { - "path": "GPU/GPUTracking/Benchmark/standalone.cxx" + "path": "DataFormats/Reconstruction/src/TrackCosmics.cxx" } }, { "node": { - "path": "GPU/GPUTracking/display/GPUDisplayBackendGlut.cxx" + "path": "DataFormats/common/include/CommonDataFormat/AbstractRef.h" } }, { "node": { - "path": "GPU/GPUTracking/display/GPUDisplayBackendGlut.h" + "path": "DataFormats/common/src/CommonDataFormatLinkDef.h" } }, { "node": { - "path": "GPU/GPUTracking/qa/genEvents.cxx" + "path": "DataFormats/common/test/testAbstractRefAccessor.cxx" } }, { "node": { - "path": "GPU/GPUTracking/qa/genEvents.h" + "path": "Detectors/GlobalTracking/CMakeLists.txt" } - } - ] - } - } - }, - { - "node": { - "state": "OPEN", - "mergedAt": null, - "title": "DPL: add helper for matcher creation", - "number": 5446, - "author": { - "login": "ktf" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Framework/Core/include/Framework/DataSpecUtils.h" + "path": "Detectors/GlobalTracking/include/GlobalTracking/MatchCosmics.h" } }, { "node": { - "path": "Framework/Core/src/DataSpecUtils.cxx" + "path": "Detectors/GlobalTracking/include/GlobalTracking/MatchCosmicsParams.h" } }, { "node": { - "path": "Framework/Core/test/unittest_DataSpecUtils.cxx" + "path": "Detectors/GlobalTracking/include/GlobalTracking/MatchTOF.h" } - } - ] - } - } - }, - { - "node": { - "state": "OPEN", - "mergedAt": null, - "title": "TPConly-TOF matching improvement", - "number": 5447, - "author": { - "login": "noferini" - }, - "files": { - "edges": [ + }, + { + "node": { + "path": "Detectors/GlobalTracking/include/GlobalTracking/RecoContainer.h" + } + }, + { + "node": { + "path": "Detectors/GlobalTracking/src/GlobalTrackingLinkDef.h" + } + }, + { + "node": { + "path": "Detectors/GlobalTracking/src/MatchCosmics.cxx" + } + }, + { + "node": { + "path": "Detectors/GlobalTracking/src/MatchCosmicsParams.cxx" + } + }, { "node": { "path": "Detectors/GlobalTracking/src/MatchTOF.cxx" } - } - ] - } - } - }, - { - "node": { - "state": "OPEN", - "mergedAt": null, - "title": "TPC CDBInterface: enable fetching CalPad from any path in CCDB", - "number": 5448, - "author": { - "login": "tklemenz" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Detectors/TPC/base/include/TPCBase/CDBInterface.h" + "path": "Detectors/GlobalTracking/src/MatchTPCITS.cxx" } }, { "node": { - "path": "Detectors/TPC/base/src/CDBInterface.cxx" + "path": "Detectors/GlobalTracking/src/RecoContainer.cxx" } - } - ] - } - } - }, - { - "node": { - "state": "MERGED", - "mergedAt": "2021-02-11T21:48:37Z", - "title": "DPL: make --fairmq-ipc-prefix homogeneous", - "number": 5449, - "author": { - "login": "ktf" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Framework/Core/src/runDataProcessing.cxx" + "path": "Detectors/GlobalTrackingWorkflow/CMakeLists.txt" } - } - ] - } - } - }, - { - "node": { - "state": "OPEN", - "mergedAt": null, - "title": "PWGHF: Adding first implementation of D0-D0bar correlation code (data/MC-reco/MC-kine)", - "number": 5450, - "author": { - "login": "fcolamar" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Analysis/Tasks/PWGHF/CMakeLists.txt" + "path": "Detectors/GlobalTrackingWorkflow/README.md" } }, { "node": { - "path": "Analysis/Tasks/PWGHF/HFDDbar_corr.cxx" + "path": "Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/CosmicsMatchingSpec.h" } - } - ] - } - } - }, - { - "node": { - "state": "OPEN", - "mergedAt": null, - "title": "[MCH] fix bug in Segmentation::findPadPairByPosition", - "number": 5451, - "author": { - "login": "aphecetche" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Detectors/MUON/MCH/Mapping/Impl3/src/CathodeSegmentationCImpl3.cxx" + "path": "Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/TPCITSMatchingSpec.h" } }, { "node": { - "path": "Detectors/MUON/MCH/Mapping/Impl3/src/CathodeSegmentationImpl3.cxx" + "path": "Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/TrackCosmicsReaderSpec.h" } }, { "node": { - "path": "Detectors/MUON/MCH/Mapping/Impl3/src/CathodeSegmentationImpl3.h" + "path": "Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/TrackCosmicsWriterSpec.h" } }, { "node": { - "path": "Detectors/MUON/MCH/Mapping/Impl4/src/CathodeSegmentationCImpl4.cxx" + "path": "Detectors/GlobalTrackingWorkflow/src/CosmicsMatchingSpec.cxx" } }, { "node": { - "path": "Detectors/MUON/MCH/Mapping/Impl4/src/CathodeSegmentationImpl4.cxx" + "path": "Detectors/GlobalTrackingWorkflow/src/MatchTPCITSWorkflow.cxx" } }, { "node": { - "path": "Detectors/MUON/MCH/Mapping/Impl4/src/CathodeSegmentationImpl4.h" + "path": "Detectors/GlobalTrackingWorkflow/src/TPCITSMatchingSpec.cxx" } }, { "node": { - "path": "Detectors/MUON/MCH/Mapping/Interface/include/MCHMappingInterface/Segmentation.inl" + "path": "Detectors/GlobalTrackingWorkflow/src/TrackCosmicsReaderSpec.cxx" } }, { "node": { - "path": "Detectors/MUON/MCH/Mapping/test/src/CathodeSegmentation.cxx" + "path": "Detectors/GlobalTrackingWorkflow/src/TrackCosmicsWriterSpec.cxx" } }, { "node": { - "path": "Detectors/MUON/MCH/Mapping/test/src/Segmentation.cxx" + "path": "Detectors/GlobalTrackingWorkflow/src/cosmics-match-workflow.cxx" } - } - ] - } - } - }, - { - "node": { - "state": "OPEN", - "mergedAt": null, - "title": "DPL Analysis: fix for malformed slice for the last entry in grouping", - "number": 5452, - "author": { - "login": "aalkin" - }, - "files": { - "edges": [ + }, { "node": { - "path": "Framework/Core/include/Framework/Kernels.h" + "path": "Detectors/GlobalTrackingWorkflow/tofworkflow/src/RecoWorkflowWithTPCSpec.cxx" } }, { "node": { - "path": "Framework/Core/test/test_GroupSlicer.cxx" + "path": "Detectors/README.md" } } ] @@ -4745,16 +4720,16 @@ "node": { "state": "OPEN", "mergedAt": null, - "title": "[EMCAL-650] Split payload per SRU link", - "number": 5453, + "title": "MCKinematicsReader fixing memory leak", + "number": 5477, "author": { - "login": "hahassan7" + "login": "matthias-kleiner" }, "files": { "edges": [ { "node": { - "path": "Detectors/EMCAL/simulation/src/RawWriter.cxx" + "path": "Steer/src/MCKinematicsReader.cxx" } } ] @@ -4763,18 +4738,28 @@ }, { "node": { - "state": "CLOSED", + "state": "OPEN", "mergedAt": null, - "title": "Add missing class to ROOT Dictionary", - "number": 5454, + "title": "macro to read TOF DCS entries", + "number": 5478, "author": { - "login": "davidrohr" + "login": "chiarazampolli" }, "files": { "edges": [ { "node": { - "path": "Detectors/MUON/MCH/Base/src/MCHBaseLinkDef.h" + "path": "Detectors/TOF/calibration/include/TOFCalibration/TOFDCSProcessor.h" + } + }, + { + "node": { + "path": "Detectors/TOF/calibration/macros/CMakeLists.txt" + } + }, + { + "node": { + "path": "Detectors/TOF/calibration/macros/readTOFDCSentries.C" } } ] @@ -4785,16 +4770,16 @@ "node": { "state": "OPEN", "mergedAt": null, - "title": "Increase pipeline depth temporarily to avoid lost messages, to be fixed later", - "number": 5455, + "title": "DPL: add facility field to InfoLogger output", + "number": 5479, "author": { - "login": "davidrohr" + "login": "ktf" }, "files": { "edges": [ { "node": { - "path": "Framework/Core/src/DataRelayer.cxx" + "path": "Framework/Core/src/CommonServices.cxx" } } ] @@ -4805,46 +4790,56 @@ "node": { "state": "OPEN", "mergedAt": null, - "title": "Initializing dcs-proxy from CCDB", - "number": 5456, + "title": "Implementation of cylinder and foam wedges for IB support in ITS3 geometry", + "number": 5480, "author": { - "login": "chiarazampolli" + "login": "mario6829" }, "files": { "edges": [ { "node": { - "path": "Detectors/DCS/CMakeLists.txt" - } - }, - { - "node": { - "path": "Detectors/DCS/testWorkflow/README.md" + "path": "Detectors/Upgrades/IT3/simulation/include/ITS3Simulation/V3Services.h" } }, { "node": { - "path": "Detectors/DCS/testWorkflow/macros/CMakeLists.txt" + "path": "Detectors/Upgrades/IT3/simulation/src/Detector.cxx" } }, { "node": { - "path": "Detectors/DCS/testWorkflow/macros/makeCCDBEntryForDCS.C" + "path": "Detectors/Upgrades/IT3/simulation/src/V3Services.cxx" } - }, + } + ] + } + } + }, + { + "node": { + "state": "OPEN", + "mergedAt": null, + "title": "WIP: Add table for HMPID", + "number": 5481, + "author": { + "login": "njacazio" + }, + "files": { + "edges": [ { "node": { - "path": "Detectors/DCS/testWorkflow/src/dcs-proxy.cxx" + "path": "Analysis/Tasks/PWGLF/CMakeLists.txt" } }, { "node": { - "path": "Detectors/TOF/calibration/macros/CMakeLists.txt" + "path": "Analysis/Tasks/PWGLF/spectraHMPID.cxx" } }, { "node": { - "path": "Detectors/TOF/calibration/macros/makeTOFCCDBEntryForDCS.C" + "path": "Framework/Core/include/Framework/AnalysisDataModel.h" } } ] @@ -4855,16 +4850,26 @@ "node": { "state": "OPEN", "mergedAt": null, - "title": "TEST COMMIT TO DEBUG THE CI - DO NOT MERGE", - "number": 5457, + "title": "[MCH] o2-mch-dcs-ccdb CLI can upload MCH/DCSConfig to CCDB", + "number": 5482, "author": { - "login": "davidrohr" + "login": "aphecetche" }, "files": { "edges": [ { "node": { - "path": "prodtests/full_system_test.sh" + "path": "Detectors/MUON/MCH/Conditions/CMakeLists.txt" + } + }, + { + "node": { + "path": "Detectors/MUON/MCH/Conditions/README.md" + } + }, + { + "node": { + "path": "Detectors/MUON/MCH/Conditions/src/dcs-ccdb.cxx" } } ]