Skip to content

v00-04

Compare
Choose a tag to compare
@fdplacido fdplacido released this 20 Oct 13:05

v00-04

  • 2021-10-19 Valentin Volkl (PR#49)

    • [ci] use jupytext from stack
  • 2021-10-07 Placido Fernandez Declara (PR#48)

    • Update CI to properly check clang-format
    • Apply clang-format to all cpp and h files
  • 2021-10-07 Placido Fernandez Declara (PR#39)

  • 2021-10-06 Valentin Volkl (PR#44)

    • switch to edm4hep::Const* in interfaces, for compatibility with podio > 0.13.1
  • 2021-10-01 Placido Fernandez Declara (PR#32)

    • Get metadata for SimCaloHits and convert it to LCIO
  • 2021-09-27 Placido Fernandez Declara (PR#43)

    • convertMarlinSteeringToGaudi: When an escape XML character was found (&), reading the XML Tree would fail. The character is nowescaped, so the marlin XML file is processed correctly
  • 2021-09-27 Placido Fernandez Declara (PR#42)

    • When indicating to process more events than available, algorithm will create empty event and fail by trying to continue.
    • If no more events to read are found, the processing will stop
  • 2021-09-02 Placido Fernandez Declara (PR#41)

    • Add remaining implicit conversions in LCIO->EDM4hep conversion
  • 2021-08-30 Placido Fernandez Declara (PR#40)

    • Update paths for LCGEO in tests
  • 2021-08-12 Placido Fernandez Declara (PR#37)

    • Remove need to indicate the type alongside collection names in the python steering file
    • For LCIO->EDM4hep directly write the collections instead of using a DataHandle
    • Update documentation for converters
  • 2021-08-12 Placido Fernandez Declara (PR#33)

    • convert calohitcontributions for SimCaloHits, re-use table of collect…
  • 2021-08-05 Valentin Volkl (PR#34)

    • [cmake] use BUILD_TESTING to make tests optional
  • 2021-07-21 Placido Fernandez Declara (PR#28)

    • Fix checks on second parameter when sorting them.
  • 2021-06-18 Valentin Volkl (PR#31)

    • [ci] use github-cvmfs action in ci
  • 2021-06-18 Valentin Volkl (PR#30)

    • Add starterkit page from key4hep-doc, with test workflow
  • 2021-06-17 Placido Fernandez Declara (PR#29)

    • !! Breaking change!!
    • Remove the need for an END_TAG in the options file: replace it with a map/dict of key-values
    • Adapt XML to Python converter to fit for the change
    • Adapt tests with new format