Import Geant4 10.7.0.beta source tree
This commit is contained in:
@@ -16,6 +16,9 @@ committal in the CVS repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
February 17th, 2020 Vladimir Ivanchenko (procbiasing-V10-06-00)
|
||||
- G4ImportanceProcess: added process type as fParallel
|
||||
|
||||
November 15th, 2019 Gabriele Cosmo (procbiasing-V10-05-01)
|
||||
- Fixed cases of implicit type conversions from size_t to G4int.
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@ committal in the CVS repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
February 17th, 2020 V.Ivanchenko
|
||||
- G4ImportanceProcess: added process type as fParallel
|
||||
|
||||
February 26th, 2018 A.Howard
|
||||
- G4ImportanceConfigurator: cleaned up unnecessary G4cout and removed
|
||||
|
||||
@@ -55,7 +55,7 @@ G4ImportanceProcess(const G4VImportanceAlgorithm &aImportanceAlgorithm,
|
||||
const G4VIStore &aIstore,
|
||||
const G4VTrackTerminator *TrackTerminator,
|
||||
const G4String &aName, G4bool para)
|
||||
: G4VProcess(aName),
|
||||
: G4VProcess(aName, fParallel),
|
||||
fParticleChange(new G4ParticleChange),
|
||||
fImportanceAlgorithm(aImportanceAlgorithm),
|
||||
fIStore(aIstore),
|
||||
@@ -64,8 +64,7 @@ G4ImportanceProcess(const G4VImportanceAlgorithm &aImportanceAlgorithm,
|
||||
fGhostNavigator(0), fNavigatorID(-1), fFieldTrack('0'),
|
||||
fParaflag(para), fEndTrack('0'), feLimited(kDoNot)
|
||||
{
|
||||
G4cout << G4endl << G4endl << G4endl;
|
||||
G4cout << "G4ImportanceProcess:: Creating " << G4endl;
|
||||
G4cout << "### G4ImportanceProcess:: Creating " << G4endl;
|
||||
if (TrackTerminator)
|
||||
{
|
||||
fPostStepAction = new G4SamplingPostStepAction(*TrackTerminator);
|
||||
|
||||
Reference in New Issue
Block a user