changed to GeV
This commit is contained in:
+2
-2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user