Remove obsolete EvtIncoherentMixing class
Update DP model JSON file name
Update combinatorial DP histogram file name
Include vetoes in evaluation and normalisation of Lau2DSplineDPPdf
Looks good to me, many thanks.
Tests for leptonic tau decays in tauola show no significant differences after implementation of these changes.
Remove or convert C headers to C++ equivalents
Update CI builds and code formatting to more recent platform/compilers
Formatting changes following update to clang-format v16
Improve CI script to avoid spurious failures of test stage
Move CI to el9 LCG 105 for production builds
Fix compilation error on macOS Sonoma
Update setupEvtGen.sh script
Change LauFlavTag::Flavour to a scoped enum
Control SimFitCoordinator_Bd2Dpipi with ProgOpts
Better handling of failures in runTimeDepTest.sh
Fix minor memory leak in LauSimFitTask
Make explicit option for including extra PDFs
Fix handling of multi-dimensional constraints in sim fit coordinator
Fix some printouts in LauMinuit
Allow signal production asymmetry to be read from JSON
Fix problem with tensor particle rotation to helicity basis
Update list of authors/contributors
Improve mutexing of Tauola
Propagate the EvtGen seed to the Fortran RNG in Tauola
Reorganise test code for multi-threading
Make EvtExternalGenFactory instance thread_local
Reset PDL table on each read
Modify EvtDecayTable::getInstance to return a reference
Modified arrays in EvtBtoXsEtap and EvtBtoXsgamma to correct maximum number of…
Remove unwanted ctor and dtor from EvtRadCorr
Improve handling of EvtDalitzTable
Propagated protection of statics and const correctness in models and findMasses…
tlatham committed
rEVTGENc26947714160: Prototype changes for multithreading (authored by Heather Ratcliffe (ridcully) <h.ratcliffe@warwick.ac.uk>).
Prototype changes for multithreading
Fix recently introduced bug in EvtDalitzReso for parent with significant…
Prepare 2.2.3 patch release
Fix bug in EvtTensorParticle::rotateToHelicityBasis
Fix EvtDalitzReso for broad parents
The config file is created in commit 000e3be, which is in the branch.
In the branch, the formatting check is enabled in the CI in 05702ff and the formatting is applied to the source files in 8ab96ea. This has been tagged in .
The application of the formatting in will happen after the is merged.
Commit 8ab96ea5c5ed in branch v3-patches closes this revision
Apply formatting to source files
Remove all uses of deprecated ROOT ClassImp macro
Enable CI check of formatting
Fix minor memory leak in LauSimFitTask
Fix handling of multi-dimensional constraints in sim fit coordinator
Revamp how parameters are passed to the fit model
Move to el9 LCG 105 for production builds
Minor improvements to CMake config
Minor formatting fixes for examples
Fix formatting of Markdown and CMake files
Fix a few missing includes / forward declarations
Scripts to fix indentation of Doxygen comment blocks
Define clang-format style and formatting check in CI (currently disabled)
Small improvement to the dictionary LinkDef file
Take advantage of ROOT improvements in CMake functions for dictionary generation
Revert "Improve use of ROOT dictionary generation macros"
Fix python example following changes in 6bf4639
Many thanks indeed for this @abudinen!
tlatham moved
T229: Add json tests for Final-State-Radiators from
Restricted Project Column to
Restricted Project Column on the
Restricted Project board.
tlatham moved
T250: Add new plug-ins for Final-State-Radiation from
Restricted Project Column to
Restricted Project Column on the
Restricted Project board.
Thanks, this improves exception safety and makes it less likely to introduce accidental deadlocks with future changes that make early returns etc.
Update version number to 2.2.2
Remove EVTGEN_SHERPA from CI config
Add CI file to run builds in R02-02-00-patches
Thanks @jback for fixing these quickly. Good point about the R02-02-00-patches version needing fixing. Apologies for not spotting this when reviewing D119. I still haven't made the release from that branch, so we can include the fix before I do so. I think you can just cherry-pick the relevant commits from here onto that branch.
Thanks for this @jback! I've just spotted a couple of small things.
Thanks @abudinen - just a minor wording suggestion for the History file.
Since these are my changes, I'll let John and/or Michal do the actual reviewing!
Fix compilation warnings under gcc13 and clang16