| 164 | } |
| 165 | |
| 166 | G4SingleParticleSource* G4GeneralParticleSourceData::GetCurrentSource(G4int idx) |
| 167 | { |
| 168 | currentSource = sourceVector[idx]; |
| 169 | currentSourceIdx = idx; |
| 170 | return sourceVector[idx]; |
| 171 | } |
| 172 | |
| 173 | void G4GeneralParticleSourceData::Lock() |
| 174 | { |
no outgoing calls
no test coverage detected