| 74 | |
| 75 | const G4String& GetModelType() const { return fModelType; } |
| 76 | void SetModelType(const G4String& modelType) { fModelType = modelType; } |
| 77 | |
| 78 | const G4String& GetModelDescription() const { return fModelDescription; } |
| 79 | void SetModelDescription(const G4String& modelDescription) |
no outgoing calls
no test coverage detected