Import Geant4 10.7.1 source tree

This commit is contained in:
Gabriele Cosmo
2021-02-05 15:10:05 +01:00
parent dab42d2018
commit 3dfcdb544e
281 changed files with 37738 additions and 47638 deletions
+4
View File
@@ -16,6 +16,10 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
December 07, 2020 Vladimir Ivanchenko (run-V10-06-20)
- G4PhysicsListHelper - added forgotten processes (general positron
and surface reflection)
November 21, 2020 Gabriele Cosmo (run-V10-06-19)
- Fixed compilation warnings in G4RunManager.
+29 -9
View File
@@ -820,6 +820,16 @@ void G4PhysicsListHelper::ReadInDefaultOrderingParameter()
theTable->push_back(tmp);
sizeOfTable += 1;
tmp.processTypeName = "PositronSuper";
tmp.processType = 2;
tmp.processSubType = 17;
tmp.ordering[0] = 1;
tmp.ordering[1] = 1;
tmp.ordering[2] = 1;
tmp.isDuplicable = false;
theTable->push_back(tmp);
sizeOfTable += 1;
tmp.processTypeName = "Cerenkov";
tmp.processType = 2;
tmp.processSubType = 21;
@@ -860,6 +870,16 @@ void G4PhysicsListHelper::ReadInDefaultOrderingParameter()
theTable->push_back(tmp);
sizeOfTable += 1;
tmp.processTypeName = "SurfaceRefl";
tmp.processType = 2;
tmp.processSubType = 25;
tmp.ordering[0] = -1;
tmp.ordering[1] = -1;
tmp.ordering[2] = 1000;
tmp.isDuplicable = false;
theTable->push_back(tmp);
sizeOfTable += 1;
tmp.processTypeName = "OpAbsorb";
tmp.processType = 3;
tmp.processSubType = 31;
@@ -990,7 +1010,7 @@ void G4PhysicsListHelper::ReadInDefaultOrderingParameter()
theTable->push_back(tmp);
sizeOfTable += 1;
tmp.processTypeName = "DNAElectronSolvatation";
tmp.processTypeName = "DNAElecSolv";
tmp.processType = 2;
tmp.processSubType = 58;
tmp.ordering[0] = -1;
@@ -1000,7 +1020,7 @@ void G4PhysicsListHelper::ReadInDefaultOrderingParameter()
theTable->push_back(tmp);
sizeOfTable += 1;
tmp.processTypeName = "DNAMolecularDecay";
tmp.processTypeName = "DNAMolecDecay";
tmp.processType = 6;
tmp.processSubType = 59;
tmp.ordering[0] = 1000;
@@ -1010,7 +1030,7 @@ void G4PhysicsListHelper::ReadInDefaultOrderingParameter()
theTable->push_back(tmp);
sizeOfTable += 1;
tmp.processTypeName = "ITTransportation";
tmp.processTypeName = "ITTransport";
tmp.processType = 1;
tmp.processSubType = 60;
tmp.ordering[0] = -1;
@@ -1020,7 +1040,7 @@ void G4PhysicsListHelper::ReadInDefaultOrderingParameter()
theTable->push_back(tmp);
sizeOfTable += 1;
tmp.processTypeName = "DNABrownianTransportation";
tmp.processTypeName = "DNABrownTrans";
tmp.processType = 1;
tmp.processSubType = 61;
tmp.ordering[0] = -1;
@@ -1030,7 +1050,7 @@ void G4PhysicsListHelper::ReadInDefaultOrderingParameter()
theTable->push_back(tmp);
sizeOfTable += 1;
tmp.processTypeName = "DNADoubleIonisation";
tmp.processTypeName = "DNADoubleIoni";
tmp.processType = 2;
tmp.processSubType = 62;
tmp.ordering[0] = -1;
@@ -1040,7 +1060,7 @@ void G4PhysicsListHelper::ReadInDefaultOrderingParameter()
theTable->push_back(tmp);
sizeOfTable += 1;
tmp.processTypeName = "DNADoubleCapture";
tmp.processTypeName = "DNADoubleCap";
tmp.processType = 2;
tmp.processSubType = 63;
tmp.ordering[0] = -1;
@@ -1050,7 +1070,7 @@ void G4PhysicsListHelper::ReadInDefaultOrderingParameter()
theTable->push_back(tmp);
sizeOfTable += 1;
tmp.processTypeName = "DNAIonisingTransfer";
tmp.processTypeName = "DNAIoniTransfer";
tmp.processType = 2;
tmp.processSubType = 64;
tmp.ordering[0] = -1;
@@ -1070,7 +1090,7 @@ void G4PhysicsListHelper::ReadInDefaultOrderingParameter()
theTable->push_back(tmp);
sizeOfTable += 1;
tmp.processTypeName = "HadInElastic";
tmp.processTypeName = "HadInelastic";
tmp.processType = 4;
tmp.processSubType = 121;
tmp.ordering[0] = -1;
@@ -1090,7 +1110,7 @@ void G4PhysicsListHelper::ReadInDefaultOrderingParameter()
theTable->push_back(tmp);
sizeOfTable += 1;
tmp.processTypeName = "MuAtomicCapture";
tmp.processTypeName = "MuAtomCapture";
tmp.processType = 4;
tmp.processSubType = 132;
tmp.ordering[0] = -1;