Skip to content

func_adl_xAOD 1.2b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@gordonwatts gordonwatts released this 28 Dec 04:26
· 155 commits to master since this release
fafa971

First beta release of the new(ish) func_adl_xAOD. While I hope no external API's have changed, there has been lots of internal stuff:

  • You can now ask for a dictionary for your columns, and the column names will be the keys, and the values will be the ast's in the values
  • The AsROOTTTree is no longer required but still supported.
  • Lots of code that had to do with running, not generating the C++, has been removed. As needed, this can be put into another package.
  • Fixed a warning from CMAKE due to the files produced by this package
  • Internally, there is better code coverage, and testing on 3.7-3.9 now.