This commit is contained in:
Jan Kieseler
2023-09-08 22:53:07 +02:00
parent 7716c03bf5
commit a03b3d780a
7 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ SystemBuilder(){};
void init(ConstructionWrapper &cw, bool gui=false);
void visualize()const{} //TBI
void run_gui();
void run_batch(int nEvents, std::string partSpecies, double minEnergy, double maxEnergy);
void run_batch(int nEvents, char* partSpecies, double minEnergy, double maxEnergy);
private: