Incorrect beam size in add_rectangular_beam_with_energ
Status: Beta
Brought to you by:
tvkalvas
According to the documentation the size of the beam goes from -siz1 to +size1 in dir1 and -size2 to +size2 in dir2.
I noticed that for dir2 my beam dimension goes from -size2 to 0.
I looked to the code in particlesdatabaseimp.cpp but I couldn't fine any asymmetry in the treatment of size1 and size2. I attached a small test
(based in the test/beam3d).
Not a bug. The particles exist but were not shown on plot due to even particle plot division number. The particle division functionality should be changed to prevent this.