proper seedings

This commit is contained in:
Jan Kieseler
2024-08-22 15:50:24 +02:00
parent 3aa8f67742
commit d8f3a3720a
4 changed files with 28 additions and 32 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ G4System(bool Gui):gui(Gui){};
};
void init(GeometryDescriptor &cw);
void init(GeometryDescriptor &cw, int seed=0);
//will use dawn for visualization, also wrap more in python
void run_visualize(const std::string& partSpecies, double minEnergy_GeV, double maxEnergy_GeV);
//runs the whole gui if available