Thanks both, I'll go ahead and land this. Unusually I'm going to use the "merge" strategy in this case rather than the usual "squash" strategy, since I think having the intermediate commits in the history will make it simpler to restore any individual models in the future if we need to do so.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Apr 11 2024
Rebase on master
Apr 10 2024
Thanks @abudinen, I've added the lists you requested to the History file.
- Add lists of removed models and EvtGenBase classes
Looks good, many thanks!
Apr 9 2024
Mar 5 2024
- Update History.md
Mar 4 2024
Feb 19 2024
Updated History.md after landing of D107
Rebase after landing of D100
Feb 5 2024
Issues with PROPSLPOLE turn out to be more involved. The model appears to be doing things it shouldn't. The SLPOLE model should be used in preference. As such the decision is to remove PROPSLPOLE.
Jan 11 2024
The implementation in D101 has caused problems with being able to run the python example GenFit3pi.py because to be able to use our classes in python they need to have dictionaries generated.
As such, I'm going to revert the changes from landing D101 and make new commits that only apply the following parts of those changes:
- Removal of the deprecated ClassImp macro in all source files
- The improvements to the CMake modules to avoid using old-style CMake stuff like file-level include_directories, etc.
Dec 20 2023
Thanks John, this looks great!
Once I'm back in the office in January I'll run it through the CI and then merge it if all is well.
Dec 19 2023
Dec 7 2023
Hi @jback, just a quick note to explain the new changes.
- Updates to clang-format style for clang 16
- Modify clang-format style to 4-space indentation
- Fix missing newline in README
- Scripts to fix indentation of Doxygen comment blocks
- Further improve formatting style
- Re-apply formatting to source files
Nov 22 2023
Nov 21 2023
- Apply formatting in v3-patches branch
@jback, does this look ok? It's the same as the code we now have in #evtgen.
Nov 20 2023
- Add warning if requested C++ standard is too old
Nov 16 2023
Thanks John!
Nov 15 2023
Thanks. @abudinen, I've tried to improve the clarity of the description following our discussion.
Nov 7 2023
It looks like it is going to be a nightmare to merge timedep-branch into master if we apply this formatting first (even after applying the same formatting there first).
So what I'd propose is to merge the last actual code changes into master - will create the differential for that shortly - then create a new v3-patches branch, to which this formatting can then be applied, and release v3r6 from that branch. This Differential can be updated to accomplish that part.
The formatting can then be applied to master after merging in timedep-branch - will require a separate Differential at a later date.
Does that sound reasonable?
Nov 6 2023
Thanks to D101, this is now in master but needs to also be propagated to the time-dependent branch, so not yet closing this.
Closed by rLAURA9dffea19ce7b
(not sure why this didn't happen automatically)
In parallel I need to check what happens if I apply the same formatting in the timedep branch and then try and merge the branches! If that doesn’t go so well we might have to postpone this change untill after merging timedep into master.
Since this is purely formatting changes, I think the main thing to review is that the formatting style looks reasonable and that the CI check looks ok. Up to you if you want to look through all the files!!
Remove unused member variable from LauKMatrixPropagator
Many thanks for checking through this. I’ve reply to your K-matrix related question inline.
Oct 31 2023
It looks like the VUB_AC model isn't registered in EvtModelReg - should it be removed?
Just looking at this model to decide whether or not to remove it, as per T200.
Oct 19 2023
Thanks for the updates @jback. I think it would be good to understand what's going on with the phi Dalitz angles. It looks like the variables are a bit different between what we're plotting and what they showed in their talk. One of their variables runs from -pi to pi, and it called phi, so it seems to be more of an azimuthal type angle. We should ask them for the exact definitions of each of those angles. Otherwise I'm happy.
Oct 17 2023
@jback - just to provide you with a bit more context. This is the first of three Differentials that I would like to get merged before releasing v3r6 from the master branch:
- This one, which addresses T213, solving an issue with and generally improving the ROOT dictionary generation
- One that will address T111 by creating a clang-format style file, applying it to the code, and adding a corresponding CI check
- One that will address T227 by creating new functions in the fit models to access the amplitude and likelihood as a function of the DP position
Oct 16 2023
Looks good now. I'll land D98 and then this one.
Fix typo in release notes
Oct 11 2023
For the newly added code it would be good to have the member variables named with the m_ prefix.
Oct 9 2023
Thanks for this @abudinen. Do we want to add some cases for hadronic final states?