Skip to content

Commit 3d657ef

Browse files
committed
One more comment
1 parent 2e413a3 commit 3d657ef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Generators/src/GeneratorHepMC.cxx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,15 @@ Bool_t GeneratorHepMC::Init()
307307
// line argument `-n NEVENTS` to set the number of events to
308308
// produce.
309309
//
310+
// Perhaps we should consider a way to set a seed on the EG. It
311+
// could be another configuration parameter. Of course, if the EG
312+
// program accepts a seed option, say `-s SEED`, then one could
313+
// simply pass
314+
//
315+
// -s \$RANDOM
316+
//
317+
// to as part of the command line in `progCmd`.
318+
//
310319
// All of this can conviniently be achieved via a wrapper script
311320
// around the actual EG program.
312321
if (not mProgCmd.empty()) {

0 commit comments

Comments
 (0)