| 148 | } |
| 149 | |
| 150 | void G4GeneralParticleSource::SetCurrentSourceIntensity(G4double aV) |
| 151 | { |
| 152 | GPSData->Lock(); |
| 153 | GPSData->SetCurrentSourceIntensity(aV); |
| 154 | GPSData->Unlock(); |
| 155 | normalised = GPSData->Normalised(); |
| 156 | } |
| 157 | |
| 158 | void G4GeneralParticleSource::ClearAll() |
| 159 | { |
no test coverage detected