Skip to content

Simplification and fixes for ConstFieldHelixStepper.

Andrei Gheata requested to merge agheata/fix_const_field_stepper into master
  • Simplification of interface: using only Real_v as template parameter.
  • Passing charge as double
  • using SinCos
  • Simplified initialization and storing data as Vector3D

Tested: testConstVecFieldStepper 100 1000 1 2 3 giving Ok results

Merge request reports