You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/o2dpgworkflow/anchored.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,13 +94,13 @@ The `anchorMC.sh` script is sensitive to the following environment variables. Pl
94
94
95
95
| Variable | Required | Default | Comments |
96
96
| -------- | -------- | ------- | -------- |
97
-
|`ALIEN_JDL_LPMANCHORPASSNAME`| yes |||
97
+
|`ALIEN_JDL_LPMANCHORPASSNAME`| yes ||The recontruction pass/cycle to determine the reconstruction settings. Example: apass4 |
98
98
|`ALIEN_JDL_MCANCHOR`| yes |||
99
-
|`ALIEN_JDL_LPMRUNNUMBER`| yes |||
99
+
|`ALIEN_JDL_LPMRUNNUMBER`| yes ||The ALICE run number to which this MC job anchors. |
100
100
|`ALIEN_JDL_LPMANCHORRUN`| yes |||
101
-
|`ALIEN_JDL_LPMPRODUCTIONTAG`| yes |||
101
+
|`ALIEN_JDL_LPMPRODUCTIONTAG`| yes ||The name of this MC production on the ALICE Grid. |
102
102
|`ALIEN_JDL_LPMANCHORPRODUCTION`| yes |||
103
-
|`ALIEN_JDL_LPMANCHORYEAR`| yes |||
103
+
|`ALIEN_JDL_LPMANCHORYEAR`| yes ||The data taking year corresponding to this job. |
104
104
|`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. |
105
105
|`ALIEN_JDL_LPMINTERACTIONTYPE`| yes || The interaction type, choose from `pp` or `PbPb`|
106
106
|`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
117
117
|`SEED`| no |`${ALIEN_PROC_ID:-1}`| Set to seed the simulation. |
118
118
|`SPLITID`| yes || Choose the split to be simulated. See [terminology](#run-an-anchored-simulation) above. |
119
119
|`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. |
121
121
|`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. |
0 commit comments