When executing `help /gps/ang/maxphi`, the default value shown is 3.14159, but shouldn't it be 2*pi, or 6.28318? The book for application devs and the constructor of "G4SPSAngDistribution" define the default value as 2*pi, but "G4GeneralParticleSourceMessenger.cc", line 436 (G4.10.7) says maxphiCmd1->SetDefaultValue(pi);
Thanks for reporting this problem. Fix will be included in the coming release. Makoto