From 3d657ef64c47018bf8dbdaad26f05e89bbc76d8f Mon Sep 17 00:00:00 2001 From: Christian Holm Christensen Date: Tue, 19 Sep 2023 15:20:38 +0200 Subject: [PATCH] One more comment --- Generators/src/GeneratorHepMC.cxx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Generators/src/GeneratorHepMC.cxx b/Generators/src/GeneratorHepMC.cxx index 2741f98f57cc9..a088986149715 100644 --- a/Generators/src/GeneratorHepMC.cxx +++ b/Generators/src/GeneratorHepMC.cxx @@ -307,6 +307,15 @@ Bool_t GeneratorHepMC::Init() // line argument `-n NEVENTS` to set the number of events to // produce. // + // Perhaps we should consider a way to set a seed on the EG. It + // could be another configuration parameter. Of course, if the EG + // program accepts a seed option, say `-s SEED`, then one could + // simply pass + // + // -s \$RANDOM + // + // to as part of the command line in `progCmd`. + // // All of this can conviniently be achieved via a wrapper script // around the actual EG program. if (not mProgCmd.empty()) {