changed to GeV

This commit is contained in:
Jan Kieseler
2023-09-19 09:34:56 +00:00
parent c59af9c858
commit 90666bc1be
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -33,10 +33,10 @@ G4System(){};
void init(ConstructionWrapper &cw, bool gui=false);
//will use dawn for visualization, also wrap more in python
void run_visualize(const std::string& partSpecies, double minEnergy, double maxEnergy);
void run_visualize(const std::string& partSpecies, double minEnergy_GeV, double maxEnergy_GeV);
//runs the whole gui if available
void run_gui();
void run_batch(int nEvents, const std::string& partSpecies, double minEnergy, double maxEnergy);
void run_batch(int nEvents, const std::string& partSpecies, double minEnergy_GeV, double maxEnergy_GeV);
void applyUICommand(const std::string& command){
check();