Commit 7cd2a0c
committed
[MCH] add cut random fraction setting for the cases with and without ITS
Two new environment variables are introduced to provide the fraction of
rejected MCH events separately for the cases where the selection based
on ITS IRframes is either enabled (CUT_RANDOM_FRACTION_MCH_WITH_ITS) or
disabled (CUT_RANDOM_FRACTION_MCH_NO_ITS).
The selection based on ITS is enabled by default in SYNC processing for
physics runs where ITS is included in the data taking. It can be however
explicitely disabled by adding MCH_DISABLE_ITS_IRFRAMES_SELECTION=1 to
the custom environment variables. In this case, CUT_RANDOM_FRACTION_MCH_NO_ITS
is used.
The CUT_RANDOM_FRACTION_MCH variable, as well as the two new ones, can still
be overridden by setting them explicitly in the shell environment.
Moreover, the ITS selection is applied whenever MCH_DISABLE_ITS_IRFRAMES_SELECTION
is undefined, therefore the changes are fully backward compatible.1 parent be614d2 commit 7cd2a0c
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
382 | | - | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
383 | 388 | | |
384 | 389 | | |
385 | 390 | | |
| |||
0 commit comments