This commit is contained in:
Jan Kieseler
2023-09-09 01:32:53 +02:00
parent a03b3d780a
commit 1602992cee
2 changed files with 29 additions and 1 deletions
+1
View File
@@ -56,6 +56,7 @@ class ActionInitialization : public G4VUserActionInitialization
this->minEnergy = minEnergy;
this->maxEnergy = maxEnergy;
this->partSpecies = partSpecies;
}
private: