v00-07
v00-07
-
2023-11-03 jmcarcell (PR#156)
- Use the new
edm4hep::CellIDEncoding
. Needs key4hep/EDM4hep#234
- Use the new
-
2023-11-02 tmadlener (PR#157)
- Make sure to always create a
CaloHitContribution
collection if anySimCalorimeterHit
is seen in the conversion even if all of them are empty. - Use the global object map to resolve
MCParticle
relations for these contributions.
- Make sure to always create a
-
2023-11-02 tmadlener (PR#148)
- Add a warning message to the steering file converter script to warn users about any
<include ref="..." />
statements in the original Marlin steering file.
- Add a warning message to the steering file converter script to warn users about any
-
2023-10-09 jmcarcell (PR#152)
- Fix links since edmConverter.md was removed
-
2023-10-09 tmadlener (PR#149)
- Create a one page summary, including brief how-tos, for the wrapper and related topics.
- Compiled from the existing documentation, focusing entirely on things that are part of the wrapper repository, removing things that should be introduced elsewhere (e.g. basics of the Gaudi framework).
- Create a one page summary, including brief how-tos, for the wrapper and related topics.
-
2023-10-05 tmadlener (PR#147)
- Introduce a global object map that is shared by all converter instances (in either direction). This is necessary to properly set all relations even if the related objects are not converted in the same converter instance.
- Fixes key4hep/k4LCIOReader#31
- Fixes #113
- Add a
global_converter_maps
test case (and a description) that checks that this works as expected.
- Introduce a global object map that is shared by all converter instances (in either direction). This is necessary to properly set all relations even if the related objects are not converted in the same converter instance.
-
2023-10-04 tmadlener (PR#146)
- Move the EDM4hep to LCIO (and back) converter tests to k4EDM4hep2LcioConv (key4hep/k4EDM4hep2LcioConv#29) as they effectively only test functionality of the converter.
-
2023-10-03 tmadlener (PR#144)
- Move the EDM4hep to LCIO (and back) converter tests to k4EDM4hep2LcioConv (key4hep/k4EDM4hep2LcioConv#29) as they effectively only test functionality of the converter.
-
2023-10-03 tmadlener (PR#142)
- Introduce a global object map that is shared by all converter instances (in either direction). This is necessary to properly set all relations even if the related objects are not converted in the same converter instance.
- Fixes key4hep/k4LCIOReader#31
- Fixes #113
- Add a
global_converter_maps
test case (and a description) that checks that this works as expected.
- Introduce a global object map that is shared by all converter instances (in either direction). This is necessary to properly set all relations even if the related objects are not converted in the same converter instance.
-
2023-09-13 tmadlener (PR#141)
- Move includes to where they are really necessary and remove unnecessary includes from other headers.
-
2023-09-13 tmadlener (PR#140)
- Remove the workarounds for non-zero exit codes again. They were introduced in #120 to work around key4hep/k4FWCore#125 which has been fixed with key4hep/k4FWCore#132
-
2023-09-13 Andre Sailer (PR#134)
- TrackingCellIDEncodingSvc: add service to set the Cell ID encoding string for iLCSoft track reconstruction
-
2023-09-12 tmadlener (PR#139)
- Make sure to have an
import os
in all gaudi options files that useos
in some form. This becomes necessary after key4hep/k4FWCore#134
- Make sure to have an
-
2023-09-12 tmadlener (PR#138)
- Use the
EDM4hep2LCIOConv
namespace (introduced in key4hep/k4EDM4hep2LcioConv#27) in the EDM4hep to LCIO conversion tool.
- Use the
-
2023-09-05 jmcarcell (PR#137)
- Docs: Correct the comment referring to the input file that has to be replaced
- Test: no longer ignore the return value of a test. It used to return 4, but that was fixed in key4hep/k4FWCore#132
- Tests: Replace environment variable LCGEO with K4GEO following the usage in other key4hep repositories
-
2023-09-04 jmcarcell (PR#136)
- Fix clang warning "inconsistent-missing-override" by adding final to some virtual functions
-
2023-09-04 tmadlener (PR#128)
- Install the
clicRec_e4h_input.py
script that is used in the documentation in order to make the paths that are used there less confusing. Fixes #90
- Install the
-
2023-08-30 Andre Sailer (PR#135)
- CI: clicrec_edm4hep test: created new edm4hep SIM file compatible with current podio master
-
2023-08-30 tmadlener (PR#129)
- Make sure to convert the
CellIDEncoding
for collections when going from LCIO to EDM4hep.
- Make sure to convert the
-
2023-07-26 Andre Sailer (PR#132)
- CI: add pre-commit
-
2023-07-26 Leonhard Reichenbach (PR#131)
- Fixed a typo and creation of trailing white space in convertMarlinSteeringToGaudi.py
-
2023-07-26 Andre Sailer (PR#130)
- Add license to all files
- Add pre-commit
- Fix some white space