Problem 293 - Space in name of G4OpRayleigh is a nuisance
Summary: Space in name of G4OpRayleigh is a nuisance
Status: CLOSED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: processes/optical (show other problems)
Version: 3.2
Hardware: PC Linux
: P2 minor
Assignee: gum
URL:
Depends on:
Blocks:
 
Reported: 2001-08-27 14:29 CEST by gas
Modified: 2012-02-15 05:48 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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.