| 432 | } |
| 433 | |
| 434 | inline void SetRandomNumberStore(G4bool flag) { storeRandomNumberStatus = flag; } |
| 435 | inline G4bool GetRandomNumberStore() const { return storeRandomNumberStatus; } |
| 436 | inline void SetRandomNumberStoreDir(const G4String& dir) |
| 437 | { |
no outgoing calls
no test coverage detected