31 #ifdef G4MULTITHREADED
44 #include "PhysicsList.hh"
49 int main(
int argc,
char** argv) {
59 if (argc > 1) macroFile = argv[1];
60 if (argc > 2) startingSeed = argv[2];
61 if (argc > 3) outputFile = argv[3];
68 #ifdef G4MULTITHREADED
78 unsigned startingSeedInt;
79 std::istringstream is(startingSeed);
80 is >> startingSeedInt;
81 G4Random::setTheSeed(startingSeedInt);
109 G4String command =
"/control/execute ";