- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Sep 23 2022
Sep 12 2022
Aug 31 2022
Possibly related to email thread "Potential weird EvtGen bug in semileptonic baryon decays(?)" from @florian et al.?
Jul 21 2022
Jul 19 2022
Jul 5 2022
Jun 30 2022
Thanks Michal, this indeed looks like a good set of clean-ups as well as the actual physics improvement.
Jun 28 2022
Jun 22 2022
Jun 8 2022
May 31 2022
May 13 2022
May 12 2022
May 11 2022
Many thanks! Good to go as far as I'm concerned.
If you could also add to the History.md an entry for D80 that would be great, I completely forgot to do that before landing it just now!
Hi @jback, many thanks for checking this.
Certainly we should make sure that this is correct in the paper draft.
Once the paper is out we can take down the old guide and replace it with a copy of the paper or a link to the paper on arXiv.
But in the meantime, I think it is probably best also to correct the latex for the guide and perhaps put a new pdf on the webpage.
Thanks for these changes @kreps.
I have checked the consistency of the changes between B0 and B0bar and between the DEC and XML files and that all looks fine.
I also gave the two new scripts a quick try and they seem to work as advertised.
They are, however, missing the copyright section at the top. Ideally that section should also be updated to 2022 in the convertDecayFile.py script, then it can be copied into the two new files.
What does "Guide mark calculation" mean in ArgumentParser description in the two new scripts? Could these be made a bit more descriptive?
Rebased on master
May 9 2022
May 7 2022
Apr 29 2022
Thanks Michal.
The config file is mostly just the default values with the only customisation coming in the first 5 lines:
- line 1 to run only the modernize-use-nullptr check
- line 3 to ensure that it warns about things in our header files
- line 5 so that it uses our .clang-format file for reformatting after any auto-applied changes
I have no doubt that the existing code will need cleaning up as we enable more checks. This is why I say "eventually" about having this run automatically, otherwise we'll just be swamped with warnings. A point for subsequent discussion will be what checks we want to use and in what order to start to gradually enable them and fix stuff as we go. I'll create a task where we can have such a discussion.
Apr 26 2022
Apr 14 2022
Thanks John!
Apr 7 2022
Mar 22 2022
Feb 9 2022
Dec 6 2021
Nov 30 2021
Nov 23 2021
Nov 9 2021
Nov 5 2021
Nov 3 2021
Oct 29 2021
Oct 27 2021
Oct 5 2021
Oct 1 2021
Sep 12 2021
Sep 8 2021
Sep 7 2021
Jul 1 2021
Jun 28 2021
Jun 24 2021
Another option for the data format and parser would be JSON and nlohmann_json as the parser.
While I slightly prefer the look of YAML files, the nlohmann_json parser looks to be more fully featured that either json-cpp or yaml-cpp.
Will look at the various use-cases and see which would work better.
Jun 10 2021
For some reason this didn't get automatically closed when you landed the changes. I tried adding the commit to the list of related commits but that didn't do anything either. Is it possible to close it manually?
Jun 9 2021
As part of this review, should check whether there are adequate protections against invalid settings being passed to these models, e.g. not specifying model number 6 for Bs -> phi mu mu decay modelled with BTOSLLBALL, and implement them if missing.
Jun 8 2021
Thanks @kreps - the solution for what to do with the excess BF sounds sensible and the actual changes to the numbers all appear to be correctly done.