Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enum instead of string and C++14 support #76

Merged
merged 9 commits into from
Jul 19, 2024
Merged

Commits on Jul 15, 2024

  1. Rather then storign string and doing string comparsion let's use Syst…

    …Enum, in addition don't use python liek structure binding as this isn't c++14 compliant. Given this was only place which c++14 doesn't like it is better to use something simpler.
    KSkwarczynski committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f625826 View commit details
    Browse the repository at this point in the history
  2. clean garbage around XsecNorms4, rahter than making some auxilarrry v…

    …ariables whihc are part of class (this is waste) now we fill xsec norm direclty from yaml. This should make mainanace and code clarity much better. I am thinking to make similiar stucture for splines in the near future.
    KSkwarczynski committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    968f382 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    251e510 View commit details
    Browse the repository at this point in the history
  2. some fancy flags

    KSkwarczynski committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a840044 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b027334 View commit details
    Browse the repository at this point in the history
  4. Add struct for spline params simlair to norm parmas, which makes code…

    … more mainainteable, but also is better memroy wise
    KSkwarczynski committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7bf5c8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b75b29 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f93240 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. fix merge conflcit

    KSkwarczynski committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    c3de26b View commit details
    Browse the repository at this point in the history