| 52 | G4int ApplyCommand(const G4String& aCmd); |
| 53 | |
| 54 | inline G4UImanager* LocalUI() const { return localUImanager; } |
| 55 | inline const G4String& DirName() const { return dirName; } |
| 56 | inline G4int DirLength() const { return (G4int)dirName.length(); } |
| 57 |
no outgoing calls
no test coverage detected