Conversation
Contributor
Public API surface diff+33 added, 0 breaking. ➕ Added public APINew types / aliases / enums / variables / concepts (6)
New call signatures (incl. defaulted-arg overloads) (6)
New public data members (21)
|
goblirsc
force-pushed
the
MG_MilleResultReader
branch
from
August 26, 2026 16:43
a49231a to
60e6d32
Compare
goblirsc
force-pushed
the
MG_MilleResultReader
branch
from
August 28, 2026 14:54
60e6d32 to
2dffa5c
Compare
goblirsc
force-pushed
the
MG_MilleResultReader
branch
from
September 8, 2026 11:25
2dffa5c to
66ec568
Compare
goblirsc
force-pushed
the
MG_MilleResultReader
branch
from
September 22, 2026 10:02
902b41c to
bbe0e78
Compare
goblirsc
force-pushed
the
MG_MilleResultReader
branch
from
September 23, 2026 12:33
bbe0e78 to
27d2c83
Compare
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add a MillePedeResultReader that can parse the result files generated by Millepede.
Adds a reader utility to parse the output file produced by the
pedealignment fitter.Will return the results in a vector of parameter-level outcomes.
No attempt is made to translate the abstract parameters / labels back to surfaces and transforms - this is intended to be done by the caller (or in the Examples framework), taking into account their specific alignment logic.
Also add a unit test and python bindings.
Should go in after #5954