Skip to content

Commit

Permalink
Merge pull request dmwm#5068 from ticoann/add_event_per_lumi_gui
Browse files Browse the repository at this point in the history
add event per lumi option is the html page
  • Loading branch information
ticoann committed Apr 7, 2014
2 parents 5428c07 + 354f7bf commit 69091a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/templates/WMCore/WebTools/RequestManager/Splitting.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ function generateProcessing(splitAlgo, splitParams) {

procStr += ">Event Based</input></td>\n";
procStr += generateInput("Events per job:", "events_per_job", splitParams);
if ("events_per_lumi" in splitParams) {
procStr += generateInputRow("Events per lumi:", "events_per_lumi", splitParams);
}
procStr += "<td></td></tr>\n"

procStr += '<tr><td>Include parents: <select name="include_parents">';
Expand Down

0 comments on commit 69091a1

Please sign in to comment.