MCPcopy Create free account
hub / github.com/Geant4/geant4 / SetCurrentSourceIntensity

Method SetCurrentSourceIntensity

source/event/src/G4GeneralParticleSource.cc:150–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

SetNewValueMethod · 0.45

Calls 3

LockMethod · 0.80
UnlockMethod · 0.80
NormalisedMethod · 0.80

Tested by

no test coverage detected