Import Geant4 11.1.1 source tree
This commit is contained in:
@@ -135,6 +135,7 @@ void G4EmParameters::Initialise()
|
||||
fPolarisation = false;
|
||||
fMuDataFromFile = false;
|
||||
fPEKShell = true;
|
||||
fMscPosiCorr = true;
|
||||
fDNA = false;
|
||||
fIsPrinted = false;
|
||||
|
||||
@@ -513,6 +514,17 @@ void G4EmParameters::SetPhotoeffectBelowKShell(G4bool v)
|
||||
fPEKShell = v;
|
||||
}
|
||||
|
||||
G4bool G4EmParameters::MscPositronCorrection() const
|
||||
{
|
||||
return fMscPosiCorr;
|
||||
}
|
||||
|
||||
void G4EmParameters::SetMscPositronCorrection(G4bool v)
|
||||
{
|
||||
if(IsLocked()) { return; }
|
||||
fMscPosiCorr = v;
|
||||
}
|
||||
|
||||
void G4EmParameters::ActivateDNA()
|
||||
{
|
||||
if(IsLocked()) { return; }
|
||||
|
||||
Reference in New Issue
Block a user