| 137 | }; |
| 138 | |
| 139 | inline const G4String G4VFastSimulationModel::GetName() const |
| 140 | { |
| 141 | return theModelName; |
| 142 | } |
| 143 | |
| 144 | inline G4bool G4VFastSimulationModel::operator==(const G4VFastSimulationModel& fsm) const |
| 145 | { |
no outgoing calls
no test coverage detected