Problem 293

Summary: Space in name of G4OpRayleigh is a nuisance
Product: Geant4 Reporter: gas
Component: processes/opticalAssignee: gum
Status: CLOSED FIXED    
Severity: minor    
Priority: P2    
Version: 3.2   
Hardware: PC   
OS: Linux   

Description gas 2001-08-27 14:29:46 CEST
Process control UI commands such as /process/inactivate can't be applied to
Rayleigh scattering due to the space in the default name of G4OpRayleigh
("Rayleigh Scattering"), since the command parser uses spaces to separate
arguments and strips extra arguments.  This can be demonstrated in Example N06.
This is a nuisance.

As a side note, the UI command parser does seem to recognize string constants
delimted by quotation marks, but in that case it passes the quotation marks to
the command as well, so it still doesn't work.

In any case, I would advise getting rid of the space in the process name.
G4OpRayleigh is the only process I could find with a space in its name.