--------------------------------------------------------------------
| 153 | |
| 154 | // -------------------------------------------------------------------- |
| 155 | const G4VProcess* G4VProcess::GetCreatorProcess() const |
| 156 | { |
| 157 | return this; |
| 158 | } |
| 159 | |
| 160 | // -------------------------------------------------------------------- |
| 161 | G4bool G4VProcess::operator==(const G4VProcess& right) const |
no outgoing calls
no test coverage detected