-
Notifications
You must be signed in to change notification settings - Fork 177
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
Consistent track parameters names (Part 1) #241
Consistent track parameters names (Part 1) #241
Conversation
78b60b8
to
9093c72
Compare
The coverage debug build is failling for unknown reasons and there are no logs or error messages. Does anyone have an idea? Could this be the disk space issue again? |
9093c72
to
2730f9c
Compare
Codecov Report
@@ Coverage Diff @@
## master #241 +/- ##
==========================================
- Coverage 48.41% 48.37% -0.05%
==========================================
Files 319 320 +1
Lines 16336 16381 +45
Branches 7570 7587 +17
==========================================
+ Hits 7909 7924 +15
- Misses 3175 3189 +14
- Partials 5252 5268 +16
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty much strait forward so I don't have much comment on this one.
2730f9c
to
46a8bc7
Compare
@Corentin-Allaire I fixed the typo and hopefully answered the outstanding questions. |
That is all good for me. Do we want to let Fabian have a look at it ? |
I'm reading it atm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have one question and some line change suggestions. Beside of that I'm fine
c6079e1
to
a764e07
Compare
a764e07
to
a5b74f6
Compare
* EventData: rename free track parameters * EventData: remove unqualified track parameters typedef * EventData: rename neutral parameters header * EventData: rename charge parameters implementation file * EventData: remove unneeded cstors/dstore from free params * EventData: fix explicit template instantiations * EventData: rename neutral typedefs * EventData: remove unnecessary include * EventData: rename charged free params typedef * Examples: fix track parameters type * Tests: rename track param tests * Tests: fix track parameters type
Rename track parameter classes as decided in #151.
This renames the
Single...TrackParameters
base classes, the neutral typedefs, and the charge free parameters typedef. The{Bound,Curvilinear}Parameters
are left for a second PR to reduce this PRs size.