Skip to content

Commit

Permalink
Improve parameter description comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wddgit committed Jul 1, 2021
1 parent 72d1599 commit 755296a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FWCore/ParameterSet/src/validateTopLevelParameterSets.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ namespace edm {
"Threads (except always 1 if there is a looper)");
description.addUntracked<unsigned int>("numberOfConcurrentLuminosityBlocks", 0)
->setComment(
"If zero, use Framework default (currently 2). In all cases, "
"the number of concurrent luminosity blocks will be reset to "
"If zero, use Framework default (currently 2 when the number of streams >= 2, otherwise 1). "
"In all cases, the number of concurrent luminosity blocks will be reset to "
"be the same as the number of streams if it is greater than the "
"numbers of streams.");
description.addUntracked<unsigned int>("numberOfConcurrentRuns", 1);
Expand Down

0 comments on commit 755296a

Please sign in to comment.