-
Notifications
You must be signed in to change notification settings - Fork 5
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
Commits on Jul 15, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for f625826 - Browse repository at this point
Copy the full SHA f625826View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 968f382 - Browse repository at this point
Copy the full SHA 968f382View commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 251e510 - Browse repository at this point
Copy the full SHA 251e510View commit details -
Configuration menu - View commit details
-
Copy full SHA for a840044 - Browse repository at this point
Copy the full SHA a840044View commit details -
Configuration menu - View commit details
-
Copy full SHA for b027334 - Browse repository at this point
Copy the full SHA b027334View commit details -
Add struct for spline params simlair to norm parmas, which makes code…
… more mainainteable, but also is better memroy wise
Configuration menu - View commit details
-
Copy full SHA for 7bf5c8d - Browse repository at this point
Copy the full SHA 7bf5c8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b75b29 - Browse repository at this point
Copy the full SHA 8b75b29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f93240 - Browse repository at this point
Copy the full SHA 5f93240View commit details
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c3de26b - Browse repository at this point
Copy the full SHA c3de26bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.