Avoid duplication of member variables for location and momentum of the...
Avoid duplication of member variables for location and momentum of the reference particle and the transformation from the reference to lab coordinate system. Deleted the member variables in the ParallelTTracker and just using the ones in the PartBunch. This is a first step towards #287.
Merge request reports
Activity
The reference tests all ran without additional failures and the bERLinPro also yields the same results.
Edited by krausMinor change I've forgotten to mention: I've removed
using namespace std
inParallelTTracker.cpp
and addedstd::
in a few locations. I prefer to addstd::
where it's needed instead of addingusing namespace std
.Edited by krausmentioned in commit 82e4991f