Skip to content

Commit 0bc782b

Browse files
committed
Release Notes for v02-03-04
1 parent d522d2d commit 0bc782b

1 file changed

Lines changed: 59 additions & 0 deletions

File tree

doc/ReleaseNotes.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,62 @@
1+
# v02-03-04
2+
3+
* 2025-04-28 Thomas Madlener ([PR#163](https://github.com/ilCSoft/ILDConfig/pull/163))
4+
- Add information output about the time spent in each algorithm to the end of the execution for Gaudi reconstruction
5+
6+
* 2025-04-28 Thomas Madlener ([PR#162](https://github.com/ilCSoft/ILDConfig/pull/162))
7+
- Set the default verbosity to `MESSAGE` for `MarlinStdReco.xml` and `MarlinStdRecoLCTuple.xml`
8+
9+
* 2025-04-25 Thomas Madlener ([PR#160](https://github.com/ilCSoft/ILDConfig/pull/160))
10+
- Switch to Ubuntu24 for the CI workflows that test the FCCee models
11+
12+
* 2025-02-05 Thomas Madlener ([PR#156](https://github.com/ilCSoft/ILDConfig/pull/156))
13+
- Introduce a `DropCollectionsCalibrationREC` for all the `CONSTANTS` configurations to free **`AdditionalDropCollectionsREC`** for user defined collections that should be dropped.
14+
- Introduce `get_drop_collections` function that does the appropriate merging.
15+
16+
* 2025-02-03 Thomas Madlener ([PR#158](https://github.com/ilCSoft/ILDConfig/pull/158))
17+
- Mark all subset collections as such in the full REC collections content to avoid spurious crashes.
18+
- See also the documentation changes in [key4hep/k4EDM4hep2LcioConv#109](https://github.com/key4hep/k4EDM4hep2LcioConv/pull/109)
19+
- Sort the collection list alphabetically
20+
21+
* 2025-02-03 Thomas Madlener ([PR#157](https://github.com/ilCSoft/ILDConfig/pull/157))
22+
- Replace `$lcgeo_DIR` usage by `$k4geo_DIR` in READMEs and example scripts as the former is going to be removed (see [key4hep/k4geo#415](https://github.com/key4hep/k4geo/pull/415).
23+
- **Keeping the `constants` and command line arguments unchanged to not break user scripts and workflows**.
24+
25+
* 2025-02-03 Thomas Madlener ([PR#155](https://github.com/ilCSoft/ILDConfig/pull/155))
26+
- Make sure that the `py_utils` import works as expected by setting PYTHONPATH on the fly accordingly.
27+
28+
* 2024-12-10 Thomas Madlener ([PR#152](https://github.com/ilCSoft/ILDConfig/pull/152))
29+
- Remove all `OutputLevel` settings from the wrapped Marlin processors in `ILDReconstruction.py` and components.
30+
31+
* 2024-11-18 Victor Schwan ([PR#150](https://github.com/ilCSoft/ILDConfig/pull/150))
32+
- minimal requirements for reco with ILD_FCCee_v01/2 models satisfied
33+
34+
* 2024-09-16 tmadlener ([PR#149](https://github.com/ilCSoft/ILDConfig/pull/149))
35+
- Make sure that all events contain the same collection contents before they are converted to EDM4hep by patching in potentially missing empty collections on the fly using the `PatchCollections` processor.
36+
- For now the contents of `collctions_rec_level.txt` has been determined from the 3 ttbar events that we run in CI. This will need some more adjustments as we go and most likely also needs some more tuning for different detector models.
37+
38+
* 2024-09-06 Ulrich Einhaus ([PR#148](https://github.com/ilCSoft/ILDConfig/pull/148))
39+
- added weight files for 0.1 GeV < p < 1 GeV
40+
- split into 6 bins for 2f-Z-had, but only 4 bins for single particles due to statistics reasons
41+
- use the new reference files Ref_2fZhad_18bins... or Ref_singleP_16bins..., respectively
42+
43+
* 2024-08-29 Victor Laurenz Schwan ([PR#142](https://github.com/ilCSoft/ILDConfig/pull/142))
44+
- ILD Reco also possible with v09 and v11 models
45+
- so far only tracking
46+
47+
* 2024-08-23 tmadlener ([PR#147](https://github.com/ilCSoft/ILDConfig/pull/147))
48+
- Run the CI workflows on a daily schedule to detect accidental upstream breakages
49+
50+
* 2024-08-21 tmadlener ([PR#146](https://github.com/ilCSoft/ILDConfig/pull/146))
51+
- Remove the old travis-ci configuration
52+
- Fix triggers for github actions based CI
53+
54+
* 2024-08-02 tmadlener ([PR#145](https://github.com/ilCSoft/ILDConfig/pull/145))
55+
- Add CI workflows based on key4hep releases and nightlies that run the typical 3 ttbar events simulation & full reconstruction for
56+
- LCIO inputs / outputs using Marlin: `MarlinStdReco.xml`, `MarlinStdRecoLCTuple.xml` and `MarlinStdRecoMiniDST.xml`
57+
- EDM4hep inputs / outputs using Gaudi: `ILDReconstruction.py`
58+
- The setup currently only uses the `ILD_l5_o1_v02` geometry, but more geometries can be added
59+
160
# v02-03-03
261

362
* 2024-03-11 tmadlener ([PR#140](https://github.com/iLCSoft/ILDConfig/pull/140))

0 commit comments

Comments
 (0)