Skip to content

Commit

Permalink
Clarify docs a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed Dec 14, 2017
1 parent f987630 commit 6b67cc7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lobster/core/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,15 @@ class Workflow(Configurable):
Which GlobalTag this workflow uses. Needed for publication of
CMSSW workflows, and can be automatically determined for these.
merge_command : str
Accepts `cmsRun` (the default), `hadd`, or a custom command.
Tells Lobster what command to use for merging. If outputs are
Accepts `cmsRun` (the default), or a custom command. Tells
Lobster what command to use for merging. If outputs are
autodetermined (`outputs=None`), `cmsRun` will be used for EDM
output and `hadd` will be used otherwise.
When merging plain ROOT files the following should be used::
merge_command="hadd @outputfiles @inputfiles"
See the specification for the `command` parameter about passing
input and output file values.
"""
Expand Down

0 comments on commit 6b67cc7

Please sign in to comment.