added multi particles
This commit is contained in:
+2
-1
@@ -17,6 +17,7 @@
|
||||
|
||||
#include "FTFP_BERT.hh"
|
||||
#include "Randomize.hh"
|
||||
#include <vector>
|
||||
|
||||
class G4System{
|
||||
friend class GeometryDescriptor;
|
||||
@@ -39,7 +40,7 @@ void init(GeometryDescriptor &cw, int seed=0);
|
||||
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_GeV,
|
||||
void run_batch(int nEvents, const std::vector<std::string>& partSpecies, double minEnergy_GeV,
|
||||
double maxEnergy_GeV, std::string filename="_1234567890_Hits.root");
|
||||
|
||||
void applyUICommand(const std::string& command){
|
||||
|
||||
Reference in New Issue
Block a user