v0.4.0
What's Changed
- First basic example with more detailed documentation by @bistapf in #70
- Update basic examples with namespaces by @bistapf in #82
- WIP: add explanations in Basicexamples by @EmanuelPerez in #102
- Add WITH_DD4HEP option in cmake by @vvolkl in #133
- Add analysis example for Bu+Bc search by @zuoxunwu in #130
- Update Bu + Bc example by @zuoxunwu in #134
- New run analysis scheme by @clementhelsens in #140
- fix cmake RPATH by @clementhelsens in #141
- move MCParticle to FCCAnalyses::MCParticle by @clementhelsens in #142
- Better variable names in FCCAnalysisRun, fix typo by @clementhelsens in #143
- Add ctest und unittest infrastructure by @vvolkl in #139
- cmake: allow overriding of rpath setting, better default for install directory by @vvolkl in #145
- Adding tests of algorithms not inside structs by @kjvbrt in #144
- First unittests for functions in myUtils.h by @kjvbrt in #146
- cmake: fix error in set(CMAKE_INSTALL_RPATH_USE_LINK_PATH) by @vvolkl in #150
- cmake: export targets by @vvolkl in #153
- ci: add test phase using local setup.sh by @vvolkl in #152
- Adding test file option by @clementhelsens in #154
- Set environment variables to pick up local installation in ctest by @vvolkl in #155
- Small edits/fixes by @kjvbrt in #148
- doPlots.py improvements by @jalimena in #157
- origin of MC leptons in Namespaces by @clementhelsens in #160
- Jets add dmerge 2 by @EmanuelPerez in #161
- FCCAnalyses::MCParticle::get_indices, for exclusive and inclusive decays by @jalimena in #147
- Use FCCAnalysisRun for everything by @clementhelsens in #156
- Split src/ includes and add case-studies subdir by @clementhelsens in #151
- fccanalysisrun: add --nevents option to limit number of events processed by @vvolkl in #163
- Do 'using namespace FCCAnalyses;' by default, for backwards incompatibility by @vvolkl in #164
- Restore ExclusiveDecay signature by @vvolkl in #162
- More tests + header for (micro)benchmarking by @kjvbrt in #165
- Start optimisations based on RDF experts comments by @clementhelsens in #159
- Automatic macrobenchmarking by @kjvbrt in #166
- Add FCCAnalyses namespaces for everything by @clementhelsens in #167
- Benchmarking only at 'push' by @kjvbrt in #169
- add RDF eloglevel by @clementhelsens in #170
- Re-enabling documentation generation by @kjvbrt in #171
- Basicexamples by @EmanuelPerez in #172
- Merge basic examples to master by @clementhelsens in #173
New Contributors
- @bistapf made their first contribution in #70
- @zuoxunwu made their first contribution in #130
- @kjvbrt made their first contribution in #144
- @jalimena made their first contribution in #157
Full Changelog: v0.3.7...v0.4.0