BDSBunchCircle parameter misnaming / mismeaning

Issue #23 resolved
Laurie Nevay created an issue

In BDSBunchCircle test example, the input parameters are:

envelopeX envelopeXp envelopeY envelopeYp envelopeT envelopeE

however, Y and Yp aren't used. The class has radius R throughout (setter getter methods and use in coordinate calculation). This is in its self fine, but control of y, yp would be useful.

More importantly, you have to set x and xp, which is misleading in naming for 'r'.

Comments (2)

  1. Jochem Snuverink

    discussed with Laurie. Decided to change it into Filled Ellipse and use all input parameters that way.

  2. Log in to comment