Warning, /L1TriggerConfig/Utilities/test/bxmask.xml is written in an unsupported language. File is not indexed.
0001 <run-settings id="uGT">
0002 <context id="uGtProcessor">
0003 <param id="algorithmBxMask" type="table">
0004 <columns>algo, range, mask</columns>
0005 <types>string, string, uint</types>
0006 <rows>
0007 <!-- Default bx mask value is 1 -->
0008 <row>ALL, ALL, 1</row> <!-- mandatory row: set defaults -->
0009 <row>L1_ZeroBias, 1-10, 0</row><!-- disable L1_ZeroBias in any BX -->
0010 <row>L1_ZeroBias, 5-10, 1</row>
0011 <row>L1_ZeroBias, 9, 1</row>
0012 <row>L1_ZeroBias, 10-11, 1</row>
0013 <row>L1_ZeroBias, 20-30, 0</row>
0014 <row>L1_ZeroBias, 20, 1</row>
0015 <row>L1_ZeroBias, 22, 1</row>
0016 <row>L1_ZeroBias, 30, 1</row>
0017 <row>ALL, 3500-3564, 0</row> <!-- set a gap for all algos -->
0018 <row>L1_SingleMu10, ALL, 0</row> <!-- disable all BXs for algo -->
0019 </rows>
0020 </param>
0021 </context>
0022 </run-settings>
0023