Skip to content

Commit 5de29bb

Browse files
authored
Update anchoredMC docu
NSIGEVENTS no longer mandatory.
1 parent aabe483 commit 5de29bb

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/o2dpgworkflow/anchored.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ export ALIEN_JDL_ANCHOR_SIM_OPTIONS="-gen pythia8 -confKey GeneratorPythia8.conf
7171

7272
# the following are example values
7373
export NTIMEFRAMES=2
74-
export NSIGEVENTS=50
7574
export SPLITID=100
7675
export PRODSPLIT=153
7776
export CYCLE=0
@@ -118,9 +117,9 @@ The `anchorMC.sh` script is sensitive to the following environment variables. Pl
118117
| `SEED` | no | `${ALIEN_PROC_ID:-1}` | Set to seed the simulation. |
119118
| `SPLITID` | yes | | Choose the split to be simulated. See [terminology](#run-an-anchored-simulation) above. |
120119
| `PRODSPLIT` | yes | | Choose the maximum number of splits. See [terminology](#run-an-anchored-simulation) above. |
121-
| `CYCLE` | yes | | Choose the cycle within which to simulated. 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. |
122121
| `NTIMEFRAMES` | yes | | The number of timeframes to be simulated for this split. |
123-
| `NSIGEVENTS` | yes | | 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 | | 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. |
124123

125124
## Behind the scenes
126125

0 commit comments

Comments
 (0)