v00-01
v00-01
-
2020-04-14 Frank Gaede (PR#53)
- allow automatic change of version in CMakeLists.txt
- introduced version variables
- allow automatic change of version in CMakeLists.txt
-
2020-04-07 Andre Sailer (PR#51)
- Use PODIO_GENERATE_DATAMODEL, needs #AIDASoft/podio#73, fixes #49
-
2020-03-20 Valentin Volkl (PR#44)
- Add EventHeader data type
-
2020-03-18 Valentin Volkl (PR#43)
- add DDG4EDM4hep plugin for use with ddsim
-
2020-03-16 vvolkl (PR#48)
- Adapt to the changes in AIDASoft/podio#70 , add "includeSubfolder" option
- Adapt to the changes in AIDASoft/podio#69 , splitting of podio libraries
- CMake: Add logic to re-run class generator if edm4hep.yaml changes
-
2020-03-13 Valentin Volkl (PR#40)
- Improvements to doxygen configuration
-
2020-03-04 Valentin Volkl (PR#46)
- fix cmake target include and add test of edm4hep cmake targets
-
2020-02-19 Andre Sailer (PR#39)
- Fix installation location of EDM4hepVersion.h (EDM4HEP -> edm4hep)
- Change EDM4hep*.cmake install location to
${CMAKE_INSTALL_LIBDIR}/cmake/EDM4HEP
- Merge edm4hep dictionary library into main edm4hep library
- Merge edm4hepRDF dictionary library into main edm4hepRDF library
- Use CMAKE_INSTALL_*DIR variables defined by GNUInstallDirs
-
2020-02-19 Valentin Volkl (PR#32)
- add library + dict with lambdas for use with rdataframe
-
2020-02-17 Andre Sailer (PR#36)
- Cmake: if BUILD_TESTING=OFF no tests are compiled
-
2020-02-17 Valentin Volkl (PR#35)
- build system bugfix: Ensure that the CI picks up local version of packages also present in LCG
-
2020-02-17 Andre Sailer (PR#34)
- Cmake: remove directory properties, needs AIDASoft/podio#68
-
2020-02-17 Valentin Volkl (PR#24)
- Add an integration test using the TrickTrack seeding library
-
2020-02-14 vvolkl (PR#26)
- add diagram showing association between types
- improve whitespace in edm4hep.yaml
- update Readme
-
2020-02-05 vvolkl (PR#23)
- Add plcio-like types and some associations needed for a first working version: TrackState, ObjectID, TrackerHit, TPCHit, Track, Vertex, ReconstructedParticle, MCRecoParticleAssociation, MCRecoTrackerAssociation, MCRecoCaloAssociation
-
2020-01-21 Valentin Volkl (PR#22)
- Add adapted plcio Calorimeter types needed for a full working version
-
2020-01-21 Valentin Volkl (PR#20)
- Skip building podio tests in CI
-
2020-01-08 Valentin Volkl (PR#21)
- Replace tabs in test directory by spaces
-
2019-10-25 Valentin Volkl (PR#17)
- Fix edm4hep spelling convention:
- EDM4hep in mixed case, EDM4HEP in the context of all caps and edm4hep in code
- Fix edm4hep spelling convention:
-
2019-10-15 Valentin Volkl (PR#18)
- Use an extended script for CI builds that compiles and install the HEAD of podio on the fly.
-
2019-10-02 Frank Gaede (PR#16)
- add some templates for pull requests and issues
- add contributing guidelines
-
2019-10-02 Frank Gaede (PR#14)
- add tests write_events and read_events
- implement code for MCParticle, SimTrackerHit and SimCalorimeterHit - add file for creating doxygen documentation
- add missing c'tors and operators to Vector components
- make use of HepMC and PDT optional
- add tests write_events and read_events
-
2019-09-27 Frank Gaede (PR#7)
- fix component names according discussion at CERN: https://codimd.web.cern.ch/NtM0GlENRFG5Wc_bAn_sxA?both#
- add some extraCode for convenient methods to MCParticle
- to be discussed if we want these in this way - fix the install directories to observe
CMAKE_INSTALL_PREFIX
- follow cmake updates in AIDASoft/podio#54