Skip to content

Commit

Permalink
One more comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cholmcc committed Sep 19, 2023
1 parent 2e413a3 commit 3d657ef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Generators/src/GeneratorHepMC.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit 3d657ef

Please sign in to comment.