Skip to content

Commit 20f106e

Browse files
committed
Seed fix
1 parent 88725a7 commit 20f106e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MC/config/examples/herwig/generator_Herwig.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public:
122122
LOG(fatal) << "No file extension found in config file: " << mConfigFile;
123123
exit(1);
124124
}
125-
if (seed == -1)
125+
if (seed < 0)
126126
{
127127
auto &conf = o2::conf::SimConfig::Instance();
128128
mSeed = gRandom->Integer(conf.getStartSeed());

0 commit comments

Comments
 (0)