Skip to content

Commit 63ef988

Browse files
authored
Update WorkflowRunner.md
1 parent 0a78fa8 commit 63ef988

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

MC/doc/WorkflowRunner.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ Further keys in this format are:
7777
| `cwd` | the workding directory where this is to be executed |
7878
| `label` | a list labels, describing this stage. Can be used to execute workfow in stages (such as 'do all digitization', 'run everthing for ITS'
7979

80-
A workflow is generated by different tools. A current example following the PWGHF embedding exercise can be found here https://github.com/AliceO2Group/O2DPG/blob/master/MC/run/PWGHF/create_embedding_workflow.py
80+
While a workflow may be written by hand, it's more pratical to have it programmatically generated by sripts, that is sensitive to configuration and options. A current example following the PWGHF embedding exercise can be found here [create_embedding_workflow](https://github.com/AliceO2Group/O2DPG/blob/master/MC/run/PWGHF/create_embedding_workflow.py)
81+
82+
In fact such a create script could be seen as the **actual succession of former `dpg_sim.sh`**.
8183

8284
# Workflow example:
8385

@@ -87,7 +89,7 @@ A workflow doing a common background simulation, followed by 2 timeframes of sig
8789

8890
## Example usage
8991

90-
Produce a simulation workflow (like in the graph), for example using https://github.com/AliceO2Group/O2DPG/blob/master/MC/run/PWGHF/create_embedding_workflow.py:
92+
Produce a simulation workflow (like in the graph), for example using [create_embedding_workflow.py](https://github.com/AliceO2Group/O2DPG/blob/master/MC/run/PWGHF/create_embedding_workflow.py):
9193
```
9294
./create_embedding_workflow.py -e TGeant3 -nb 1 -ns 10 -j 8 -tf 2
9395
```

0 commit comments

Comments
 (0)