Skip to content

Commit e7d34e5

Browse files
authored
Update anchored.md
Added description of few JDL variables.
1 parent 5de29bb commit e7d34e5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/o2dpgworkflow/anchored.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ The `anchorMC.sh` script is sensitive to the following environment variables. Pl
9494

9595
| Variable | Required | Default | Comments |
9696
| -------- | -------- | ------- | -------- |
97-
| `ALIEN_JDL_LPMANCHORPASSNAME` | yes | | |
97+
| `ALIEN_JDL_LPMANCHORPASSNAME` | yes | | The recontruction pass/cycle to determine the reconstruction settings. Example: apass4 |
9898
| `ALIEN_JDL_MCANCHOR` | yes | | |
99-
| `ALIEN_JDL_LPMRUNNUMBER` | yes | | |
99+
| `ALIEN_JDL_LPMRUNNUMBER` | yes | | The ALICE run number to which this MC job anchors. |
100100
| `ALIEN_JDL_LPMANCHORRUN` | yes | | |
101-
| `ALIEN_JDL_LPMPRODUCTIONTAG` | yes | | |
101+
| `ALIEN_JDL_LPMPRODUCTIONTAG` | yes | | The name of this MC production on the ALICE Grid. |
102102
| `ALIEN_JDL_LPMANCHORPRODUCTION` | yes | | |
103-
| `ALIEN_JDL_LPMANCHORYEAR` | yes | | |
103+
| `ALIEN_JDL_LPMANCHORYEAR` | yes | | The data taking year corresponding to this job. |
104104
| `ALIEN_JDL_LPMPRODUCTIONTYPE` | yes | | Of course, that should be set to `MC`. At the moment, it is still required to be set, but it is foreseen to set this to `MC` by default and remove it from even being configurable. |
105105
| `ALIEN_JDL_LPMINTERACTIONTYPE` | yes | | The interaction type, choose from `pp` or `PbPb` |
106106
| `ALIEN_JDL_CPULIMIT` | no | 8 | The CPU limit that will be **assumed** by the workflow runner. The real limit depends on the machine it is run on. |
@@ -117,9 +117,9 @@ The `anchorMC.sh` script is sensitive to the following environment variables. Pl
117117
| `SEED` | no | `${ALIEN_PROC_ID:-1}` | Set to seed the simulation. |
118118
| `SPLITID` | yes | | Choose the split to be simulated. See [terminology](#run-an-anchored-simulation) above. |
119119
| `PRODSPLIT` | yes | | Choose the maximum number of splits. See [terminology](#run-an-anchored-simulation) above. |
120-
| `CYCLE` | no | | Choose the cycle within which to simulated. 0 by default. See [terminology](#run-an-anchored-simulation) above. |
120+
| `CYCLE` | no | 0 | Choose the cycle within which to simulated. 0 by default. See [terminology](#run-an-anchored-simulation) above. |
121121
| `NTIMEFRAMES` | yes | | The number of timeframes to be simulated for this split. |
122-
| `NSIGEVENTS` | no | | The number of signal events to be simulated per timeframe. Note that this is treated as an upper limit. The actual number of events is re-computed based in the interaction rate determined for this split. |
122+
| `NSIGEVENTS` | no | 10000 | The number of signal events to be simulated per timeframe. Note that this is treated as an upper limit. The actual number of events is re-computed based in the interaction rate determined for this split. |
123123

124124
## Behind the scenes
125125

0 commit comments

Comments
 (0)