Import Geant4 11.0.0 source tree
This commit is contained in:
committed by
Ben Morgan
parent
6399a014b6
commit
80e2389dd8
@@ -79,6 +79,7 @@ G4MuBremsstrahlung::G4MuBremsstrahlung(const G4String& name)
|
||||
SetProcessSubType(fBremsstrahlung);
|
||||
SetSecondaryParticle(G4Gamma::Gamma());
|
||||
SetIonisation(false);
|
||||
SetSpline(false);
|
||||
}
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
|
||||
@@ -85,6 +85,7 @@ G4MuPairProduction::G4MuPairProduction(const G4String& name)
|
||||
SetProcessSubType(fPairProdByCharged);
|
||||
SetSecondaryParticle(G4Positron::Positron());
|
||||
SetIonisation(false);
|
||||
SetSpline(false);
|
||||
}
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
|
||||
@@ -139,6 +139,7 @@ G4TablesForExtrapolator::~G4TablesForExtrapolator()
|
||||
delete mscElectron;
|
||||
}
|
||||
delete pcuts;
|
||||
delete builder;
|
||||
}
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
@@ -226,8 +227,8 @@ void G4TablesForExtrapolator::Initialisation()
|
||||
invRangeProton = PrepareTable(invRangeProton);
|
||||
mscElectron = PrepareTable(mscElectron);
|
||||
|
||||
builder = G4LossTableManager::Instance()->GetTableBuilder();
|
||||
builder->InitialiseBaseMaterials();
|
||||
builder = new G4LossTableBuilder(true);
|
||||
builder->SetBaseMaterialActive(false);
|
||||
|
||||
if(verbose>1) {
|
||||
G4cout << "### G4TablesForExtrapolator Builds electron tables"
|
||||
|
||||
@@ -61,6 +61,7 @@ G4ePairProduction::G4ePairProduction(const G4String& name)
|
||||
SetProcessSubType(fPairProdByCharged);
|
||||
SetSecondaryParticle(G4Positron::Positron());
|
||||
SetIonisation(false);
|
||||
SetSpline(false);
|
||||
}
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
|
||||
Reference in New Issue
Block a user